BATCH-2771: Fix deprecations in DefaultDataFieldMaxValueIncrementerFactory

This commit is contained in:
Drummond Dawson
2018-11-12 17:09:39 -05:00
committed by Mahmoud Ben Hassine
parent 76c34c7f72
commit fa62861015
6 changed files with 24 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ batch.schema.script=classpath:/org/springframework/batch/core/schema-postgresql.
batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-postgresql.sql
batch.business.schema.script=classpath:/business-schema-postgresql.sql
batch.data.source.init=true
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.PostgresSequenceMaxValueIncrementer
batch.database.incrementer.parent=sequenceIncrementerParent
batch.grid.size=2
batch.verify.cursor.position=true