We currently have a Spring boot
application running on Tomcat 9
.
It is using Spring boot version 2.1.5
. In order to make my application compatible with Tomcat 10
, what should be the Spring boot
version?
Will Spring boot be compatible with Tomcat 10(jakarta.* changes)
? Or is it still in development?