spring-framework/spring-context
Sébastien Deleuze 1c75f95be0 Provide a flag to disable SpEL support
This commit introduces a spring.spel.ignore system property
which when set to true avoid initializing SpEL infrastructure.

A typical use case is optimizing GraalVM native image footprint
for applications not using SpEL. In order to be effective, those
classes should be initialized at build time:

- org.springframework.context.support.AbstractApplicationContext
- org.springframework.core.SpringProperties
- org.springframework.context.event.EventListenerMethodProcessor

Closes gh-25153
2020-06-18 17:08:15 +02:00
..
src Provide a flag to disable SpEL support 2020-06-18 17:08:15 +02:00
.springBeans
spring-context.gradle Upgrade to BeanShell 2.0b6 2020-04-07 18:06:43 +02:00