We are pleased to announce that Spring Cloud Task 2.0.0.M3 is now available on Github and the Pivotal download repository. Many thanks to all of those who contributed to this release.
What's new?
This release includes upgrades to existing dependencies as well as some exciting new features for users of Spring Cloud Task. From a dependencies perspective, Spring Cloud Task 2.0.0.M3 has been upgraded to use the Spring Boot 2.0.0.RC1 stack as well as Spring Cloud's Finchley M6 dependencies.
Beyond just a dependency upgrade, there are a number of new features within Spring Cloud Task 2.0.0.M3. Let's…
Finchley.M6 is compatible with Spring Boot RC1. Many updates have been made for compatibility with RC1.
Spring Cloud Sleuth
The internals of Spring Cloud Sleuth were rewritten to use Brave. Please see the Migration Guide for more information.
Spring Cloud Gateway
The performance of the gateway has improved dramatically. Fallback support has been added to the Hystrix filter. There is also an update to the Java Route DSL. To add filters, use the new filters()…
On behalf of the community I’m pleased to announce the release of Spring Session 1.3.2.RELEASE. This maintenance release contains numerous bug fixes and improvements.
Some of the highlights include:
#951 - SessionRepositoryFilter#changeSessionId does not copy the previous maxInactiveInterval into the new session
It’s my pleasure to announce today a new project in the Spring Cloud family. It’s called Spring Cloud GCP and its goal is to bring into your applications well-known Spring patterns and Spring Boot conventions for consuming Google Cloud Platform services.
On behalf of the Spring Data team I’m happy to announce the first milestone of the Lovelace release train. The release ships over 200 tickets fixed! The most important new features are:
JPA 2.2 result streaming.
MongoDB Validator and JsonSchema support.
Support for MongoDB Change Streams.
Neo4J OGM 3.1 upgrade.
Exist/Count projections as well as a fluent template API in Spring Data for Apache Cassandra.
Spring Data for Apache Geode added JCache Annotation support.
Query By Example for Redis repository abstractions.
Spring Data REST offers more fine grained method exposure mechanisms.
In addition to that, we're happy to now have Spring Data JDBC join the release…
On behalf of the team, I am pleased to announce the release of Spring Cloud Skipper 1.0 GA
Skipper is a lightweight tool that allows you to discover Spring Boot applications and manage their lifecycle on multiple Cloud Platforms. You can use Skipper standalone or integrate it with Continuous Integration pipelines to help implement the practice of Continuous Deployment.
The getting started section in the reference guide is the best place to start kicking the tires.
Release Highlights:
Introduction of Flyway to manage schema along with various schema tweaks.
Option to delete a release along with its package.
Refined the REST API.
Updated properties to YAML converter.
Add resource metadata in manifest template.
Separate platform deployers into multiple maven modules.
A streaming data pipeline orchestrated as a series of microservice applications has always been the core value of Spring Cloud Data Flow’s design. In Data Flow 1.3 we have provided the ability to update sources, processors, and sinks independently without having to undeploy and redeploy the entire stream.
The stream update and rollback functionality is implemented by delegating the deployment process to a new Spring Cloud project called Skipper. Skipper is a lightweight Spring Boot application, purpose-built to fill this feature gap in Data Flow. Skipper defines a package format, much like helm or brew and can also deploy/undeploy applications to multiple cloud platforms: Local, Cloud Foundry, and Kubernetes. It uses the same Spring Cloud Deployer libraries that have been part of Data Flow since the beginning. Recent presentations at SpringOne 2017 introduces Skipper and the …