Bump classgraph from 4.8.115 to 4.8.116
Bumps classgraph from 4.8.115 to 4.8.116.
Release notes
Sourced from classgraph's releases.
classgraph-4.8.116
- Handle unchecked exceptions such as
UnsupportedOperationException
(rather than dying), which may be thrown by filesystems when accessing aPath
object discovered as a classpath element. (#553, thanks to @wajda for the report and the helpful info on how to reproduce.)- Specifically, ignore
JrtFileSystem
(which throwsUnsupportedOperationException
if you try to open a newFileChannel
on a resource). This filesystem is not needed anyway, as ClassGraph already has the ability to scan all visible modules using the JPMS API.
Commits
-
d89f233
[maven-release-plugin] prepare release classgraph-4.8.116 -
8241e57
Merge pull request #554 from classgraph/dependabot/maven/org.apache.maven.plu... -
fb55a39
Merge pull request #552 from classgraph/dependabot/maven/org.slf4j-slf4j-jdk1... -
ea04799
Merge pull request #551 from classgraph/dependabot/maven/org.slf4j-slf4j-api-... -
6ca4484
Ignore JrtFileSystem (#553) -
c2792fc
Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 -
9745946
Catch Exception when processing work units (#553) -
3f4d2c4
Bump slf4j-jdk14 from 2.0.0-alpha4 to 2.0.0-alpha5 -
44acd68
Bump slf4j-api from 2.0.0-alpha4 to 2.0.0-alpha5 -
4fc27be
Source > Cleanup - Additional commits viewable in compare view