You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by dependabot on 2023/01/31 17:12:12 UTC

[GitHub] [shiro] dependabot[bot] opened a new pull request, #709: Bump cache2k-jcache from 2.4.1.Final to 2.6.1.Final

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

   Bumps [cache2k-jcache](https://github.com/cache2k/cache2k) from 2.4.1.Final to 2.6.1.Final.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cache2k/cache2k/releases">cache2k-jcache's releases</a>.</em></p>
   <blockquote>
   <h2>v2.6.1.Final &quot;Cogee Beach&quot;</h2>
   <p>This change log lists the changes since <a href="https://github.com/cache2k/cache2k/releases/tag/v2.6.0.Final">2.6.0.Final</a>.</p>
   <h3>Fixes and Improvements</h3>
   <ul>
   <li>Timer: Reduce scheduler events</li>
   <li>Timer: Correct scheduling time if an earlier expiry is inserted. Maximum lag time criteria was not met in this case.</li>
   <li>Timer: Rare case if only one cache entry with TTL and regular updates is used, leeds to continuous increase of scheduling events</li>
   </ul>
   <h3>Using this cache2k version</h3>
   <p>The binaries are available on maven central.</p>
   <h4>For Java SE/EE and Android environments</h4>
   <p>For Maven users:</p>
   <pre><code>    &lt;dependency&gt;
         &lt;groupId&gt;${project.groupId}&lt;/groupId&gt;
         &lt;artifactId&gt;cache2k-api&lt;/artifactId&gt;
         &lt;version&gt;2.6.1.Final&lt;/version&gt;
       &lt;/dependency&gt;
       &lt;dependency&gt;
         &lt;groupId&gt;${project.groupId}&lt;/groupId&gt;
         &lt;artifactId&gt;cache2k-core&lt;/artifactId&gt;
         &lt;version&gt;2.6.1.Final&lt;/version&gt;
         &lt;scope&gt;runtime&lt;/scope&gt;
       &lt;/dependency&gt;
   </code></pre>
   <p>For Gradle users:</p>
   <pre><code>def cache2kVersion = '2.6.1.Final'
   <p>dependencies {
   implementation &quot;org.cache2k:cache2k-api:${cache2kVersion}&quot;
   runtimeOnly &quot;org.cache2k:cache2k-core:${cache2kVersion}&quot;
   }
   </code></pre></p>
   <h4>Using the JCache / JSR107 provider</h4>
   <p>Maven users include the cache2k JCache provider this way:</p>
   <pre><code>    &lt;dependency&gt;
         &lt;groupId&gt;org.cache2k&lt;/groupId&gt;
         &lt;artifactId&gt;cache2k-jcache&lt;/artifactId&gt;
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cache2k/cache2k/commit/334aced7a6aa6bcbf4060c379050488484bb00fb"><code>334aced</code></a> Release 2.6.1.Final</li>
   <li><a href="https://github.com/cache2k/cache2k/commit/91d6fded1e3f63636f2a6d81da9b32784aa88397"><code>91d6fde</code></a> add release notes</li>
   <li><a href="https://github.com/cache2k/cache2k/commit/f7b647e54dbe7c84f4d142ae5a623a1188ddf9a4"><code>f7b647e</code></a> avoid multiple schedules at the same time</li>
   <li><a href="https://github.com/cache2k/cache2k/commit/3c01c05bc0a21e71d9ce018c4398f8337a7ea456"><code>3c01c05</code></a> add tests for ThreadingStressTester</li>
   <li><a href="https://github.com/cache2k/cache2k/commit/c13227a62eda1afc344deac2439c4992cd82ad8f"><code>c13227a</code></a> timer / scheduler improvements: reduce scheduled events, correct lag time cal...</li>
   <li><a href="https://github.com/cache2k/cache2k/commit/f7828d430a6ed651747e8e55cb023f2be4dac55d"><code>f7828d4</code></a> fix value generation, provide value to index</li>
   <li><a href="https://github.com/cache2k/cache2k/commit/26ac9ece542613121151dab7782cef4c4e9fe863"><code>26ac9ec</code></a> touch up</li>
   <li><a href="https://github.com/cache2k/cache2k/commit/062c1fbd4e671663d891434fe73c057242fdecee"><code>062c1fb</code></a> add Await to pinpoint</li>
   <li><a href="https://github.com/cache2k/cache2k/commit/5498b68c3fd9b097351d6d6706d2af76c93f90ac"><code>5498b68</code></a> actor pair stress test reorg</li>
   <li><a href="https://github.com/cache2k/cache2k/commit/82be5ef35fbdd9044696fa0dff500ed1b569b029"><code>82be5ef</code></a> cleanup</li>
   <li>Additional commits viewable in <a href="https://github.com/cache2k/cache2k/compare/v2.4.1.Final...v2.6.1.Final">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.cache2k:cache2k-jcache&package-manager=maven&previous-version=2.4.1.Final&new-version=2.6.1.Final)](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 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@shiro.apache.org

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


[GitHub] [shiro] lprimak merged pull request #709: Bump cache2k-jcache from 2.4.1.Final to 2.6.1.Final

Posted by "lprimak (via GitHub)" <gi...@apache.org>.
lprimak merged PR #709:
URL: https://github.com/apache/shiro/pull/709


-- 
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@shiro.apache.org

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