SpEL cannot invoke varargs MethodHandle
function with a primitive array
#33198
Labels
Milestone
MethodHandle
function with a primitive array
#33198
Overview
After completing #33191, I noticed that the Spring Expression Language (SpEL) also cannot invoke a varargs
MethodHandle
function with a primitive array, although that is supported for a varargsMethod
function.Though, since Spring Framework 6.1.11 has already been released, I'll address this related bug in 6.1.12.
Related Issues
MethodHandle
function with an array #33191The text was updated successfully, but these errors were encountered: