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.
This rule has an automated fix to update the method name. Copy the custom configuration to your application build file to enable the fix automation.
For more Jakarta 10 migration information, see Differences between Jakarta Expression Language 5.0 and 4.0.