Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we please provide micronaut-ehcache implementation to support jarkarta-api #811

Open
aozmen121 opened this issue Oct 8, 2024 · 1 comment

Comments

@aozmen121
Copy link

aozmen121 commented 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.

    implementation("org.ehcache:ehcache:3.10.8") {
        capabilities {
            requireCapability("org.ehcache:ehcache-jakarta")
        }
    }

see link: https://github.com/ehcache/ehcache3/releases/tag/v3.10.8

@aozmen121 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
@aozmen121
Copy link
Author

aozmen121 commented Oct 8, 2024

@graemerocher & @sdelamo FYI would you be able to assist with this feature request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant