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

Switch to jakarta Servlet API #16

Open
Conal-Tuohy opened this issue Apr 5, 2023 · 1 comment
Open

Switch to jakarta Servlet API #16

Conal-Tuohy opened this issue Apr 5, 2023 · 1 comment

Comments

@Conal-Tuohy
Copy link
Owner

javax.servlet package is unsupported in later versions of some containers (Tomcat 10, Jetty 11), so we need a branch in which we have switched to jakarta.servlet to support those containers as they become the current versions in software package repositories.

@Conal-Tuohy
Copy link
Owner Author

A bit of refactoring might be helpful first to separate the differently named APIs into separate Java source code files, so that the differences between the javax and jakarta branches are consolidated in one part of the codebase, isolated from the core program logic.

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

No branches or pull requests

1 participant