Releases: codecentric/spring-boot-starter-batch-web
Releases · codecentric/spring-boot-starter-batch-web
1.3.5.RELEASE
Upgrade to Spring Boot 1.2.4.RELEASE
1.3.4.RELEASE
- Redesigned Metrics for Batch. See https://github.com/codecentric/spring-boot-starter-batch-web/wiki/Metrics for details.
- Configuration of JOB_LOG_PATH is actually not working, because of spring-projects/spring-boot#2543. Please use discussed workaround, where you need to reorder the Listeners. Alternatively you can set the "batch.joblog.path"-Property as system property or application argument.
- Refactoring JobLogFileNameCreator
- Some minor bugfixes
1.3.2.RELEASE
Changes
- Make JOB_LOG_PATH configurable
- Some minor bugfixes
1.3.1.RELEASE
Changes
- Metrics counters take now any long, not just increment / decrement by 1.
- Upgrade to Spring Boot 1.2.0