dependabot[bot] opened a new pull request, #12680: URL: https://github.com/apache/gluten/pull/12680
Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 2.9.3 to 3.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ben-manes/caffeine/releases">com.github.ben-manes.caffeine:caffeine's releases</a>.</em></p> <blockquote> <h2>3.2.4</h2> <ul> <li>Improved access expiration's read performance by avoiding false sharing effects caused by the timestamp update</li> <li>Fixed head-of-line blocking of expiration queues caused by in-flight async entries (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1954">#1954</a>)</li> <li>Fixed various minor issues found using AI audits</li> <li>Added <a href="https://docs.oracle.com/en/java/javase/25/docs/api//java.base/java/io/ObjectInputFilter.html">ObjectInputFilter</a> support to JCache</li> </ul> <h2>3.2.3</h2> <ul> <li>Fixed frequency tracking of weak keys to use the object's identity hash code (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1902">#1902</a>)</li> <li>Added support for underscores in <code>CaffeineSpec</code> when using numeric literals (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1890">#1890</a>)</li> <li>Improved the external api to no longer lock when querying for the maximum size or weighted size (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1897">#1897</a>)</li> <li>Added detection and recovery when a custom <code>CompletableFuture</code> is in an inconsistent state (<a href="https://redirect.github.com/quarkusio/quarkus/issues/50513">quarkus#50513</a>)</li> </ul> <h2>3.2.2</h2> <ul> <li>Fixed characteristics returned by Spliterators (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1883">#1883</a>)</li> </ul> <h2>3.2.1</h2> <ul> <li>Fixed <code>computeIfAbsent</code> for an async cache's synchronous view to retry if incomplete</li> <li>Improved <code>CaffeineSpec</code> when being reflectively constructed (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1839">#1839</a>)</li> <li>Improved the handling of negative durations with variable expiration</li> <li>Fixed intermittent null after replacing a weak/soft value (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1820">#1820</a>)</li> </ul> <h2>3.2.0</h2> <p>Cache</p> <ul> <li>Added <a href="https://www.sigstore.dev/">Sigstore</a> signing of maven artifacts</li> <li>Added <code>Expiry</code> static factory methods (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1499">#1499</a>)</li> <li>Migrated to <a href="https://jspecify.dev/">JSpecify</a> annotations (was checker framework)</li> <li>Fixed variable expiration calculation when nearing overflow</li> <li>Added logging when an async cache's removal listener fails</li> <li>Added an expiration write optimization to more operations (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1320">#1320</a>)</li> <li>Fixed when a <code>Weigher</code> or <code>Expiry</code> fail on an async completion (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1687">#1687</a>)</li> <li>Fixed cases when the expiration ticker was also used for statistics (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1678">#1678</a>)</li> <li>Fixed refresh handling to skip if the async cache's entry is still loading (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1478">#1478</a>)</li> <li>Fixed <code>containsKey</code> for an async cache's synchronous view while in-flight (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1626">#1626</a>)</li> <li>Fixed premature expiration for an async cache when using nearly immediate expiration (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1623">#1623</a>)</li> <li>For a bulk async load returning extra mappings, wait to be added to the cache before returning (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1409">#1409</a>)</li> </ul> <p>Guava</p> <ul> <li>Relaxed the OSGi version requirement (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1160">#1160</a>)</li> </ul> <p>JCache</p> <ul> <li>Allow <code>hibernate.javax.cache.uri</code> to load the configuration from a jar (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1347">#1347</a>)</li> </ul> <h2>3.1.8</h2> <ul> <li>Added a workaround for a possible JDK concurrency bug with method handles (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1111">#1111</a>)</li> </ul> <h2>3.1.7</h2> <p>Cache</p> <ul> <li>Improved builder construction time (<a href="https://redirect.github.com/ben-manes/caffeine/issues/905">#905</a>)</li> </ul> <p>JCache</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ben-manes/caffeine/commit/836b65c0a83e5d1641ded9c6de578654bc04b2e9"><code>836b65c</code></a> use a consistent expiration tolerance calculation</li> <li><a href="https://github.com/ben-manes/caffeine/commit/0dc7daf962730048fe46ae4626827afbb97ddf92"><code>0dc7daf</code></a> resurrect in-flight async entries on expiration</li> <li><a href="https://github.com/ben-manes/caffeine/commit/0bac8b54fd634ffe95d35ccd1d94daba95e7b369"><code>0bac8b5</code></a> handle head-of-line blocking of expiration queues (fixes <a href="https://redirect.github.com/ben-manes/caffeine/issues/1954">#1954</a>)</li> <li><a href="https://github.com/ben-manes/caffeine/commit/ff258366de0a89129152ead72524ce88f8fca67b"><code>ff25836</code></a> test polish</li> <li><a href="https://github.com/ben-manes/caffeine/commit/f3a6176e2e3a7fe085214472858c6029c108fc3f"><code>f3a6176</code></a> Fix JCache close/createCache races and recursive teardown</li> <li><a href="https://github.com/ben-manes/caffeine/commit/622fbe7dbf7606f114b956205706935be2fcf3c8"><code>622fbe7</code></a> Fix removal in identity views and widen hill-climber counters</li> <li><a href="https://github.com/ben-manes/caffeine/commit/8da5a7a05d8b725c9dbd577be8ffaf2372aa7e23"><code>8da5a7a</code></a> defer weighing the entry until after the putIfAbsent hit fast-path</li> <li><a href="https://github.com/ben-manes/caffeine/commit/94ad0ff8556c9923a8d9746ab85af9ee830dd051"><code>94ad0ff</code></a> Record eviction stats before notifying the removal listener consistently</li> <li><a href="https://github.com/ben-manes/caffeine/commit/f94c0113d0c98dc0afaadf1f6748ea280aa4dff7"><code>f94c011</code></a> Auto-assert eviction stats alongside notifications.withCause.exclusively</li> <li><a href="https://github.com/ben-manes/caffeine/commit/2e945e090fbff4f96251dfe1bacba3780a5bdb0c"><code>2e945e0</code></a> Skip timestamp writes within tolerance on the read path.</li> <li>Additional commits viewable in <a href="https://github.com/ben-manes/caffeine/compare/v2.9.3...v3.2.4">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
