Skip to content

Commit

Permalink
Update javax.transaction to jakarta.transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage authored and beikov committed Mar 27, 2024
1 parent 8d73b58 commit b16729b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public boolean isInjectable() {
public String scope() {
if (jakartaDataRepository) {
return context.addTransactionScopedAnnotation()
? "javax.transaction.TransactionScoped"
? "jakarta.transaction.TransactionScoped"
: "jakarta.enterprise.context.RequestScoped";
}
else {
Expand Down

0 comments on commit b16729b

Please sign in to comment.