spring-projects-experimental / spring-fu

Configuration DSLs for Spring Boot
Apache License 2.0
1.67k stars 138 forks source link

Use native application optimizations and disable XML and SpEL by default #276

Closed sdeleuze closed 4 years ago

sdeleuze commented 4 years ago

Set org.graalvm.nativeimage.imagecode system property to enable native applications optimizations and leverage https://github.com/spring-projects/spring-framework/issues/25151 and https://github.com/spring-projects/spring-framework/issues/25153 to remove XML and SpEL support by default in order to make Spring Fu apps even more lightweight.