Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWe are pleased to announce that Spring Cloud Task 2.0.0.RC1 is now available on Github and the Pivotal download repository. Many thanks to all of those who contributed to this release.
This release includes upgrades to existing dependencies as well as some nice new features. Let's take a look at what's new in this release.
Spring Cloud Stream 2.0 was released a few days ago and provides a collection of impressive enhancements. Spring Cloud Task is updated and supports Spring Cloud Stream 2.0
A common point of confusion for Spring Cloud Task is how to configure a task application when using multiple DataSource beans. In this release, we provided a sample that demonstrates how that should work. You can find that sample here.
Beyond the above new features, other features that are included in the 2.0 line include the following:
spring.cloud.task.batch.failOnJobFailure
flag to true
, if a Spring Batch job executed within the task fails, the task fails as well.We look forward to your feedback on these new features in Github, StackOverflow, Gitter, or directly via Twitter @michaelminella!
Spring Cloud Task Home | Source on GitHub | Reference Documentation