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
It seems that at the moment the last version of ehcache that Micronaut supports is "3.9.0". Once I add a higher version of it to the dependencies, Micronaut throws java.lang.ClassNotFoundException: org.ehcache.core.statistics.DefaultStatisticsService.
And unfortunately, by using the default version ("3.8.1"), ehcache throws java.lang.reflect.InaccessibleObjectException when trying to perform a deepSizeOf before putting entries into the cache.
This issue is apparently fixed in version 3.9.1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that at the moment the last version of
ehcache
that Micronaut supports is "3.9.0". Once I add a higher version of it to the dependencies, Micronaut throwsjava.lang.ClassNotFoundException: org.ehcache.core.statistics.DefaultStatisticsService
.And unfortunately, by using the default version ("3.8.1"),
ehcache
throwsjava.lang.reflect.InaccessibleObjectException
when trying to perform adeepSizeOf
before putting entries into the cache.This issue is apparently fixed in version 3.9.1.
Is there any plan to support the newer versions?
Beta Was this translation helpful? Give feedback.
All reactions