Skip to content

Bump classgraph from 4.8.106 to 4.8.108

Bumps classgraph from 4.8.106 to 4.8.108.

Release notes

Sourced from classgraph's releases.

classgraph-4.8.108

JDK 11 classfile format compatibility fix (JDK 11 added a constant pool tag, and the classfile can't be read without knowing how long the corresponding constant pool entry is expected to be). (#527, thanks to @haoyuf for reporting.)

classgraph-4.8.107

Fix classloader detection for TomEE JAX-RS endpoints (#515, thanks to @Restage for detailed assistance in debugging this weird issue!).

Commits
  • 82c6aad [maven-release-plugin] prepare release classgraph-4.8.108
  • baf88b8 Add constant pool tag type 17 (#527)
  • c5bc253 [maven-release-plugin] prepare for next development iteration
  • 5f78024 [maven-release-plugin] prepare release classgraph-4.8.107
  • 4744411 Improve logging
  • e8728ac Use IdentityHashMap for all maps and sets (#515)
  • 6628929 Use IdentityHashMap for all maps and sets (#515)
  • abe57d4 Add comment
  • c351949 Code > Cleanup
  • d3ffcb8 Source > Format
  • Additional commits viewable in compare view

Merge request reports