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

Move to Jetty 12 #1667

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Move to Jetty 12 #1667

wants to merge 7 commits into from

Conversation

sbernard31
Copy link
Contributor

Jetty 9.x will reach end of life.
So we need a solution, see #1662.

Here is a try to move to Jetty 12 using servlet API.

For now, I use jarkarta 9 but I think there is maybe no good reason about that ... probably I should try with jarkata 10 ? 🤔

About java requirement :

@JaroslawLegierski
Copy link
Contributor

For now, I use jarkarta 9 but I think there is maybe no good reason about that ... probably I should try with jarkata 10 ? 🤔

I have built a leshan test version with Jetty 12 using jarkarta10. In next week I will try to test it.

@sbernard31
Copy link
Contributor Author

I pushed a new commit about using jakarta 10.

I get some warning, I will try to deal with them :

2024-11-04 16:05:43,996 DefaultServlet       [WARN] DefaultServlet pathInfoOnly is set to true. Use ResourceServlet instead.  
2024-11-04 16:05:43,998 ResourceServlet      [WARN] Deprecated resourceBase used instead of baseResource  
2024-11-04 16:06:09,081 DefaultServlet       [WARN] Incorrect mapping for DefaultServlet at /*. Use ResourceServlet  

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

Successfully merging this pull request may close these issues.

3 participants