Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Change Age Confidence
org.ehcache:ehcache (source) 3.11.0 -> 3.11.1 age confidence

Release Notes

ehcache/ehcache3 (org.ehcache:ehcache)

v3.11.1: 3.11.1

Getting started

This new minor release of Ehcache 3 is the first new release under IBM ownership. It adds support for shared resource pools between unclustered caches. It also contains a fix for a hashing denial of service performance regression (#​3268).

[!NOTE]
Ehcache 3.11 with be the last minor release line to support Java 8. The next release line will advance the Java baseline to 17.

Ehcache 3.11.1 has been released to maven central under the following coordinates:

Main module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>3.11.1</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache:3.11.1') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-jakarta')
//  }
}
Transactions module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-transactions</artifactId>
  <version>3.11.1</version>
  <!-- <classifier>jakarta</classifier> -->
</dependency>

or

implementation('org.ehcache:ehcache-transactions:3.11.1') {
//  capabilities {
//    requireCapability('org.ehcache:ehcache-transactions-jakarta')
//  }
}
Clustering module
<dependency>
  <groupId>org.ehcache</groupId>
  <artifactId>ehcache-clustered</artifactId>
  <version>3.11.1</version>
</dependency>

Or can be downloaded below.
Note that if you download Ehcache jars directly you will need one additional jar in your classpath:

Clustering kit

For clustering a kit is also provided that includes the Terracotta Server component. See below.

Further reading

What's Changed

New Contributors

Full Changelog: ehcache/ehcache3@v3.10.8...v3.11.1


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 31, 2025 09:28
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 31, 2025
@renovate renovate bot requested a review from a team as a code owner August 31, 2025 09:28
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 31, 2025
@renovate renovate bot enabled auto-merge (squash) August 31, 2025 09:28
@github-actions github-actions bot added this to the 5.0.4 milestone Aug 31, 2025
@renovate renovate bot force-pushed the renovate/release/5.0.x-patch-ehcache3.version branch from def5fb5 to ded70a8 Compare August 31, 2025 09:37
@renovate renovate bot force-pushed the renovate/release/5.0.x-patch-ehcache3.version branch from ded70a8 to ea7ddcb Compare August 31, 2025 12:24
Copy link

@renovate renovate bot merged commit dd9ce35 into release/5.0.x Aug 31, 2025
5 checks passed
@renovate renovate bot deleted the renovate/release/5.0.x-patch-ehcache3.version branch August 31, 2025 12:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants