You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.