Spring Cloud Task 2.1.0.M1 is now available
We are pleased to announce that Spring Cloud Task 2.1.0M1 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.M1 is intended to be the version of the framework aligned with Spring Boot 2.1.0. Updates from 2.0.x include:
- Update all dependencies.
- Spring Cloud Task is now enabled through auto-configuration.
- The
exitCode
of aTaskExecution
isnull
when a task is executing. - Spring Cloud Task compiles and runs on Java 8, 9, 10, 11.
Let's walk through these updates in more detail.