We are pleased to announce that the Spring Cloud Task 2.2.1.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? The Spring Cloud Task 2.2.1.RELEASE is intended to be the version of the framework aligned with Spring Boot 2.2.x. Updates in this new version include: Update all dependencies. Micrometer support. Updated documentation with improved format. Task apps launched when using Spring Batch partitioning now have external-execution-id populated. Let's walk through these updates in more detail. Update…
We are pleased to announce that Spring Cloud Task 2.2.0.M1 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.2.0.M1 is intended to be the version of the framework aligned with Spring Boot 2.2.0. Updates from 2.0.x include: Update all dependencies. Spring Cloud Task compiles and runs on Java 8, 9, 10, 11, 12. Spring Cloud Task Reference documentation has been modernized. Bug Fixes What Else Is Going On? Beyond the basics to keep Spring Cloud Task up to date with the rest of the ecosystem…
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 a TaskExecution is null when a task is executing. Spring Cloud Task is compatible with Java 8, 9, 10, 11. Let's walk through these…
We are pleased to announce that Spring Cloud Task 2.1.0.RC1 is now available on Github and the Pivotal download repository. Many thanks to all of those who contributed to this release. What's New? As a follow up to 2.1.0.M2, this release primarily encompasses minor enhancements and bug fixes. What Do You Think? We look forward to your feedback on these new features in Github, StackOverflow, Gitter, or directly via Twitter to @michaelminella or @cppwfs! Spring Cloud Task Home | Source on GitHub | Reference Documentation
We are pleased to announce that Spring Cloud Task 2.1.0.M2 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.M2 is intended to be the version of the framework aligned with Spring Boot 2.1.0. Updates from 2.1.0.M1 include: Update all dependencies. By popular demand, @EnableTask is back. Bug Fixes. Let's walk through these updates in more detail. @EnableTask is back By popular demand, @EnableTask is back, with a twist! In this case, AutoConfiguration is still being used to create the…
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 a TaskExecution is null 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. Update to…
We are pleased to announce that Spring Cloud Task 1.2.3.RELEASE is now available via Maven Central, Github and the Pivotal download repository. This release adds the ability to retrieve the last TaskExecution for a specific task. A special thanks to Gunnar Hillert for the contributions around this issue. And additional thanks to Ilayaperumal Gopinathan for helping out with the project. Spring Cloud Task Home | Source on GitHub | Reference Documentation We look forward to your feedback in Github, StackOverflow, to me directly via Twitter @cppwfs
We are pleased to announce that Spring Cloud Task 2.0.0.M2 is now available to download from Spring’s milestone repository. Many thanks to all of those who contributed to the release. This release brings Spring Boot 2.0 M5 compatibility. With this upgrade, all dependencies are also upgraded (Spring Cloud, Spring Cloud Stream, Spring Batch, etc). What do you think? We look forward to your feedback on Github, StackOverflow, Gitter Spring Cloud Task Home | Source on GitHub | Reference Documentation
We are pleased to announce the 1.3.0. M2 release of the Spring Cloud Data Flow and its associated ecosystem of projects. Local Server: Getting Started Guide. Dashboard / Flo In this second installment of 1.3 release of Dashboard/Flo, we have addressed the core functionalities backing the streaming and task/batch operations. Continuing the Angular4 based infrastructure upgrades, the streaming and task/batch workflows now include the modern look and feel and are packed with usability improvements as well. Documentation, test-coverage, and webpack bundle-analyzer have gone through significant…
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 shared DataSource between task and…