mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fa2a58b9db
This commit ensures that the varargs component type for a MethodHandle cannot be null in ReflectionHelper's convertAllMethodHandleArguments(...) method in SpEL. Closes gh-33193