Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7a4835

Browse files
committed
BATCH-2251: Removed unused property from provided properties files
1 parent 6a36363 commit b7a4835

9 files changed

+0
-9
lines changed

spring-batch-core/src/main/resources/batch-derby.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ batch.jdbc.password=
77
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
88
batch.schema.script=classpath:/org/springframework/batch/core/schema-derby.sql
99
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-derby.sql
10-
batch.business.schema.script=
1110
batch.jdbc.testWhileIdle=true
1211
batch.jdbc.validationQuery=
1312

spring-batch-core/src/main/resources/batch-h2.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ batch.jdbc.password=
77
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
88
batch.schema.script=classpath:/org/springframework/batch/core/schema-h2.sql
99
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-h2.sql
10-
batch.business.schema.script=
1110
batch.jdbc.testWhileIdle=true
1211
batch.jdbc.validationQuery=
1312

spring-batch-core/src/main/resources/batch-hsql.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ batch.jdbc.password=
1010
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
1111
batch.schema.script=classpath*:/org/springframework/batch/core/schema-hsqldb.sql
1212
batch.drop.script=classpath*:/org/springframework/batch/core/schema-drop-hsqldb.sql
13-
batch.business.schema.script=
1413
batch.jdbc.testWhileIdle=true
1514
batch.jdbc.validationQuery=
1615

spring-batch-core/src/main/resources/batch-mysql.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ batch.jdbc.password=test
77
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
88
batch.schema.script=classpath:/org/springframework/batch/core/schema-mysql.sql
99
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-mysql.sql
10-
batch.business.schema.script=
1110
batch.jdbc.testWhileIdle=true
1211
batch.jdbc.validationQuery=
1312

spring-batch-core/src/main/resources/batch-oracle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ batch.jdbc.password=spring
77
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
88
batch.schema.script=classpath:/org/springframework/batch/core/schema-oracle10g.sql
99
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-oracle10g.sql
10-
batch.business.schema.script=
1110
batch.jdbc.testWhileIdle=false
1211
batch.jdbc.validationQuery=
1312

spring-batch-core/src/main/resources/batch-postgresql.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ batch.jdbc.password=dba
77
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
88
batch.schema.script=classpath:/org/springframework/batch/core/schema-postgresql.sql
99
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-postgresql.sql
10-
batch.business.schema.script=
1110
batch.jdbc.testWhileIdle=false
1211
batch.jdbc.validationQuery=
1312

spring-batch-core/src/main/resources/batch-sqlf.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ batch.jdbc.password=SAMPLES
77
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
88
batch.schema.script=classpath:/org/springframework/batch/core/schema-sqlf.sql
99
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-sqlf.sql
10-
batch.business.schema.script=
1110
batch.jdbc.testWhileIdle=false
1211
batch.jdbc.validationQuery=
1312

spring-batch-core/src/main/resources/batch-sqlserver.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ batch.jdbc.password=sa
77
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
88
batch.schema.script=classpath*:/org/springframework/batch/core/schema-sqlserver.sql
99
batch.drop.script=classpath*:/org/springframework/batch/core/schema-drop-sqlserver.sql
10-
batch.business.schema.script=
1110
batch.jdbc.testWhileIdle=false
1211
batch.jdbc.validationQuery=
1312

spring-batch-core/src/main/resources/batch-sybase.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ batch.jdbc.password=spring
77
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
88
batch.schema.script=classpath*:/org/springframework/batch/core/schema-sybase.sql
99
batch.drop.script=classpath*:/org/springframework/batch/core/schema-drop-sybase.sql
10-
batch.business.schema.script=
1110
batch.jdbc.testWhileIdle=true
1211
batch.jdbc.validationQuery=
1312

0 commit comments

Comments
 (0)