Skip to content

Releases: spring-cloud/spring-cloud-task

3.1.1

27 Mar 13:40
Compare
Choose a tag to compare

🐞 Bug Fixes

  • parentExecutionId is null #938

3.1.0

06 Dec 22:56
Compare
Choose a tag to compare

Documentation

  • Migration to Antora

⭐ Features

#901
#900

Updates

#883

🐞 Bug Fixes

#831

❀️ Contributors

Thanks to all who contributed!
Special thanks to @lianej

3.1.0-RC1

01 Nov 13:38
Compare
Choose a tag to compare
3.1.0-RC1 Pre-release
Pre-release

Documentation and version updates in preparation for our next GA.

3.1.0-M2

27 Sep 13:33
Compare
Choose a tag to compare
3.1.0-M2 Pre-release
Pre-release

Documentation

  • Migration to Antora

⭐ Features

#901
#900

Updates

#883

3.0.3

25 May 19:16
Compare
Choose a tag to compare

Documentation Updates

Partitioning Sample Documentation Updatd to discuss remote partitioning on Kubernetes.
0a596a1

Feature Updates

Spring Cloud Task Starter now includes Spring Boot JDBC Starter
30ac726

3.0.1

26 Jan 01:04
Compare
Choose a tag to compare

🐞 Bug fixes

#885

3.0.0

19 Dec 23:50
Compare
Choose a tag to compare

We are proud to announce the release of Spring Cloud Task 3.0. This milestone contains a number of breaking changes. Please refer to the migration guide for more details about upgrade instructions.

⭐ Features

  • Upgrade minimum Java version to 17
  • Upgrade minimum Spring Boot to 3.0 and Spring Framework to 6.0
  • Upgrade minimum to Spring Batch 5.0
  • Supports Micrometer 1.10.x
  • Supports Observations for CommandLineRunner and ApplicationRunner
  • Supports AOT and native compilation

πŸ”¨ Tasks

  • Favor jakarta over javax components
  • Upgrade Spring dependencies to major versions
  • Update maven wrapper version
  • Remove deprecated APIs
  • Remove usage of deprecated APIs
  • Replaces deprecated interfaces
  • Remove deprecated APIs from tests
  • Support Java 8 Dates in Task Execution
  • Updated to support the changes in Spring Batch 5.0
  • Spring Cloud Task now utilizes Micrometer Observations for capturing task metrics.
  • Users can specify different datasources for the jdbc-item reader and or jdbc-item writer in single step batch job.
  • No way to control execution order of TaskBatchExecutionListener #818

πŸ“” Documentation

  • Updated Samples to use the latest features and dependencies.
  • Updated documentation to discuss the latest features
  • Updated documentation to remove deprecated features.
  • Updated Samples to demonstrate observations for ApplicationRunner and CommandLineRunner using Spring Cloud Task
  • Added Documentation on observations for ApplicationRunner and CommandLineRunner using Spring Cloud task
  • Samples that can be natively compiled contain docs that discuss how to natively compile the sample.

❀️ Contributors

We'd like to thank all contributors who helped in making this release possible! You folks just rock!

3.0.00-RC2

18 Nov 15:50
Compare
Choose a tag to compare
3.0.00-RC2 Pre-release
Pre-release

This is the first release candidate of Spring Cloud Task 3.0.
Many updates to align with the Boot 3.0.0-RC2, Batch 5.0.0, and Spring Framework 6.0.0

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Cloud Build 4.0.0-RC2
  • Updated Spring Cloud Task to Micrometer 1.10.0

πŸ“” Documentation

  • Updated documentation.

❀️ Contributors

We'd like to thank all contributors who helped in making this release possible!

3.0.0-RC1

28 Oct 15:33
Compare
Choose a tag to compare
3.0.0-RC1 Pre-release
Pre-release

This is the first release candidate of Spring Cloud Task 3.0.
Many updates to align with the Boot 3.0.0-RC1, Batch 5.0.0-RC1, and Spring Framework 3.0.0-RC1

Updates

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Cloud Build 4.0.0-RC1
  • Updated Spring Cloud Task to Micrometer 1.10.0-RC1
  • Spring Cloud Deployer 2.8.0-RC1

πŸ“” Documentation

  • Updated documentation.

❀️ Contributors

We'd like to thank all contributors who helped in making this release possible!

3.0.0-M5

06 Oct 13:04
Compare
Choose a tag to compare
3.0.0-M5 Pre-release
Pre-release

This is the fifth milestone of Spring Cloud Task 3.0.

🐞 Bug fixes

πŸ”¨ Dependency Upgrades

  • Upgrade to Spring Cloud Build 4.0.0-M5
  • Updated Spring Cloud Task to Micrometer 1.10.0-M6

πŸ“” Documentation

  • Updated documentation to discuss a native compilation. More to come.

❀️ Contributors

We'd like to thank all contributors who helped in making this release possible!