spring-framework/spring-expression
Sam Brannen ca6d987c56 Support compilation of array and list indexing with Integer in SpEL
Prior to this commit, the Spring Expression Language (SpEL) failed to
compile an expression that indexed into any array or list using an
Integer.

This commit adds support for compilation of such expressions by
ensuring that an Integer is unboxed into an int in the compiled
bytecode.

Closes gh-32694
2024-04-23 11:36:48 +03:00
..
src Support compilation of array and list indexing with Integer in SpEL 2024-04-23 11:36:48 +03:00
spring-expression.gradle Initial review and polish of IndexAccessor support in SpEL 2024-04-10 15:54:34 +02:00