Skip to content

Releases: tuxdevelop/spring-batch-lightmin

2.0.0

27 Jan 20:36
Compare
Choose a tag to compare

2.0.0

The version 2.0.0 supports Spring Boot 2.1.x and Spring Cloud Greenwich.

1.0.0

26 Dec 15:33
Compare
Choose a tag to compare

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

06 Feb 14:56
Compare
Choose a tag to compare

0.5.5

  • Fixed issue with date JobParameters

0.5.4

02 Nov 14:42
Compare
Choose a tag to compare

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

07 Sep 10:45
Compare
Choose a tag to compare

Release Notes

Fixed Issues

  • Server Event Repository can handle JobExecutions with null startDate (bug fix 2)

0.5.2

06 Sep 15:51
Compare
Choose a tag to compare

Release Notes

Fixed Issues

  • Server Event Repository can handle JobExecutions with null startDate

0.5.1

06 Sep 09:41
Compare
Choose a tag to compare

Release Notes

Fixed Issues

  • Added support for FlowExecutions
  • Fixed issues with date parameters and manual job launching with the user interface

0.5.0

31 Aug 09:17
Compare
Choose a tag to compare

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

#28
#21

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

0.4.2

20 May 14:55
Compare
Choose a tag to compare

Bug Fix Release

  • fixed #20
  • fixed #22
  • fixed typos in documentation
  • fixed mysql schema

0.4.1

06 Sep 18:20
Compare
Choose a tag to compare

Bugfix Release