Spring Cloud Task 1.2.0.RELEASE is now available
We are pleased to announce that Spring Cloud Task 1.2.0.RELEASE is now available via Github, Maven Central, and the Pivotal download repository. Many thanks to all of those who contributed to this release. This release represents the first GA release of the 1.2 line.
What's new in Spring Cloud Task 1.2.0.RELEASE
The Spring Cloud Task 1.2.0.RELEASE is intended to continue the integrations required for Spring Cloud Data Flow, this release provides the following features.
- Better
DataSource
integration between task and batch - This release makes configuring a sharedDataSource
between task and batch repositories to be simpler. - Allow the user to easily configure a prefix for the task tables - Similar to how Spring Batch allows a user to configure a prefix for the batch repository tables, Spring Cloud Task now exposes the ability to configure a prefix for task repository tables via a Spring Boot property.
- Allows an external process to…