Bump classgraph from 4.8.112 to 4.8.114
Bumps classgraph from 4.8.112 to 4.8.114.
Release notes
Sourced from classgraph's releases.
classgraph-4.8.114
Fixed bug where short constant values (e.g. short-typed annotation parameter values) were always being read as zero. Thanks to @liangzengle for reporting the bug and tracing it right down to the source line that needed to be fixed!
classgraph-4.8.113
- Don't throw
IllegalArgumentException
ifClassInfo#getClassesImplementing()
orScanResult#getClassesImplementing()
are called for a non-interface class.- Don't throw
IllegalArgumentException
ifClassInfo#getClassesWithAnnotation()
orScanResult#getClassesWithAnnotation()
are called for a non-annotation class.#543, thanks to @parttimenerd for the request.
Commits
-
68dcf10
[maven-release-plugin] prepare release classgraph-4.8.114 -
e0557fe
Fix reading of short values from constant pool table (#548) -
984d35c
Merge pull request #546 from classgraph/dependabot/maven/org.slf4j-slf4j-jdk1... -
c5bb5e3
Merge pull request #547 from classgraph/dependabot/maven/org.slf4j-slf4j-api-... -
a978187
Bump slf4j-api from 2.0.0-alpha3 to 2.0.0-alpha4 -
b9b93e5
Bump slf4j-jdk14 from 2.0.0-alpha3 to 2.0.0-alpha4 -
69caa9a
Merge pull request #545 from classgraph/dependabot/maven/org.slf4j-slf4j-jdk1... -
a4224bb
Merge pull request #544 from classgraph/dependabot/maven/org.slf4j-slf4j-api-... -
cb4fa77
Bump slf4j-jdk14 from 2.0.0-alpha2 to 2.0.0-alpha3 -
0dff2ef
Bump slf4j-api from 2.0.0-alpha2 to 2.0.0-alpha3 - Additional commits viewable in compare view