This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Find why DispatcherServlet is initialized on first request on JVM and startup on native image #168
Labels
type: task
A general task
This difference of behavior is a real issue since
DispatcherServlet
early initialization triggersDispatcherServlet.properties
+ reflection initialization which requires more configuration on GraalVM native.This seems to be triggered by a difference of behavior in Tomcat connection pool on native image, not sure why yet.
With this + spring-projects/spring-framework#25209 and related Spring Fu update, we should be able to remove
DispatcherServlet
substitution.The text was updated successfully, but these errors were encountered: