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
It seems that Quarkus REST has a specific rule for @Transactional: "If a method or class is annotated with jakarta.transaction.Transactional then it will also be treated as a blocking method. This is because JTA is a blocking technology, and is generally used with other blocking technology such as Hibernate and JDBC.".
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
It seems that Quarkus REST has a specific rule for
@Transactional
: "If a method or class is annotated withjakarta.transaction.Transactional
then it will also be treated as a blocking method. This is because JTA is a blocking technology, and is generally used with other blocking technology such as Hibernate and JDBC.".Implementation ideas
No response
The text was updated successfully, but these errors were encountered: