Spring Cloud Pipelines

Releases | Marcin Grzejszczak | October 18, 2016 | ...

On behalf of the Spring Cloud team it is my pleasure to announce a new project called Spring Cloud Pipelines. Unlike most of Spring projects this one is not available at any repository since it’s not a library, but instead it is available as a github repo for you to download and use as template for creating a deployment pipeline.

Without any further ado let’s get into some details related to the project.

Problem we’re trying to solve

Spring, Spring Boot and Spring Cloud are tools that allow developers speed up the time of creating new business features. It’s common knowledge however that the…

This Week in Spring - October 18, 2016

Engineering | Josh Long | October 18, 2016 | ...

Welcome to another installment of This Week in Spring! It's been another crazy wonderful week. This week I'm in London and Cambridge, UK visiting with customers and speaking (in particular, at the O'Reilly Software Architecture Conference) If you're about be sure to say hi! Now then, let's get to it!

  • The Spring Cloud Services Team, led by Chris Sterling has just finished making Eureka Service Discovery work even better on Pivotal Cloud Foundry. The new 1.2 release allows peer replication across installations and organizations, enabling multi-site replication.
  • Spring Cloud Data Flow 1.1.M2 just released today, picking up Boot 1.4.1 and Spring Cloud Camden releases. Check out all the extra goodies in Mark Pollack's blog post.
  • Learn how to build data-centric microservices with Spring Cloud Data Flow with this incredible webinar
  • Spring Integration ninja Artem Bilan has just

Webinar Replay: Data Microservices in the Cloud

News | Pieter Humphrey | October 17, 2016 | ...

Speakers: Mark Pollack, Mark Fisher Spring Cloud Data Flow enables you to create data pipelines for many common use-cases such as data ingestion, real-time analytics and data import/export. In this webinar, we will introduce Spring Cloud Data Flow’s architecture and walk through the orchestration capabilities of long-running and short-lived data-centric applications on multiple runtime platforms such as Cloud Foundry, Kubernetes, Apache Mesos and Apache YARN. Spring Cloud Data Flow represents the evolution of Spring XD and retains the DSL to define data pipelines as well as the web based UI…

Java DSL for Spring Integration 1.2 Release is available

Releases | Artem Bilan | October 14, 2016 | ...

Dear Spring Community,

It’s my pleasure to announce that the Java DSL for Spring Integration 1.2 GA is now available.

The artifact org.springframework.integration:spring-integration-java-dsl:1.2.0.RELEASE is available in the Release repo and Maven Central.

Since the previous Release Candidate 1 we have received some feedback and these additional features have been added:

Thread Barrier support

A new .barrier() and its mirror .trigger() EIP-methods have been added to the IntegrationFlow definition:

private static final String BARRIER = "barrier";

@Bean
public IntegrationFlow barrierFlow…

Spring Cloud Task 1.1.0.M2 is now available

Releases | Glenn Renfro | October 12, 2016 | ...

We are pleased to announce that Spring Cloud Task 1.1.0.M2 is now available via Github and the Pivotal download repository. Many thanks to all of those who contributed to this release.

What's new in Spring Cloud Task 1.1.0.M2

This release continues to progress on 1.1.0's main theme of improving overall task functionality as well as migrating features that existed within Spring XD to Spring Cloud Task. The main updates for this release are the following:

  • Support for Generated Task Id - A common use case for a Spring Cloud Task application is to launch it within a PaaS, like Cloud Foundry or…

Webinar: Consumer Driven Contracts and Your Microservice Architecture

News | Pieter Humphrey | October 12, 2016 | ...

TDD introduced many improvements into the development process, but in our opinion the biggest impact relates to code design. Looking at the code from the usage perspective (by first writing an acceptance test) allows us to focus on usability rather than concrete implementation. Unfortunately, we usually rest on our laurels not trying to uplift this practice to the architecture level.

This presentation will show you how you can use the Spring Cloud Contract Verifier functionality in order to have a fully automated solution to stub your HTTP / Messaging collaborators. Just by adding proper…

Spring Data Geode 1.0.0.APACHE-GEODE-INCUBATING-M3 Released

Engineering | John Blum | October 11, 2016 | ...

I apologize to both the Spring and Apache Geode communities for the delay, relative to the Apache Geode M3 release announcement, but I am very excited and pleased to follow that with the release of Spring Data for Apache Geode 1.0.0-incubating.M3.

You can get the bits from Maven Central by including the following dependency in either your application Maven or Gradle build files ...

Maven

<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-geode</artifactId>
  <version>1.0.0.APACHE-GEODE-INCUBATING-M3</version>
</dependency>

Gradle

compile 'org…

This Week in Spring - October 11, 2016

Engineering | Josh Long | October 11, 2016 | ...

Welcome to another installment of This Week in Spring! It's already almost mid October and I can't believe we're almost in 2017! Time is sure flying quickly!

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

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

Learn more

Get support

Tanzu Spring Runtime 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