Spring Cloud Task Versions Save

Short lived microservices with Spring Batch

v2.4.4

1 year ago
  • Resolved Issue #853
  • Version Upgrades

v3.0.0-M4

1 year ago

This is the fourth milestone 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

  • Support Observations for ApplicationRunner and CommandlineRunner within an application.
  • 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. #848

🐞 Bug fixes

  • No way to control execution order of TaskBatchExecutionListener #818

🔨 Tasks

  • Task updated to use JdbcTransactionManager instead of DataSourceTransactionManager.
  • Spring Cloud Task now supports asynchronous launching of task partitions #834

🔨 Dependency Upgrades

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

📔 Documentation

  • 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

❤️ Contributors

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

v2.4.3

1 year ago

Version Upgrades

v2.4.1

2 years ago

Bug Fixes

v3.0.0-M1

2 years ago

This is the first milestone 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

🐞 Bug fixes

  • No way to control execution order of TaskBatchExecutionListener #818

🔨 Tasks

  • Favor jakarta over javax components
  • Upgrade Spring dependencies to major versions
  • Update maven wrapper version to 3.8.2
  • Remove deprecated APIs
  • Remove usage of deprecated APIs
  • Replaces deprecated interfaces
  • Remove some deprecated APIs from tests

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 3.0
  • Upgrade to Spring Cloud Stream 4.0

📔 Documentation

  • Updated Samples to use the latest features and dependencies.
  • Updated documentation to discuss the latest features
  • Updated documentation to remove deprecated features.

❤️ Contributors

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

v2.4.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spring-cloud/spring-cloud-task/compare/v2.3.3...v2.4.0

2.3.0

3 years ago

⭐ New Features

  • Add Support for Single Step Batch Jobs
  • Added JDBCWriter for Single Step Batch Job #677
  • Added JDBCCursorItemReader Single Step Batch Job #686
  • Added KafkaItemReader support for SingleStepJob. #679
  • Added KafkaItemWriter support for SingleStepJob. #696
  • Added AMQPItemReader support for SingleStepJob. #698
  • Added AMQPItemWriter support for SingleStepJob. #680
  • Added Sample App to demonstrate SingleStepJob feature. #702
  • Add ability for user to utilize external DBs for Multi-DB sample #690
  • Spring Cloud Task now supports JobApplicationRunner #645
  • Add support JobLauncherApplicationRunner for Spring Boot 2.3.x+. Deprecating JobLauncherCommandLineRunner #645
  • This commit now validates that the value passed via a PageRequest to sort the results by is a valid value. #739
  • Updated Tests to JUnit 5 #675
  • Added Support for Specifying a Transaction Manager #652
  • Spring Cloud Stream dependencies now use bom #637
  • Added support for github actions fe24bc1dad13bce30a10dd9deae52902330f6c20

🐞 Bug Fixes

📔 Documentation

2.3.0-RC1

3 years ago

⭐ New Features

🐞 Bug Fixes

📔 Documentation

  • Fixed Typo in reference docs #744

2.3.0-M1

3 years ago

⭐ New Features

  • Add Support for Single Step Batch Jobs
  • Added Support for Specifying a Transaction Manager #652
  • Spring Cloud Stream dependencies now use bom #637
  • Added support for github actions fe24bc1dad13bce30a10dd9deae52902330f6c20

🐞 Bug Fixes

📔 Documentation

2.3.0-M2

3 years ago

⭐ New Features

  • Updated Tests to JUnit 5 #675
  • Added JDBCWriter for Single Step Batch Job #677
  • Added JDBCCursorItemReader Single Step Batch Job #686

📔 Documentation

  • Added Epub file generation