Skip to content

Bump classgraph from 4.8.102 to 4.8.104

Bumps classgraph from 4.8.102 to 4.8.104.

Release notes

Sourced from classgraph's releases.

classgraph-4.8.104

Improved verbose logging to include types of methods and fields.

Added a couple of missing methods to ClassInfoList for GraphViz visualization of inter-class dependency graphs.

classgraph-4.8.103

Fixed issue with duplication of automatic package roots (e.g. myjar.jar!/BOOT-INF/classes/BOOT-INF/classes/path/to/resource). (#505, thanks to @michael-simons for the bug report and reproducer code.)

Also fixed an issue where closing the InputStream returned by Resource#open() wasn't marking the Resource as closed (which meant the resource couldn't be opened a second time).

Commits
  • 6044fa4 [maven-release-plugin] prepare release classgraph-4.8.104
  • f926090 Add convenience method
  • 273c924 generateGraphVizDotFileFromClassDependencies -> ...FromInterClass...
  • aac9972 Improve logging
  • 8f49341 Merge pull request #507 from classgraph/dependabot/maven/org.openjdk.jmh-jmh-...
  • 8750991 Merge pull request #506 from classgraph/dependabot/maven/org.openjdk.jmh-jmh-...
  • 2a78f88 Bump jmh-generator-annprocess from 1.28 to 1.29
  • 41e1171 Bump jmh-core from 1.28 to 1.29
  • 2f0b681 [maven-release-plugin] prepare for next development iteration
  • 5f8d22c [maven-release-plugin] prepare release classgraph-4.8.103
  • Additional commits viewable in compare view

Merge request reports