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
{{ message }}
This repository was archived by the owner on Jan 30, 2019. It is now read-only.
The javadoc for ExpressionFactory#getInitFunctionMap says:
/**
* Retrieve a function map containing a pre-configured function
* mapping. It must include the following functions.
* <ul>
* <li>linq:range</li>
* <li>linq:repeat</li>
* <li>linq:_empty</li>
* </ul>
* @return A initial map for functions, null if there is none.
*
* @since EL 3.0
*/
This is not correct, as EL 3.0 no longer has to support these functions.