Introducing Spring Cloud Task

Releases | Michael Minella | January 27, 2016 | ...

Today we are pleased to introduce a new project in the Spring portfolio, Spring Cloud Task. Under the umbrella of the Spring Cloud grouping of projects and the sister project of Spring Cloud Stream, Spring Cloud Task aims to bring functionality required to support short lived microservices to Spring Boot based applications. With this blog post, we are releasing our first milestone of the project and are eager for your input and feedback.

The Goals of Spring Cloud Task

In most cases, the modern cloud environment is designed around the execution of processes that are not expected to end (think web applications or stream modules). If they do, it's considered a failure by the platform and they are typically restarted. While many platforms do have some method to execute a process that is expected to end (a batch job for example), the results of that execution are typically not maintained in a consumable way. Yet for mission critical applications, even though they are short lived, they still have the same non-functional requirements long lived processes have.

While this functionality is useful in a cloud environment, the same issues can arise in a traditional deployment model as well. When executing Spring Boot applications via a scheduler like cron, it can be useful to be able to monitor the results of the application after it’s completion.

A Spring Cloud Task takes the approach that a Spring Boot application can have a start and an end and still be production grade. Batch applications are just one example of where short lived processes can be helpful.

Getting Started

In this first release of Spring Cloud Task, we introduce the basics of the configuration mechanisms as well as a repository to record what happens when a task is executed. Those who are familiar with Spring Batch and its job repository should find the general paradigms of Spring Cloud Task familiar.

To get familiar with Spring Cloud Task, the easiest way is to write an application. The documentation walks you through the creation of an initial task and its execution. You can read more about that here.

Where we're going

Tasks will be a new primitive within Spring Cloud Data Flow in the coming releases allowing users to execute virtually any Spring Boot application as a short lived task. This provides the flexibility to run everything from a simple CommandLineRunner to a full batch job in dynamic way, allowing resources to be consumed on demand and returned once complete. The upcoming releases including Spring Cloud Task 1.0 GA which we plan for just before Spring Cloud Data Flow goes 1.0 GA, will be adding features to support that effort.

Tell us what you think!

Spring Cloud Task is a new and exciting project that we feel fills an under served area of enterprise development. However, we want to know what you think. Please let us know via the issues in Github Issues, StackOverflow, or directly on Twitter!

Spring Boot 1.3.2 released

Releases | Phil Webb | January 22, 2016 | ...

Spring Boot 1.3.2 has been released and is available now from repo.spring.io and Maven Central.

This maintenance release includes a number of fixes and 3rd party dependency updates.

If you are upgrading from 1.3.1 there is one potentially breaking change; we now only search for messages.properties (and not messages*.properties) to enable auto-configuration of a message source. If you previously had a message file of the form messages_en.properties and you didn't include a default messages.properties file, you will now need to add one.

Project Page | GitHub | Issues | Documentation

Spring Integration Zip 1.0.0.M1 and others

Releases | Artem Bilan | January 12, 2016 | ...

Dear Spring Community,

The Spring Integration team wants to wish you a Happy New Year!

We have been super-busy working on new features and improvements. Here is an overview of our recent activities around Spring Integration and Spring AMQP:

  • We made several maintenance releases of Spring Integration 4.2.x, the most recent being Spring Integration 4.2.4. All other maintenance versions will be released only on demand.

  • Spring Integration 4.3 is planned for this summer. Furthermore, for version 5.0, we started looking more closely at incorporating Reactive Streams into the Framework.

  • Similarly with the Spring AMQP project, the current maintenance version is 1.5.3 and 1.6 has been started, too.

  • Spring Integration Java DSL 1.1.1 is available, too. You can find several Java DSL samples in the latest Spring Integration Manual, by the way.

Spring Cloud Stream 1.0 M3 and Data Flow 1.0 M2 released

Releases | Mark Pollack | December 29, 2015 | ...

On behalf of the team, I am pleased to announce several releases in the Spring Cloud Stream and Spring Cloud Data Flow family of projects.

Spring Cloud Stream 1.0 M3 introduces the following features

Spring Cloud Stream Modules 1.0 M2 adds many new modules with updated documentation.

  • Sources: File, Load Generator, sftp, and tcp
  • Processors: httpclient, PMML, and Splitter
  • Sinks: Cassandra, Field Value Counter, file, ftp, gemfire, HDFS Dataset, JDBC, tcp, throughput, and websocket

Spring for Apache Hadoop 2.3.0 GA released

Releases | Thomas Risberg | December 22, 2015 | ...

We are pleased to announce the Spring for Apache Hadoop 2.3.0 GA release.

Spring for Apache Hadoop 2.3 adds the following new features and improvements:

  • Added support for Hive 1.x and updated HiveTemplate to work with HiveServer2
  • New batch tasklet for Apache Spark, see docs for a usage example
  • Added FlushTimeoutTrigger to StoreObjectSupport to allow to flush to disk during writes
  • Replaced internal state machine implementation with new "spring-statemachine" project
  • Added jobHistoryAddress to SpringHadoopProperties for Boot configuration
  • Update build to use Spring Framework 4.2.4, Spring Batch 3.0.6.RELEASE, Spring Boot 1.3.1.RELEASE and Spring Integration 4.2.4.RELEASE.

Spring Data release train Gosling SR2 released

Releases | Oliver Drotbohm | December 18, 2015 | ...

On behalf of the Spring Data team I'd like to announce the availability of the second service release of the Spring Data Gosling release train. The release ships 45 issues fixed and contains an important bugfix for an issue in Spring Data JPA's method metadata detection. Thus it's a recommended upgrade for all Gosling users and also users of previous release trains.

The release is be included in the just released Spring Boot 1.3.1 release which should make the upgrade a non-issue. If you're using the BOM, make sure you upgrade to Gosling-SR2A (note the trailing A). A tiny glitch during the…

Spring IO Platform 1.1.5.RELEASE

Releases | Andy Wilkinson | December 18, 2015 | ...

Spring IO Platform 1.1.5.RELEASE is now available from both repo.spring.io and Maven Central.

This maintenance release upgrades the versions of a number of the projects in the Platform to pick up their latest maintenance releases:

  • Spring Batch 3.0.6.RELEASE
  • Spring Boot 1.2.8.RELEASE
  • Spring Framework 4.1.9.RELEASE
  • Spring Integration 4.1.8.RELEASE
  • Spring Security 3.2.9.RELEASE
  • Spring Security OAuth 2.0.8.RELEASE
  • Spring Social 1.1.4.RELEASE
  • Spring Social Facebook 2.0.3.RELEASE
  • Spring Web Services 2.2.3.RELEASE

The versions of many third-party dependencies have also been updated.

Project Page | GitHub | Issues |

Spring Boot 1.3.1 and 1.2.8 available now

Releases | Stéphane Nicoll | December 18, 2015 | ...

Spring Boot 1.2.8 and 1.3.1 have been released and are available now from repo.spring.io and Maven Central.

If you haven't tried Spring Boot 1.3 yet, now may be the time to do so: 1.3.1 is a maintenance release that brings 126 fixes and improvements, almost half of those being pull requests. Thanks again to our amazing contributors!

Spring Boot 1.2.8 is a maintenance release with a selection of fixes and improvements.

As we have fixed a security vulnerability, we highly recommend an immediate upgrade for all Spring Boot users.

Project Page | GitHub | Issues | Documentation

Spring IO Platform 2.0.1.RELEASE

Releases | Andy Wilkinson | December 18, 2015 | ...

Spring IO Platform 2.0.1.RELEASE is now available from both repo.spring.io and Maven Central.

This maintenance release upgrades the versions of a number of the projects in the Platform to pick up their latest maintenance releases:

  • Reactor 2.0.7.RELEASE
  • Spring Batch 3.0.6.RELEASE
  • Spring Boot 1.3.1.RELEASE
  • Spring Cloud Connectors 1.2.1.RELEASE
  • Spring Framework 4.2.4.RELEASE
  • Spring Data Gosling SR2A
  • Spring Integration 4.2.4.RELEASE
  • Spring Integration Kafka 1.2.1.RELEASE
  • Spring REST Docs 1.0.1.RELEASE
  • Spring Social 1.1.4.RELEASE
  • Spring Social Facebook 2.0.3.RELEASE

The versions of many third…

Spring Framework 4.2.4 & 4.1.9 released

Releases | Juergen Hoeller | December 17, 2015 | ...

Dear Spring community,

It is my pleasure to announce that Spring Framework 4.2.4 and 4.1.9 are available from repo.spring.io and Maven Central!

4.2.4 addresses a few regressions in the 4.2.x line and includes many fixes and enhancements, with no immediate issues remaining. 4.2.4 is a recommended upgrade for all 4.x users now. Please note that the 4.2.x line moves into maintenance mode at this point, with a low-volume 4.2.5 maintenance release scheduled for mid February.

4.1.9 is designed as the last release in the 4.1.x line, backporting applicable bug fixes as well as selected recent enhancements from 4.2.3 / 4.2.4. Note that this is the ultimate 4.1.x release: Your next upgrade step beyond 4.1.9 is the above-mentioned 4.2.5 in February, even for compatibility issues and…

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all