Merge branch '5.1.x'

This commit is contained in:
Juergen Hoeller
2019-05-03 18:13:12 +02:00
20 changed files with 73 additions and 68 deletions

View File

@@ -581,8 +581,8 @@ public abstract class TransactionAspectSupport implements BeanFactoryAware, Init
// The TransactionInfo.hasTransaction() method will return false. We created it only
// to preserve the integrity of the ThreadLocal stack maintained in this class.
if (logger.isTraceEnabled()) {
logger.trace("Don't need to create transaction for [" + joinpointIdentification +
"]: This method isn't transactional.");
logger.trace("No need to create transaction for [" + joinpointIdentification +
"]: This method is not transactional.");
}
}