forcedotcom / isvte-sfdx-plugin

BSD 3-Clause "New" or "Revised" License
42 stars 8 forks source link

Overloaded AuraEnabled Calls #45

Open stephenroden opened 1 year ago

stephenroden commented 1 year ago

The scan picked up two of our classes stating

Overloaded AuraEnabled Calls: Starting with API Version 55, @AuraEnabled methods cannot be overloaded

The classes however are on API 57 and are in our package without error

Release notes https://help.salesforce.com/s/articleView?id=release-notes.rn_apex_ValidationForAuraEnabledAnnotation.htm&language=en_US&release=238&type=5 says that the deploy would fail.

Is the error in the scanning tool, the Salesforce compilation or has the restrictions been relaxed a little?