mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'release/V3.2.0.x' into release/V3.2
This commit is contained in:
@@ -92,7 +92,6 @@ public class DispositionLifecycleJobExecuterUnitTest extends BaseUnitTest
|
|||||||
{
|
{
|
||||||
super.before();
|
super.before();
|
||||||
|
|
||||||
// Because of the fix implemented in MNT-22310, a new setup for retrying transaction helper is required.
|
|
||||||
Answer<Object> doInTransactionAnswer = invocation -> {
|
Answer<Object> doInTransactionAnswer = invocation -> {
|
||||||
RetryingTransactionCallback callback = (RetryingTransactionCallback)invocation.getArguments()[0];
|
RetryingTransactionCallback callback = (RetryingTransactionCallback)invocation.getArguments()[0];
|
||||||
return callback.execute();
|
return callback.execute();
|
||||||
|
Reference in New Issue
Block a user