Spring Cloud Task 1.1.0.RC1 is now available
We 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.
Spring Cloud Task 1.1.0 offers the following features:
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:
- Updated error message handling - 1.1.0 adds a new column to the
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 theEXIT_MESSAGE
field in previous versions). This change allows for theEXIT_MESSAGE
field to be better utilized for orchestration of tasks. - Improved options for customizing the launch of partitioned job workers - When using the
DeployerPartitionHandler
…