spring-framework/spring-expression
Sam Brannen c79436f832 Support SpEL compilation for public methods in private subtypes
Although the Spring Expression Language (SpEL) generally does a good
job of locating the public declaring class or interface on which to
invoke a method in a compiled expression, prior to this commit there
were still a few unsupported use cases.

To address those remaining use cases, this commit ensures that methods
are invoked via a public interface or public superclass whenever
possible when compiling SpEL expressions.

See gh-29857
2024-03-07 16:20:50 +01:00
..
src Support SpEL compilation for public methods in private subtypes 2024-03-07 16:20:50 +01:00
spring-expression.gradle Support Kotlin value class properties in SpEL 2023-08-11 16:54:34 +02:00