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
Validate Spring Batch database initializer configuration
This commit adds Spring Batch configuration validation that disables database initializer in case custom table prefix is configured with default schema.
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/batch/BatchAutoConfigurationTests.java
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@
67
67
*
68
68
* @author Dave Syer
69
69
* @author Stephane Nicoll
70
+
* @author Vedran Pavic
70
71
*/
71
72
publicclassBatchAutoConfigurationTests {
72
73
@@ -91,6 +92,8 @@ public void testDefaultContext() throws Exception {
0 commit comments