Spring Batch 2.0.0.RC3 Release Notes

Issues

  • BATCH-1168 - Bad ERROR_LOG definition in business-schema-mysql.sql
  • BATCH-1169 - Incorrect system property name in data-source-context.xml
  • BATCH-1171 - Interrupted step does not fail job.
  • BATCH-1174 - Late binding of jobParameters does not work if late binding expression is not preceded or trailed by string
  • BATCH-1176 - Update documentation section 5.2.2. Example Tasklet implementation
  • BATCH-1178 - step/ with "ref=" silently ignores other attributes
  • BATCH-1180 - Error occurs if parent= attribute appears on inline step/ without tasket
  • BATCH-1181 - step/ element always assumes the step is a TaskletStep
  • BATCH-1175 - Update Validator interface for Java 5
  • BATCH-1183 - Implement toString() on Step Implementations
  • BATCH-1179 - Remove ref= attribute from step/ in favor of parent=
  • BATCH-1184 - DelegatingStep is not used. It should be removed.