Releases: tuxdevelop/spring-batch-lightmin
2.0.0
2.0.0
The version 2.0.0 supports Spring Boot 2.1.x and Spring Cloud Greenwich.
1.0.0
1.0.0
The 1.0.0 release of Spring Batch Ligtmin provides a new modularisation of the whole project. This modularisation was needed to provide better development possibility and also brings the benefit to add and adapt features.
Besides the internal refactoring, a new user interface for the server is also provided.
The 1.0.x line is still based on Spring Boot 1.5.x. Spring Boot 2 users have to wait for the 2.0.0 release, which will base on Spring Boot 2.1.1.RELEASE. This release will available after Spring Cloud Greenwich went GA.
The old 0.5.x clients are still compatible to the new server and repository server.
Please checkout the README and documentation for the setup and the configuration.
0.5.5
0.5.5
- Fixed issue with date JobParameters
0.5.4
Release Notes
Fixed Issues
- JobCreationListener will only create Schedulers and Listeners on ApplicationReadyEvent. The ContextRefreshEvent let jobs fail, if for example a child context was created a the event was fired.
0.5.3
Release Notes
Fixed Issues
- Server Event Repository can handle JobExecutions with null startDate (bug fix 2)
0.5.2
Release Notes
Fixed Issues
- Server Event Repository can handle JobExecutions with null startDate
0.5.1
Release Notes
Fixed Issues
- Added support for FlowExecutions
- Fixed issues with date parameters and manual job launching with the user interface
0.5.0
New Features
- Service Discovery integration for server, client and remote repository server
- Support for Consul and Eureka
- Bases on Spring Cloud Release Train Edgware.SR4
- Event Notification Service - Clients publishes JobExecution events to the server
Fixed Issues
Enhancement
- Clean up under the hood
Dependency Upgrades
- Updated to spring.io platform bom Brussels-SR12
- Spring Framework 4.3.18.RELEASE
- Spring Boot 1.5.15.RELEASE
- Spring Batch 3.0.9.RELEASE