Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.ehcache:ehcache (source) 3.10.8 -> 3.11.1 age adoption passing 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

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

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 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 added the dependencies A dependency update is available label Aug 18, 2025
@renovate renovate bot requested review from PhilippHeuer and iProdigy August 18, 2025 22:11
@renovate renovate bot added the dependencies A dependency update is available label Aug 18, 2025
@renovate renovate bot force-pushed the chore/dependencies/org.ehcache-ehcache-3.x branch from cc86ba0 to caa595e Compare August 19, 2025 20:48
@iProdigy
Copy link
Member

Holding off on merge ehcache/ehcache3#3273 (comment)

@iProdigy iProdigy marked this pull request as draft August 25, 2025 03:40
@renovate renovate bot force-pushed the chore/dependencies/org.ehcache-ehcache-3.x branch from caa595e to 38dfadd Compare August 25, 2025 20:16
@iProdigy
Copy link
Member

outstanding issue seems limited to jsr107, but still waiting on v3.11 release notes

@renovate renovate bot force-pushed the chore/dependencies/org.ehcache-ehcache-3.x branch from 38dfadd to 080d63d Compare August 31, 2025 00:41
@renovate renovate bot changed the title chore(deps): update dependency org.ehcache:ehcache to v3.11.0 chore(deps): update dependency org.ehcache:ehcache to v3.11.1 Aug 31, 2025
@renovate renovate bot force-pushed the chore/dependencies/org.ehcache-ehcache-3.x branch from 080d63d to 16761fa Compare September 18, 2025 22:21
@iProdigy iProdigy marked this pull request as ready for review September 19, 2025 02:18
@renovate renovate bot force-pushed the chore/dependencies/org.ehcache-ehcache-3.x branch 6 times, most recently from 3753a2c to 20a4e0a Compare September 24, 2025 22:32
@renovate renovate bot changed the title chore(deps): update dependency org.ehcache:ehcache to v3.11.1 chore(deps): update dependency org.ehcache:ehcache to v3.11.1 - autoclosed Oct 2, 2025
@renovate renovate bot closed this Oct 2, 2025
@renovate renovate bot deleted the chore/dependencies/org.ehcache-ehcache-3.x branch October 2, 2025 14:30
@renovate renovate bot changed the title chore(deps): update dependency org.ehcache:ehcache to v3.11.1 - autoclosed chore(deps): update dependency org.ehcache:ehcache to v3.11.1 Oct 2, 2025
@renovate renovate bot reopened this Oct 2, 2025
@renovate renovate bot force-pushed the chore/dependencies/org.ehcache-ehcache-3.x branch from 5319efc to 20a4e0a Compare October 2, 2025 17:14
@renovate renovate bot force-pushed the chore/dependencies/org.ehcache-ehcache-3.x branch from 20a4e0a to f6ad0b7 Compare October 12, 2025 10:09
@renovate renovate bot force-pushed the chore/dependencies/org.ehcache-ehcache-3.x branch from f6ad0b7 to 1ff468f Compare October 12, 2025 10:19
Copy link

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

Labels

dependencies A dependency update is available

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant