You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rollbackFor docs should be the exceptions that do trigger a rollback.
/**
* Defines the exceptions that will not result in a rollback.
*
* @return The exception types that will not result in a rollback.
* @since 3.5.0
*/
Class<? extends Throwable>[] rollbackFor() default {};
This is confusing because it's unclear what happens if an exception is neither in the rollbackFor nor noRollbackFor lists. It ideally would be clearer.
The text was updated successfully, but these errors were encountered:
rollbackFor
docs should be the exceptions that do trigger a rollback.This is confusing because it's unclear what happens if an exception is neither in the
rollbackFor
nornoRollbackFor
lists. It ideally would be clearer.The text was updated successfully, but these errors were encountered: