Bump classgraph from 4.8.147 to 4.8.149
Bumps classgraph from 4.8.147 to 4.8.149.
Release notes
Sourced from classgraph's releases.
classgraph-4.8.149
Extract line number ranges for methods (#695, thanks to @freya022 for suggesting).
See
MethodInfo#getMinLineNum()
andMethodInfo#getMaxLineNum()
, which return the line number of the first and last non-blank line in a method body, if available, otherwise zero.classgraph-4.8.148
Fixes a bug where
MethodInfo#loadClassAndGetMethod
would not work if the method type signature contained a type variable for a parameter type (#694, thanks to @freya022 for the report).
Commits
-
610bec3
[maven-release-plugin] prepare release classgraph-4.8.149 -
04457b9
Parse out line numbers from method code attributes (#695). -
5dc08f7
Fix test -
c5d5244
[maven-release-plugin] prepare for next development iteration -
1f7ceef
[maven-release-plugin] prepare release classgraph-4.8.148 -
da5e4e8
Make MethodInfo.loadClassAndGetMethod work with type variables (#694) -
b24d270
Merge pull request #685 from JJBRT/latest -
ce954c1
Updating JVM-Driver Informations -
7e5b423
[maven-release-plugin] prepare for next development iteration - See full diff in compare view