Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

63647: Fixed ACE-290: ServiceRegistry.getRetryingTransactionHelper has been deprecated, with no public alternative
    - Removed final bits of deprecation required for ACE-290
    - Added test to ensure that ALF-18718 does not regress (need new instances of RetryingTransactionHelper)
    - Cleaned up pointless 'Non-Javadoc', added @Override, etc


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64303 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-03-14 16:29:01 +00:00
parent 59eb2ac3de
commit b00157153f
3 changed files with 79 additions and 195 deletions

View File

@@ -210,7 +210,7 @@ public interface ServiceRegistry
TransactionService getTransactionService();
/**
* @deprecated Since 4.2. Use {@link TransactionService#getRetryingTransactionHelper()}: ALF-18718
* @return a new instance of the {@link RetryingTransactionHelper}
*/
@NotAuditable
RetryingTransactionHelper getRetryingTransactionHelper();