Skip to content

Commit

Permalink
Refine build time init configuration
Browse files Browse the repository at this point in the history
For Spring MVC and RestTemplate.

See gh-28518
  • Loading branch information
sdeleuze committed Jun 13, 2022
1 parent 0992f85 commit 2b76a12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Args = --initialize-at-build-time=org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport

0 comments on commit 2b76a12

Please sign in to comment.