Expression Language prior to 5.0 provides the deprecated MethodExpression.isParmetersProvided() method, with the word 'parameter' misspelled in the method name. This method is unavailable in Jakarta Expression Language 5.0.
Use the correctly spelled MethodExpression.isParametersProvided() method instead.
See the Jakarta EE 9.1 documentation for more information about this removed method.