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
I would add basically the same rules as have been done for cacheable methods, but for Transactional, too, since they also need to be proxied in order for the annotation to work.
It should check both jakarta.transaction.Transactional and org.springframework.transaction.annotation.Transactional.
The text was updated successfully, but these errors were encountered:
I would add basically the same rules as have been done for cacheable methods, but for Transactional, too, since they also need to be proxied in order for the annotation to work.
It should check both jakarta.transaction.Transactional and org.springframework.transaction.annotation.Transactional.
The text was updated successfully, but these errors were encountered: