You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/10/11 05:31:44 UTC

[PR] Build: Bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.1.8 [iceberg]

dependabot[bot] opened a new pull request, #8784:
URL: https://github.com/apache/iceberg/pull/8784

   Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 2.9.3 to 3.1.8.
   <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.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>
   <ul>
   <li>Fixed deadlock when a cache listener writes to another cache (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1065">#1065</a>)</li>
   <li>Added <code>jakarta.inject</code> support, dropping <code>javax.inject</code> (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1009">#1009</a>)</li>
   </ul>
   <h2>3.1.6</h2>
   <ul>
   <li>Fixed the log message when a key's equality has changed and corrupted the underlying map (<a href="https://redirect.github.com/ben-manes/caffeine/issues/900">#900</a>, <a href="https://jira.qos.ch/browse/SLF4J-529">SLF4J-529</a>)</li>
   <li>Added <code>Implementation-Version</code> and other <code>MANIFEST.MF</code> attributes (<a href="https://redirect.github.com/ben-manes/caffeine/issues/889">#889</a>)</li>
   </ul>
   <h2>3.1.5</h2>
   <p>Cache</p>
   <ul>
   <li>Fixed <code>clear()</code> removing a key more than once due to a write-back removal listener (<a href="https://redirect.github.com/ben-manes/caffeine/issues/872">#872</a>)</li>
   </ul>
   <p>JCache</p>
   <ul>
   <li>Added support for loading the configuration from the cache manager's uri (<a href="https://redirect.github.com/ben-manes/caffeine/issues/877">#877</a>)</li>
   </ul>
   <h2>3.1.4</h2>
   <p>Added <a href="https://errorprone.info/bugpattern/CheckReturnValue"><code>@​CanIgnoreReturnValue</code></a> annotations for static analysis  (<a href="https://redirect.github.com/ben-manes/caffeine/issues/868">#868</a>)</p>
   <h2>3.1.3</h2>
   <p>Cache</p>
   <ul>
   <li>Fixed the build time dependency constraints from being leaked into the external metadata (<a href="https://redirect.github.com/ben-manes/caffeine/issues/867">#867</a>)</li>
   <li>Fixed the cause of a removal notification for a discarded refresh when the entry was removed</li>
   <li>Fixed the behavior for null lookups into returned unmodifiable maps to be consistent (<a href="https://redirect.github.com/ben-manes/caffeine/issues/864">#864</a>)</li>
   <li>Fixed an unexpected delay of removal notifications when using a scheduler (<a href="https://redirect.github.com/ben-manes/caffeine/issues/859">#859</a>)</li>
   <li>Fixed explicit refreshes from being deduped if the entry is pending eviction</li>
   <li>Defaulted methods to <a href="https://errorprone.info/bugpattern/CheckReturnValue"><code>@​CheckReturnValue</code></a> for static analysis (<a href="https://redirect.github.com/ben-manes/caffeine/issues/863">#863</a>)</li>
   <li>Reduced the lock hold time during Map.clear (<a href="https://redirect.github.com/ben-manes/caffeine/issues/835">#835</a>)</li>
   </ul>
   <p>JCache</p>
   <ul>
   <li>Fixed <code>putAll</code> with an immutable map that causes an exception when using a cache writer (<a href="https://redirect.github.com/ben-manes/caffeine/issues/841">#841</a>)</li>
   </ul>
   <h2>3.1.2</h2>
   <p>Cache</p>
   <ul>
   <li>Added detection for when a key's equality has changed and corrupted the underlying map ([SOLR-16489])</li>
   <li>Improved the frequency sketch by better utilizing the cpu cache line to reduce memory accesses</li>
   <li>Fixed <code>computeIfAbsent</code> when replacing a collected weak/soft value and the custom expiry fails</li>
   <li>Improved refresh conflict detection to avoid unnecessarily discarding after a reload</li>
   <li>Improved eviction when the weight is oversized (<a href="https://redirect.github.com/ben-manes/caffeine/issues/745">#745</a>)</li>
   </ul>
   <p>Guava</p>
   <ul>
   <li>Added an adapter from Guava's CacheLoader to Caffeine's (<a href="https://redirect.github.com/ben-manes/caffeine/issues/766">#766</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/ben-manes/caffeine/commit/b0723da5976ebb52069f6b0cccfcf44186c3fdf3"><code>b0723da</code></a> minor build plugin upgrades</li>
   <li><a href="https://github.com/ben-manes/caffeine/commit/82cf9a338286350b20303536014119bed8e6513a"><code>82cf9a3</code></a> Fix issue <a href="https://redirect.github.com/ben-manes/caffeine/issues/1111">#1111</a> by not creating methodType on each invocation (to work around...</li>
   <li><a href="https://github.com/ben-manes/caffeine/commit/b1462ddafa7d4d5c846719132427810f37a371b9"><code>b1462dd</code></a> simplify and document the coalescing bulkloader example (fixes <a href="https://redirect.github.com/ben-manes/caffeine/issues/7">#7</a>)</li>
   <li><a href="https://github.com/ben-manes/caffeine/commit/f3a9345f90df76edc0349125e409af863366e108"><code>f3a9345</code></a> document the write-behind-rxjava example</li>
   <li><a href="https://github.com/ben-manes/caffeine/commit/2c7b87807f48d41c03806b5c9ad6087d8e4a7198"><code>2c7b878</code></a> Improve hibernate example and add resilience example using failsafe</li>
   <li><a href="https://github.com/ben-manes/caffeine/commit/c2befe9fc36856b4b131ba7920951708728b693d"><code>c2befe9</code></a> Bump EnricoMi/publish-unit-test-result-action from 2.8.0 to 2.9.0 (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1109">#1109</a>)</li>
   <li><a href="https://github.com/ben-manes/caffeine/commit/30b3813afc978856001260acda996077db36ec3c"><code>30b3813</code></a> upgrade error prone and hibernate</li>
   <li><a href="https://github.com/ben-manes/caffeine/commit/6f0f14e9d7b54cf1edbdaa2ae1c004177820bc88"><code>6f0f14e</code></a> Bump com.uber.nullaway:nullaway from 0.10.11 to 0.10.12 (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1108">#1108</a>)</li>
   <li><a href="https://github.com/ben-manes/caffeine/commit/17677fa21d5eb02f93edfbdfb4d5628d38d4df01"><code>17677fa</code></a> Bump org.checkerframework:checker-qual from 3.36.0 to 3.37.0 (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1107">#1107</a>)</li>
   <li><a href="https://github.com/ben-manes/caffeine/commit/67b36d6cbb72a8fd8c501edc8d12c03a4f2ccb12"><code>67b36d6</code></a> Bump crate-ci/typos from 1.16.1 to 1.16.2 (<a href="https://redirect.github.com/ben-manes/caffeine/issues/1105">#1105</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/ben-manes/caffeine/compare/v2.9.3...v3.1.8">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.ben-manes.caffeine:caffeine&package-manager=gradle&previous-version=2.9.3&new-version=3.1.8)](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>


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [PR] Build: Bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.1.8 [iceberg]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #8784:
URL: https://github.com/apache/iceberg/pull/8784#issuecomment-2003110719

   Looks like com.github.ben-manes.caffeine:caffeine is no longer being updated by Dependabot, so this is no longer needed.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [PR] Build: Bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.1.8 [iceberg]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #8784: Build: Bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.1.8
URL: https://github.com/apache/iceberg/pull/8784


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org