Spring Cloud Task 2.1.0 GA is now available
We are pleased to announce that Spring Cloud Task 2.1.0.RELEASE is now available on Github and the Pivotal download repository. Many thanks to all of those who contributed to this release.
What's New?
Spring Cloud Task 2.1.0.RELEASE is intended to be the version of the framework aligned with Spring Boot 2.1.0. Updates from 2.1.x include:
- Update all dependencies.
- Spring Cloud Task infrastructure components are now enabled through auto-configuration.
- The
exitCode
of aTaskExecution
isnull
when a task is executing. - Spring Cloud Task is compatible with Java 8, 9, 10, 11.
Let's walk through…