|
Change Variable Type transaction : Object to transaction : Transaction in method public run() : void in class org.axonframework.eventsourcing.AbstractSnapshotter.TransactionalRunnableWrapper |
From |
To |
|
Change Variable Type transaction : Object to transaction : Transaction in method public doCreateUnitOfWork(message Message<?>) : DefaultUnitOfWork in class org.axonframework.messaging.unitofwork.DefaultUnitOfWorkFactory |
From |
To |
|
Change Variable Type transaction : TransactionStatus to transaction : Transaction in method public testCommitTransaction_NoRollbackOnInactiveTransaction() : void in class org.axonframework.spring.unitofwork.SpringTransactionManagerTest |
From |
To |
|
Change Variable Type transaction : Object to transaction : Transaction in method private performCommit(unitOfWork DisruptorUnitOfWork, exceptionResult Throwable, aggregateIdentifier String) : Throwable in class org.axonframework.commandhandling.disruptor.EventPublisher |
From |
To |
|
Change Variable Type transaction : TransactionStatus to transaction : Transaction in method public testCommitTransaction_NoCommitOnInactiveTransaction() : void in class org.axonframework.spring.unitofwork.SpringTransactionManagerTest |
From |
To |
|
Change Variable Type transaction : TransactionStatus to transaction : Transaction in method public testCommitTransaction_NoCommitOnNestedTransaction() : void in class org.axonframework.spring.unitofwork.SpringTransactionManagerTest |
From |
To |
|
Change Variable Type transaction : TransactionStatus to transaction : Transaction in method public testCommitTransaction_NoRollbackOnNestedTransaction() : void in class org.axonframework.spring.unitofwork.SpringTransactionManagerTest |
From |
To |