Skip to content

Commit 9aab003

Browse files
committed
Remove 2 Boot substitutions
Thanks to spring-projects/spring-boot#22093 which brings support of spring.xml.ignore flag natively to Spring Boot. See spring-atticgh-138
1 parent e627620 commit 9aab003

File tree

3 files changed

+1
-234
lines changed

3 files changed

+1
-234
lines changed

spring-graalvm-native-configuration/src/main/resources/initialization.json

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
// Spring Boot
110110
{"class": "org.springframework.boot.CommandLineRunner"},
111111
{"class": "org.springframework.boot.validation.MessageInterpolatorFactory"},
112+
{"class": "org.springframework.boot.BeanDefinitionLoader"},
112113

113114
// Tomcat, to avoid XML parsers and crypto classes
114115
{"class": "org.apache.catalina.servlets.DefaultServlet" },

spring-graalvm-native-substitutions/src/main/java/org/springframework/boot/Target_BeanDefinitionLoader.java

-203
This file was deleted.

spring-graalvm-native-substitutions/src/main/java/org/springframework/boot/autoconfigure/http/Target_HttpMessageConverters.java

-31
This file was deleted.

0 commit comments

Comments
 (0)