Skip to content

Bump classgraph from 4.8.132 to 4.8.134

Bumps classgraph from 4.8.132 to 4.8.134.

Release notes

Sourced from classgraph's releases.

classgraph-4.8.134

Fixes a resource leak (ClassfileReader#close() wasn't closing the underlying resource). Thanks to @chrisr3 for isolating the problem, and for providing a pull request complete with unit test! (#600)

classgraph-4.8.133

Fix a regression for in the OSGi manifest entries introduced in the previous version, 4.8.132 (#598, thanks to @Roman-Skripka for the pull request).

Commits
  • e29e03f [maven-release-plugin] prepare release classgraph-4.8.134
  • fe6620e Code cleanup
  • c8d8f8a Remove unused method
  • d73dd73 Merge pull request #600 from chrisr3/chrisr3-close-readers
  • 2829313 Closing ClassfileReader must also close its underlying Resource.
  • 9133da2 Remove obsolete jdk.internal.misc OSGi dependency (#597)
  • 6e994db [maven-release-plugin] prepare for next development iteration
  • cb37d6c [maven-release-plugin] prepare release classgraph-4.8.133
  • 0d92bbb Merge pull request #598 from Roman-Skripka/latest
  • 5fafca3 Fix sun.nio.ch import
  • Additional commits viewable in compare view

Merge request reports