Skip to content

Bump classgraph from 4.8.104 to 4.8.105

Bumps classgraph from 4.8.104 to 4.8.105.

Release notes

Sourced from classgraph's releases.

classgraph-4.8.105

  • Fix potential NPE in verbose logging
  • Fix for zipfiles between 2GB and 4GB in size, when a zip entry's start position was past the 2GB point in the file (#514, thanks to @cwmccann for the bug report)
Commits
  • 65d469a [maven-release-plugin] prepare release classgraph-4.8.105
  • f4a538e Read unsigned int values as required by Zip spec (#514)
  • 5c0857e Improve error logging
  • 18971a2 Fix possible NPE when calling .verbose() due to FieldInfo/MethodInfo
  • 3ec0d8e getModifierStr -> getModifiersStr
  • bd96e20 Merge branch 'latest' of https://github.com/classgraph/classgraph.git into la...
  • e8a2a3e getModifierStr -> getModifiersStr (for consistency with MethodInfo)
  • d06e080 Merge pull request #513 from classgraph/dependabot/maven/org.apache.maven.plu...
  • 63bcc26 Bump maven-release-plugin from 3.0.0-M1 to 3.0.0-M4
  • bfc5f29 Merge pull request #511 from sullis/maven-batch-mode
  • Additional commits viewable in compare view

Merge request reports