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
SpEL's ConstructorReference supports compilation of expressions that instantiate new objects, but it does not support compilation of expressions that construct new arrays -- for example, via new int[] {1, 2, 3}.
The reference manual should document this limitation.