Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWe are pleased to announce that Spring Cloud Task 1.1.0.RC1 is now available via Github and the Pivotal download repository. Many thanks to all of those who contributed to this release.
This release continues to progress on 1.1.0's main theme of improving overall task functionality as well as migrating features that existed within Spring XD to Spring Cloud Task. The feature set for 1.1.0 includes:
TASK_EXECUTION
table, ERROR_MESSAGE
. This new column will be where any exception that is thrown causing the failure of a task to be recorded (this is changed from the EXIT_MESSAGE
field in previous versions). This change allows for the EXIT_MESSAGE
field to be better utilized for orchestration of tasks.DeployerPartitionHandler
, 1.1.0 now provides abstractions around customizing the environment variables and command line arguments on a per partition basis.Spring Cloud Task 1.1.0 is expected to be GA next week with Spring Cloud Data Flow 1.1.0. Spring Cloud Task is considered to be feature complete, and the time between RC and GA we will be hardening the release for GA.
We look forward to your feedback on these new features in Github, StackOverflow, or to me directly via Twitter @michaelminella!
Spring Cloud Task Home | Source on GitHub | Reference Documentation