Skip to content

Update dependency org.ehcache:ehcache to v3.11.1#278

Merged
hazendaz merged 1 commit intomasterfrom
renovate/org.ehcache-ehcache-3.x
Mar 2, 2026
Merged

Update dependency org.ehcache:ehcache to v3.11.1#278
hazendaz merged 1 commit intomasterfrom
renovate/org.ehcache-ehcache-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Change Age Confidence
org.ehcache:ehcache (source) 3.10.83.11.1 age confidence

Release Notes

ehcache/ehcache3 (org.ehcache:ehcache)

v3.11.1: 3.11.1

Compare Source

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

v3.11.0: Ehcache 3.11.0

Compare Source

Ehcache 3.11.0 was released with an issue in the JSR-107 wrapper layer (#​3272). Although this issue should only affect users consuming via the JSR-107 API we recommended all users skip this release and move directly to 3.11.1 instead.

v3.10.9: 3.10.9

Compare Source

Getting started

This is a bug fix release on the 3.10 line: ehcache/ehcache3@v3.10.8...v3.10.9

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

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

or

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

or

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

Or can be downloaded below.
Note that if you download Ehcache jar 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.10.9


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@hazendaz hazendaz merged commit 731aa17 into master Mar 2, 2026
21 checks passed
@renovate renovate bot deleted the renovate/org.ehcache-ehcache-3.x branch March 2, 2026 04:06
@coveralls
Copy link

Coverage Status

coverage: 72.581%. remained the same
when pulling 7fe17d6 on renovate/org.ehcache-ehcache-3.x
into 03c5565 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants