Refine build time init configuration
For Spring MVC and RestTemplate. See gh-28518
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
Args = --initialize-at-build-time=org.springframework.aot.AotDetector,\
|
||||
org.springframework.core.NativeDetector
|
||||
org.springframework.core.NativeDetector,\
|
||||
org.springframework.util.ConcurrentReferenceHashMap,\
|
||||
org.springframework.core.SpringProperties,\
|
||||
org.springframework.util.ClassUtils
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Args = --initialize-at-build-time=org.springframework.http.HttpStatus
|
||||
Args = --initialize-at-build-time=org.springframework.http.HttpStatus,\
|
||||
org.springframework.web.client.RestTemplate
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Args = --initialize-at-build-time=org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
|
||||
Reference in New Issue
Block a user