Update embedded tomcat from 9.0.102 to 9.0.113#9122
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.
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