mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Rename TransactionManagementConfigurer callback
Renamed TransactionManagementConfigurer#createTransactionManager() to #annotationDrivenTransactionManager() to better reflect the fact that the implemented method is optionally eligible for @Bean annotation. See Javadoc for details.
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ public class EnableTransactionManagementIntegrationTests {
|
||||
return new CallCountingTransactionManager();
|
||||
}
|
||||
|
||||
public PlatformTransactionManager createTransactionManager() {
|
||||
public PlatformTransactionManager annotationDrivenTransactionManager() {
|
||||
return txManager1();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user