-
Terminally Deprecated ElementsElementDescriptionThis property is planned for removal in a future version.
-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionFor the same semantics, use
.QuarkusTransaction.requiringNew().call(task)QuarkusTransaction.joiningExisting(),QuarkusTransaction.disallowingExisting(),QuarkusTransaction.suspendingExisting()andQuarkusTransaction.runner(TransactionSemantics)can also be used for alternate semantics and options.the name of this method was misleading and it shouldn't be used anymore. UseQuarkusTransaction.getStatus()for a better semantic instead.For the same semantics, use.QuarkusTransaction.requiringNew().run(task)QuarkusTransaction.joiningExisting(),QuarkusTransaction.disallowingExisting(),QuarkusTransaction.suspendingExisting()andQuarkusTransaction.runner(TransactionSemantics)can also be used for alternate semantics and options.This property is planned for removal in a future version.
QuarkusTransaction.getStatus()for a better semantic instead.