Using this solution my application rolls back on every exception.
But starting with spring boot 2.1 the rollback is just done for RuntimeException
s.
I cannot see any regarding change in the change logs of spring boot.
Any ideas?
Using this solution my application rolls back on every exception.
But starting with spring boot 2.1 the rollback is just done for RuntimeException
s.
I cannot see any regarding change in the change logs of spring boot.
Any ideas?