Update javax.transaction to jakarta.transaction
This commit is contained in:
parent
7fcbf3d433
commit
975f471c85
|
@ -322,7 +322,7 @@ public class AnnotationMetaEntity extends AnnotationMeta {
|
||||||
public String scope() {
|
public String scope() {
|
||||||
if (jakartaDataRepository) {
|
if (jakartaDataRepository) {
|
||||||
return context.addTransactionScopedAnnotation()
|
return context.addTransactionScopedAnnotation()
|
||||||
? "javax.transaction.TransactionScoped"
|
? "jakarta.transaction.TransactionScoped"
|
||||||
: "jakarta.enterprise.context.RequestScoped";
|
: "jakarta.enterprise.context.RequestScoped";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue