-
Notifications
You must be signed in to change notification settings - Fork 915
Update embedded tomcat from 9.0.102 to 9.0.113 #9122
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
Conversation
|
Do we need to embed Tomcat at all? Can't we just use the HTTP Server in the JVM? |
|
that would have to wait for the JDK 21 bump which would be NB 30, assuming the JDK internal http server covers all use cases. But in theory I don't see why not. |
sorry I looked at the wrong JEP which only added CLI support. The |
matthiasblaesing
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only eyeballed this, but tomcat releases are stable to my experience and I'm not aware of reflective access to tomcat apis. So this should be good.
We need to have a look once Tomcat 9 goes end of life (as the old servlet API (
Both things should go away. The HTTP Server of the VM can be part of the solution, but the problem set is bigger. Edit: Added references to the dispatchers |
|
thanks for the review / comments! |
last update #8400