task #9207
closedupdate ehcache dependency and handle hibernate-ehcache
100%
Description
The latest version of ehcache-core is 3.8.1 but has a different groupId since version 3.0 so we need to check if this is still working together.
Also we should check if cdmlib-remote dependency hibernate-ehcache is really needed. It relates to the similar library ehcache (not -core) and therefore many classes are duplicated. => seems to be fixed in the meanwhile, hibernate-ehcache is not a dependency anymore
Removing hibernate-ehcache from maven pom does not create any compile problems.
Related issues
Updated by Andreas Müller over 2 years ago
The different versions have different sizes. The old version net.sf.ehcache-core and the very new version org.ehcache have 9MB.
Therefore we should discuss if we really want to use net.sf.ehcache. Better we migrate cdmlib-cache to org.ehcache and keep net.sf.ehcache-core as long as it is referenced by any dependent library.
org.ehcache has completely new namespaces and a couple of changes. Therefore it is not compatible to any 2.x version at all.
Updated by Andreas Müller over 2 years ago
- Status changed from New to In Progress
- Target version changed from Unassigned CDM tickets to Release 5.18
Updated by Andreas Müller over 2 years ago
- Target version changed from Release 5.18 to Release 5.19
Updated by Andreas Müller about 2 years ago
- Target version changed from Release 5.19 to Release 5.21
Updated by Andreas Müller about 2 years ago
- Target version changed from Release 5.21 to Release 5.22
Updated by Andreas Müller almost 2 years ago
- Target version changed from Release 5.22 to Release 5.39
Updated by Andreas Müller 3 months ago
- Related to task #10218: Unify cache handling in CDM platform added
Updated by Andreas Müller 3 months ago
- Description updated (diff)
- % Done changed from 0 to 30
Updated by Andreas Müller 3 months ago
- Is duplicate of task #10077: upgrade ehcache to 3.x added
Updated by Andreas Müller 3 months ago
- Tags set to ehcache
- Status changed from In Progress to Duplicate
- % Done changed from 30 to 100
Updated by Andreas Müller 3 months ago
- Related to task #10055: Updates, upgrades and cleanup 2023 added