You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ehcache 2.x reached end-of-life as of September 2023. I took a pass at upgrading the codebase to use Ehcache 3.x, but I hit a roadblock. Ehcache 2 provided a lot of flexibility in terms of the cache configuration that is not available in Ehcache 3. While I could migrate the domainMapperCache and meshDatasetCaches without too much trouble, the featureCache requires much more thought and likely some critical design choices that I'm uncertain about. Has anyone else looked into migrating from Ehcache 2 to Ehcache 3?
The text was updated successfully, but these errors were encountered:
Ehcache 2.x reached end-of-life as of September 2023. I took a pass at upgrading the codebase to use Ehcache 3.x, but I hit a roadblock. Ehcache 2 provided a lot of flexibility in terms of the cache configuration that is not available in Ehcache 3. While I could migrate the
domainMapperCache
andmeshDatasetCaches
without too much trouble, thefeatureCache
requires much more thought and likely some critical design choices that I'm uncertain about. Has anyone else looked into migrating from Ehcache 2 to Ehcache 3?The text was updated successfully, but these errors were encountered: