SpEL varargs behavior changed after upgrading to Spring Framework 6.1.11 #33643
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: invalid
An issue that we don't feel is valid
Uh oh!
There was an error while loading. Please reload this page.
Overview
We noticed the value of the
acceptedRoles
changed.With spring boot version 3.3.1 and before the size of the
acceptedRoles
list is 0, but after upgrading to 3.3.2 and above the value returned is 1.TestController.java
application.properties
demo.zip
The text was updated successfully, but these errors were encountered: