Wei Wu
Wei Wu
@manoharank reported the same observation here: https://github.com/spring-projects/spring-framework/issues/27582#issuecomment-1772220620
Thanks, @sbrannen I did some testing in our project with the latest release (`6.1.11`) and things are working properly now AFAICT. As part of the verification, I found another behavior...
Hi @sbrannen Yes, it's about inline list. Here is a self-contained unit test to demonstrate the difference: ```java import org.junit.jupiter.api.Test; import org.springframework.expression.Expression; import org.springframework.expression.spel.standard.SpelExpressionParser; import org.springframework.expression.spel.support.StandardEvaluationContext; import org.springframework.util.ReflectionUtils; import static...