Skip to content

Releases: tuxdevelop/spring-batch-lightmin

2.2.1

17 Jan 16:59
Compare
Choose a tag to compare

Solved Issues

2.2.0

07 Jan 09:09
Compare
Choose a tag to compare

General

The 2.2.x release train supports Spring Boot 2.4.x

Updates

  • Spring Boot 2.4.1
  • Spring Cloud 2020.0.0
  • Infinispan 11.0.8.Final

2.1.2

27 Aug 09:43
Compare
Choose a tag to compare

Bugfixes:

  • #49 - You can now Start and Stop single Server Scheduler Configurations
  • #48 - Running Lightmin in Cluster Mode doesn't result in errors anymore, when you save a Server Scheduler Configurations
  • #47 - When deleting a Server Scheduler Configuration the service deletes now all executions first
  • #45 - The Ant Path Matcher is now working under NTFS

Changes:

  • Changed Loglevel for Lock Logging

Updates

  • Spring Boot Dependencies 2.2.9.RELEASE
  • Spring Cloud Dependencies Hoxton.SR6

2.1.1

09 Jun 11:51
Compare
Choose a tag to compare

Features:

  • Server Scheduler: The server is now able to trigger jobs on clients based on cron expressions and configurations.
  • Server Cluster: The server is now able to run in a cluster and share the state. A first implementation with Infinispan is provided.
  • Server and Client Metrics: The server and the clients are now providing runtime information as metrics. The project also provides Grafana boards for server and clients

Enhancements:

  • Server RegistrationBean is now an interface and can be implemented to change the behavior how clients should be registered at the server. The default behavior remains like before
  • Upgrade of jquery and bootstrap #41
  • UI Tooltips are added #40

Bugfixes:

  • #39
  • #44 - Windows paths are now excepted by folder listeners
  • #35

Upgrades:

  • Spring Boot 2.2.7.RELEASE
  • Spring Cloud Hoxton.SR4

2.1.0

05 Dec 09:02
Compare
Choose a tag to compare

The version 2.1.0 contains the initial upgrade to Spring Boot 2.2.x and Spring Cloud Hoxton

2.0.3

04 Dec 16:28
Compare
Choose a tag to compare
  • added strict validations for invalid job configurations
  • fixed issue #34
  • under the hood improvements

2.0.2

04 Jul 16:04
Compare
Choose a tag to compare

2.0.2

  • fixed issue #33
  • updated to Spring Boot 2.1.6.RELEASE
  • updated to Spring Cloud Greenwich.SR2

1.0.2

04 Jul 15:14
Compare
Choose a tag to compare

1.0.2

  • fixed issue #33

2.0.1

06 Feb 15:42
Compare
Choose a tag to compare

2.0.1

  • Fixed issue with date JobParameters

1.0.1

06 Feb 15:23
Compare
Choose a tag to compare

1.0.1

  • Fixed issue with date JobParameters