* BATCH-1908:
BATCH-1908: Minor cleanup/formatting
BATCH-1908. Added batch inserts to JdbcExecutionContextDao and JdbcStepExecutionDao. Added JobRepository.addAll(Collection<StepExecution>)
* BATCH-1966:
BATCH-1966: Some minor cleanup
Added method to replace old setName method.
Fixed execution context name to match old code
Added ExecutionContextUserSupport to the ItemStream Support class Changed child classes to use this shared object Changed some classes that previously extended ExecutionContextUserSupport to rather use the same common parent class as everything else. Changes all for issue BATCH-1966
Changed child classes to use this shared object
Changed some classes that previously extended ExecutionContextUserSupport
to rather use the same common parent class as everything else.
Changes all for issue BATCH-1966
* BATCH-1728:
BATCH-1728: Added some documentation in the AbstractPaginatedDataItemReader and fixed the message in the RepositoryItemWriter
BATCH-1728: Initial commit of Spring Data ItemReader/ItemWriter implementations
* BATCH-1960:
BATCH-1960: Removed cascades and updated .vpp files
Failed to add all of the files in the previous commit. These are the other additional changes made.
Made changes to generate-sql. Do not understand how we copy from generated-sources to /src/main/resources but the generation has fixed all of the same bugs that were manually fixed in /src/main/resources including the preferred approach, drop contraints for postgresql.
Fixed issue of "drop table" scripts causing tests to fail in samples. Only done for sqlfire and postgres. I believe others that do not have the "if exists" statements in their drop tables scripts should be retested as I have not had to do this on any other previous version. Suspect that "continueOnError" default flag has somehow gotten flipped.
generated-sources to /src/main/resources but the generation has fixed
all of the same bugs that were manually fixed in /src/main/resources
including the preferred approach, drop contraints for postgresql.
I believe others that do not have the "if exists" statements in their drop tables scripts should be retested as
I have not had to do this on any other previous version. Suspect that "continueOnError" default flag has somehow
gotten flipped.