Merge branch '5.3.x'
# Conflicts: # spring-core/src/test/java/org/springframework/core/annotation/TypeMappedAnnotationTests.java # spring-test/src/test/java/org/springframework/test/context/junit4/TimedSpringRunnerTests.java # spring-test/src/test/java/org/springframework/test/util/MetaAnnotationUtilsTests.java # spring-test/src/test/java/org/springframework/test/util/OverriddenMetaAnnotationAttributesTests.java
This commit is contained in:
@@ -512,7 +512,7 @@ public class TransactionalEventListenerTests {
|
||||
|
||||
@Transactional
|
||||
@Component
|
||||
static interface TransactionalComponentTestListenerInterface {
|
||||
interface TransactionalComponentTestListenerInterface {
|
||||
|
||||
// Cannot use #data in condition due to dynamic proxy.
|
||||
@TransactionalEventListener(condition = "!'SKIP'.equals(#p0)")
|
||||
|
||||
Reference in New Issue
Block a user