Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cache2k-jcache from 2.4.1.Final to 2.6.1.Final #737

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps cache2k-jcache from 2.4.1.Final to 2.6.1.Final.

Release notes

Sourced from cache2k-jcache's releases.

v2.6.1.Final "Cogee Beach"

This change log lists the changes since 2.6.0.Final.

Fixes and Improvements

  • Timer: Reduce scheduler events
  • Timer: Correct scheduling time if an earlier expiry is inserted. Maximum lag time criteria was not met in this case.
  • Timer: Rare case if only one cache entry with TTL and regular updates is used, leeds to continuous increase of scheduling events

Using this cache2k version

The binaries are available on maven central.

For Java SE/EE and Android environments

For Maven users:

    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>cache2k-api</artifactId>
      <version>2.6.1.Final</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>cache2k-core</artifactId>
      <version>2.6.1.Final</version>
      <scope>runtime</scope>
    </dependency>

For Gradle users:

def cache2kVersion = '2.6.1.Final'

dependencies { implementation "org.cache2k:cache2k-api:${cache2kVersion}" runtimeOnly "org.cache2k:cache2k-core:${cache2kVersion}" }

Using the JCache / JSR107 provider

Maven users include the cache2k JCache provider this way:

    <dependency>
      <groupId>org.cache2k</groupId>
      <artifactId>cache2k-jcache</artifactId>
</tr></table> 

... (truncated)

Commits
  • 334aced Release 2.6.1.Final
  • 91d6fde add release notes
  • f7b647e avoid multiple schedules at the same time
  • 3c01c05 add tests for ThreadingStressTester
  • c13227a timer / scheduler improvements: reduce scheduled events, correct lag time cal...
  • f7828d4 fix value generation, provide value to index
  • 26ac9ec touch up
  • 062c1fb add Await to pinpoint
  • 5498b68 actor pair stress test reorg
  • 82be5ef cleanup
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [cache2k-jcache](https://github.com/cache2k/cache2k) from 2.4.1.Final to 2.6.1.Final.
- [Release notes](https://github.com/cache2k/cache2k/releases)
- [Commits](cache2k/cache2k@v2.4.1.Final...v2.6.1.Final)

---
updated-dependencies:
- dependency-name: org.cache2k:cache2k-jcache
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 13, 2023
@lprimak lprimak merged commit cc9423f into main Feb 13, 2023
@lprimak lprimak deleted the dependabot/maven/org.cache2k-cache2k-jcache-2.6.1.Final branch February 13, 2023 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
1 participant