Generate compiled SpEL expressions using Java 17 byte code level #34602
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
When generating dynamic classes with CGLIB or compiling SpEL expressions, we currently generate byte code with Java 8 byte code level.
For Spring Framework 7, we should generate byte code with Java 17 byte code level to align with the Java 17 baseline introduced in Spring Framework 6.0.
The text was updated successfully, but these errors were encountered: