Closed fabianfrz closed 1 year ago
You cannot mix packaged Ehcache 3 modules with unpackaged ones. If you want to use the ehcache-management
module then you'll need to use the unpackaged core modules with it: ehcache-api
, ehcache-core
, ehcache-impl
; and then depending on your usage you may need: ehcache-107
and ehcache-xml
.
Thanks, will try that tomorrow. Maybe it would be a good idea to mention that somewhere in the documentation.
Feel free to close this issue then.
Hi I guess I found a bug in ehcache 3.10.
Intellij IDEA hints this:
Libraries:
Management:
Exception:
So it looks like some kind of a packaging issue. One seems to be relocated, the other not.