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
Should support jakarta-api and annotations to replace javax.
Actual Behaviour
Build fails as micronaut-cache does not to support jakarta-api and annotations, and throws conflict exception:
> Module 'org.ehcache:ehcache' has been rejected:
Cannot select module with conflict on capability 'org.ehcache.modules:ehcache-impl:3.10.8' also provided by [org.ehcache:ehcache:3.10.8(runtimeElements), org.ehcache:ehcache:3.10.8(jakartaRuntimeElements)]
Expected Behavior
Should support jakarta-api and annotations to replace javax.
Actual Behaviour
Build fails as micronaut-cache does not to support jakarta-api and annotations, and throws conflict exception:
Steps To Reproduce
Environment Information
JDK 17
micronaut-cache v5.0.1
Example Application
No response
Version
Micronaut Platform 4.6.3
The text was updated successfully, but these errors were encountered: