mshanemc / roundRobinProcessBuilder

27 stars 10 forks source link

Multiple Salesforce critical updates #20

Closed scaracand closed 4 years ago

scaracand commented 4 years ago

Salesforce is releasing a number of critical updates that will gradually be automatically activated for all orgs. Is RR compatible with the upcoming security updates? Here is the list:

Disable Access to Non-global Controller Methods in Managed Packages https://releasenotes.docs.salesforce.com/en-us/summer19/release-notes/rn_lc_apex_methods_packages_cruc.htm

Enforce Access Modifiers on Apex Properties in Lightning Component Markup https://releasenotes.docs.salesforce.com/en-us/winter20/release-notes/rn_lc_enforce_prop_modifiers_cruc.htm

Enable ICU Locale Formats https://help.salesforce.com/articleView?id=icu_migration_how.htm&type=5

Prevent Creation of Function Expressions When Using $A.createComponent() or $A.createComponents() in Aura Components https://releasenotes.docs.salesforce.com/en-us/summer19/release-notes/rn_aura_expr_dynamic_cmp_cruc.htm

Restrict Reflective Access to Non-Global Controller Constructors in Packages https://releasenotes.docs.salesforce.com/en-us/spring20/release-notes/rn_apex_publicConstructorsInMgdPackages.htm

Enable Dependency Access Checks in Lightning Components https://releasenotes.docs.salesforce.com/en-us/spring20/release-notes/rn_lc_dependency_access_checks_cruc.htm

Restrict Access to @AuraEnabled Apex Methods for Authenticated Users Based on User Profile https://releasenotes.docs.salesforce.com/en-us/winter20/release-notes/rn_lc_restrict_apex_authenticated_users.htm -- already under discussion in issue #19