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.
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.