-
Enhancement
-
Resolution: Done
-
Major
-
transaction_1.0.0.Alpha1
-
None
APE don't explicitly require @Transactional annotation to be present in order to wrap tests in the transaction, but it is apparentely required by new implementation. Therefore I think we can provide optional SPI called
TransactionEnabler or sth like that where we can alter this behaviour and if it's not present we simply used to the current implementation defined in the method.