Spring Cloud Task 1.2.0.RC1 is now available
We are pleased to announce that Spring Cloud Task 1.2.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.2.0.RC1 offers the following features:
- Upgrade to Spring Cloud Stream Chelsea GA.
- Renamed
closecontext.enable
toclosecontext.enabled
as to match the Spring Boot style for enabled properties. - Task name can be set when creating a
TaskExecution
externally, allowing the launcher to set the name in a persistent manor. - Added
Ordered
Interface to Task Events and Batch Job Events so the user can establish when task or batch events are emitted from their Spring Cloud Task application. - Cleaned up Spring Cloud Task dependencies.
- Update default task name creation to prevent conflicts with JMX. …