Skip to content

Commit 4ea006b

Browse files
Bump io.github.classgraph:classgraph from 4.8.179 to 4.8.180 (#1248)
Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.179 to 4.8.180. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/classgraph/classgraph/releases">io.github.classgraph:classgraph's releases</a>.</em></p> <blockquote> <h2>classgraph-4.8.180</h2> <p>Stops showing this warning on JDK 24+ (<a href="https://redirect.github.com/classgraph/classgraph/issues/899">#899</a>):</p> <pre><code>WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::invokeCleaner has been called by nonapi.io.github.classgraph.utils.FileUtils (file:/home/zakkak/.m2/repository/io/github/classgraph/classgraph/4.8.179/classgraph-4.8.179.jar) WARNING: Please consider reporting this to the maintainers of class nonapi.io.github.classgraph.utils.FileUtils WARNING: sun.misc.Unsafe::invokeCleaner will be removed in a future release </code></pre> <p>Downside: <code>ClassGraph#enableMemoryMapping()</code> is disabled for now on JDK 24+ (this was not enabled by default).</p> <p>Memory mapping wasn't that much faster than the default of standard NIO file access, so this should not impact performance much, and the impact should be limited to a small number of users.</p> <p>ClassGraph version 5 should support memory management again (but there is no timeline for when that will be released).</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/classgraph/classgraph/commit/c8095ddd08c50ca2c73fb5bc8cb30404f584ca16"><code>c8095dd</code></a> [maven-release-plugin] prepare release classgraph-4.8.180</li> <li><a href="https://github.com/classgraph/classgraph/commit/dbf57c74fa693078e5e3ad9d39f54f122d82de9d"><code>dbf57c7</code></a> Don't show deprecation warning for Unsafe on JDK 24+ (<a href="https://redirect.github.com/classgraph/classgraph/issues/899">#899</a>)</li> <li><a href="https://github.com/classgraph/classgraph/commit/e8bbd99a71563823396565b7ff2d5aaa0418e279"><code>e8bbd99</code></a> Merge pull request <a href="https://redirect.github.com/classgraph/classgraph/issues/900">#900</a> from kamilkrzywanski/latest</li> <li><a href="https://github.com/classgraph/classgraph/commit/16511fbd09e98688ea7f2216abad2b7568eb8527"><code>16511fb</code></a> Replace &quot;String::replaceAll&quot; with pre compiled pattern</li> <li><a href="https://github.com/classgraph/classgraph/commit/6f9012f2a193ebfefe4a4384e7642820e7aab0f5"><code>6f9012f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/classgraph/classgraph/compare/classgraph-4.8.179...classgraph-4.8.180">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.classgraph:classgraph&package-manager=maven&previous-version=4.8.179&new-version=4.8.180)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents fe5e16e + 6aee2df commit 4ea006b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<dependency>
205205
<groupId>io.github.classgraph</groupId>
206206
<artifactId>classgraph</artifactId>
207-
<version>4.8.179</version>
207+
<version>4.8.180</version>
208208
<scope>test</scope>
209209
<exclusions>
210210
<exclusion>

0 commit comments

Comments
 (0)