Bump classgraph from 4.8.128 to 4.8.129
Bumps classgraph from 4.8.128 to 4.8.129.
Release notes
Sourced from classgraph's releases.
classgraph-4.8.129
Add the ability to find resources by path glob by calling
ScanResult#getResourcesMatchingWildcard(String wildcardString)
(#588, thanks to @jjlin for the request):
**
matches zero or more characters*
matches zero or more characters other than/
?
matches any one character- Any other valid Java regexp syntax is supported, such as character ranges in square brackets (
[a-c]
), with the exception of.
, which is interpreted as a literal dot character (the single-character wildcard syntax is replaced with?
, as shown above).
Commits
-
3d98409
[maven-release-plugin] prepare release classgraph-4.8.129 -
c118c03
Create Javadoc before jars are signed -
fc0e3f6
Update comment -
0920507
[maven-release-plugin] prepare for next development iteration -
cf59b8e
[maven-release-plugin] prepare release classgraph-4.8.129 -
fbb1428
bump version back down -
a50e433
Don't change glob behavior for accept/reject criteria (#588) -
629dd36
Organize imports -
d8bfc33
[maven-release-plugin] prepare for next development iteration -
d0a46d1
[maven-release-plugin] prepare release classgraph-4.8.129 - Additional commits viewable in compare view