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
At the moment latest implementation("org.ehcache:ehcache:3.10.8") pulls in by default javax-api mode. however as micronaut is moving away from javax-api and incorporating jarkarta-api instead. Can you please provide jakarta-api support that is already available in ehcache:v3. e.g.
The text was updated successfully, but these errors were encountered:
aozmen121
changed the title
Can we please port over micronaut-ehcache implementation to provide jarkarta support
Can we please provide micronaut-ehcache implementation to support jarkarta-api
Oct 8, 2024
Feature description
At the moment latest
implementation("org.ehcache:ehcache:3.10.8")
pulls in by default javax-api mode. however as micronaut is moving away from javax-api and incorporating jarkarta-api instead. Can you please provide jakarta-api support that is already available in ehcache:v3. e.g.see link: https://github.com/ehcache/ehcache3/releases/tag/v3.10.8
The text was updated successfully, but these errors were encountered: