You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/11/22 11:36:57 UTC

[PR] Bump com.github.ben-manes.caffeine:caffeine from 2.6.2 to 3.1.8 [pinot]

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

   Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 2.6.2 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.6.2...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=maven&previous-version=2.6.2&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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump com.github.ben-manes.caffeine:caffeine from 2.6.2 to 3.1.8 [pinot]

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #12041:
URL: https://github.com/apache/pinot/pull/12041#issuecomment-1822657332

   ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12041?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base [(`e4d3a8d`)](https://app.codecov.io/gh/apache/pinot/commit/e4d3a8dde8df8be8fcc3ae20c96ec6d004dd7933?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 61.64% compared to head [(`61ea472`)](https://app.codecov.io/gh/apache/pinot/pull/12041?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 46.77%.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@              Coverage Diff              @@
   ##             master   #12041       +/-   ##
   =============================================
   - Coverage     61.64%   46.77%   -14.87%     
   + Complexity     1153      944      -209     
   =============================================
     Files          2385     1787      -598     
     Lines        129519    93905    -35614     
     Branches      20043    15182     -4861     
   =============================================
   - Hits          79844    43928    -35916     
   - Misses        43869    46854     +2985     
   + Partials       5806     3123     -2683     
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [custom-integration1](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration1](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [integration2](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [java-11](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [java-21](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.77% <ø> (-14.74%)` | :arrow_down: |
   | [skip-bytebuffers-false](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.77% <ø> (-14.83%)` | :arrow_down: |
   | [skip-bytebuffers-true](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   | [temurin](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.77% <ø> (-14.87%)` | :arrow_down: |
   | [unittests](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.77% <ø> (-14.87%)` | :arrow_down: |
   | [unittests1](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.77% <ø> (-0.21%)` | :arrow_down: |
   | [unittests2](https://app.codecov.io/gh/apache/pinot/pull/12041/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `?` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/pinot/pull/12041?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump com.github.ben-manes.caffeine:caffeine from 2.6.2 to 3.1.8 [pinot]

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

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump com.github.ben-manes.caffeine:caffeine from 2.6.2 to 3.1.8 [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed pull request #12041: Bump com.github.ben-manes.caffeine:caffeine from 2.6.2 to 3.1.8
URL: https://github.com/apache/pinot/pull/12041


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org