Releases: spring-cloud/spring-cloud-task
3.1.2
3.1.1
3.1.0
3.1.0-RC1
Documentation and version updates in preparation for our next GA.
3.1.0-M2
3.0.3
3.0.1
3.0.0
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
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
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!