Releases: spring-cloud/spring-cloud-task
Releases · spring-cloud/spring-cloud-task
2.3.0-RC1
14 Dec 15:05
Compare
Sorry, something went wrong.
No results found
⭐ New Features
Add ability for user to utilize external DBs for Multi-DB sample #690
Spring Cloud Task now supports JobApplicationRunner #645
Single Step Batch Job Sample now supports AMQP and Kafka #745
Single Step Batch Jobs now use Map<String, Object> for the domain object. a7e8aa1
🐞 Bug Fixes
Maven plugins versions now use the bom vs explicit enumeration. cf285e3
📔 Documentation
Fixed Typo in reference docs #744
2.3.0-M4
08 Dec 14:54
Compare
Sorry, something went wrong.
No results found
⭐ New Features
Add support JobLauncherApplicationRunner for Spring Boot 2.3.x+. Deprecating JobLauncherCommandLineRunner #645
Added KafkaItemReader support for SingleStepJob. #679
Added KafkaItemWriter support for SingleStepJob. #696
🐞 Bug Fixes
This commit now validates that the value passed via a PageRequest to sort the results by is a valid value. #739
📔 Documentation
2.3.0-M3
08 Dec 19:57
Compare
Sorry, something went wrong.
No results found
⭐ New Features
Added Sample App to demonstrate SingleStepJob feature. #702
Added AMQPItemReader support for SingleStepJob. #698
Added AMQPItemWriter support for SingleStepJob. #680
🐞 Bug Fixes
Ensure that Task's MetricsAutoConfiguration is configured before MetricsAutoConfiguration. #691
2.3.0-M2
09 Dec 00:02
Compare
Sorry, something went wrong.
No results found
⭐ 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
2.3.0-M1
09 Dec 00:08
Compare
Sorry, something went wrong.
No results found
⭐ 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 fe24bc1
🐞 Bug Fixes
Resolved Task Lock issue with Oracle DB 6b336a9
📔 Documentation
Updated Schema Documentation cf05696
Added docs to discuss the closecontextEnabled property #646