Skip to content

support for newer servlet specs #484

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

Closed
eduarddrenth opened this issue Nov 15, 2022 · 4 comments
Closed

support for newer servlet specs #484

eduarddrenth opened this issue Nov 15, 2022 · 4 comments

Comments

@eduarddrenth
Copy link
Contributor

In the meantime jakarta ee 10 is out, containing servet 6.0.

Please consider support for newer jakarta servlet specs so we can phase out the old.

The migration should be fairly straightforward, renaming javax to jakarta.

You can for example provide <classifier>jakarta</classifier> in pom.xml.

@oliemansm
Copy link
Member

That would make it incompatible with current Spring Boot version I believe. With Spring Boot 3.0 this should be doable.

@eduarddrenth
Copy link
Contributor Author

ok, I don't use any spring or spring-boot, but instead jakarta ee / cdi. Perhaps I should look for another solution that follows ee stack instead of spring stack?

@oliemansm
Copy link
Member

We can release a major update of this library and simply not update this dependency in the spring related projects. That way it could already be used. Any contributions to implement this would be appreciated.

@eduarddrenth
Copy link
Contributor Author

I'll see if I can do a PR for this

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

No branches or pull requests

2 participants