Skip to content

Bump classgraph from 4.8.98 to 4.8.102

Bumps classgraph from 4.8.98 to 4.8.102.

Release notes

Sourced from classgraph's releases.

classgraph-4.8.102

Further improvements in robustness to invalid type signatures that may be generated by the Scala compiler. (#495, thanks to @jbracker.)

classgraph-4.8.101

Made type signature parsing more robust to errors -- the Scala compiler can generate illegal type signatures. (#495, thanks to @jbracker for the report.)

classgraph-4.8.99

  • Fixed parsing of type parameters and type variables in Scala (these can contain a $ character in Scala, but you don't see that in Java). (#495, thanks to @jbracker for the report and for submitting a minimal testcase.)
  • Fixed a couple of possible exceptions that could be thrown when parsing type annotations for type descriptors.
Commits
  • 83d9526 [maven-release-plugin] prepare release classgraph-4.8.102
  • 1ece77b Revise toString method (#495)
  • 32d9b2a Remove println
  • ddcd7e6 Support @throws annotation on Scala classes (#495)
  • ebf9542 Improve test
  • 9a90f5b Add comment
  • 99241e6 Document throwing of IllegalArgumentException by getTypeSignature()
  • ff6d8ff Log malformed type sigs when finding inter-class deps (#495)
  • 9aae2a7 Make type resolution more robust to erroneous type signatures (#495)
  • c887e54 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Merge request reports

Loading