You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/DefaultBatchConfiguration.java
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2025 the original author or authors.
2
+
* Copyright 2012-2026 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -74,6 +74,7 @@
74
74
* @author Michael Minella
75
75
* @author Mahmoud Ben Hassine
76
76
* @author Taeik Lim
77
+
* @author Yanming Zhou
77
78
* @since 5.0
78
79
*/
79
80
@Configuration(proxyBeanMethods = false)
@@ -113,16 +114,18 @@ public JobOperator jobOperator(JobRepository jobRepository) throws BatchConfigur
113
114
114
115
// FIXME getter with side effect, see JobOperatorFactoryBean.populateJobRegistry
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/java/org/springframework/batch/core/configuration/support/DefaultBatchConfigurationTests.java
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2022-2025 the original author or authors.
2
+
* Copyright 2022-2026 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
0 commit comments