mitchspano / apex-trigger-actions-framework

A framework for partitioning, ordering, and bypassing trigger logic for applications built on Salesforce.
Apache License 2.0
503 stars 156 forks source link

Update to Winter '23 API version and utilize new System.Assert class #92

Closed chazwatkins closed 1 year ago

chazwatkins commented 1 year ago

Most classes are on API version 54.0 and the current release is 56.0.

In Winter '23, 56.0, the new System.Assert class was added to replace System.assert... methods. To make sure the framework is using the latest features, the System.assert... methods should be updated to use the System.Assert class.