Spring IO Platform Athens-SR1

Releases | Andy Wilkinson | November 14, 2016 | ...

I am pleased to announce that Spring IO Platform Athens-SR1 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:

  • Spring AMQP 1.6.5.RELEASE
  • Spring Boot 1.4.2.RELEASE
  • Spring Data Hopper SR5
  • Spring Framework 4.3.4.RELEASE
  • Spring Integration 4.3.5.RELEASE
  • Spring Security OAuth 2.0.12.RELEASE

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

Project Page | GitHub | Issues | Documentation

Spring Data Geode 1.0.0.INCUBATING-RELEASE Released

Engineering | John Blum | November 10, 2016 | ...

On behalf of the Spring and Apache Geode communities, I am extremely pleased and excited to announce the release of Spring Data for Apache Geode 1.0.0-incubating.

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

Maven

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

Gradle

compile 'org.springframework.data:spring-data-geode:1.0.0.INCUBATING-RELEASE'

Including the spring-data-geode dependency will transitively pull in all required Apache Geode artifacts so you can start building Spring applications that use Apache Geode

Spring Security 4.2.0 Released

Releases | Rob Winch | November 10, 2016 | ...

On behalf of the community, I am pleased to announce the release of Spring Security 4.2.0.RELEASE.

What’s New in Spring Security 4.2

You can find highlights of what’s new in the What’s New in Spring Security 4.2 section of the reference. This release closes out 80+ issues which can be found in the 4.2 M1, 4.2 RC1, and 4.2 RELEASE changelogs.

Contributions

Without the community we couldn’t be the successful project we are today. I’d like to thank everyone that created issues & provided feedback.

An easy way to contribute is to help spread the word about the release.

Feedback Please

If you have feedback on this release, I encourage you to reach out via StackOverflow, GitHub Issues, or via the comments section. You can also ping me @rob_winch or Joe @joe_grandja

Spring Cloud Data Flow 1.1 RC1 Released

Releases | Mark Pollack | November 09, 2016 | ...

On behalf of the team, I am pleased to announce the first release candidate of Spring Cloud Data Flow 1.1. Follow the links in the getting started guide to download the local server implementation and shell to create Stream and Tasks.

The 1.1 RC1 release includes the following new features and improvements:

  • Builds upon Camden.SR2 release improvements

  • LDAP authentication is now supported with SSL

  • Portable deployment properties for memory and cpu are in place for support across various runtime implementations

  • Passing Java Options to the local JVM when launching application is now supported

  • UI Improvements

    • List pages now support sorting

    • Server-side search support for stream and task list pages

    • Content-assist for bulk task definitions including the support for incremental validations of task application properties

  • Add content assist support for tasks in the shell

  • Thanks to the community for adding DB2 support for the TaskRepository

Spring Boot 1.4.2 Available Now

Releases | Stéphane Nicoll | November 08, 2016 | ...

It is my pleasure to announce that Spring Boot 1.4.2 has been released and is available now from repo.spring.io and Maven Central.

Spring Boot 1.4.2 includes over 100 fixes, improvements and 3rd party dependency updates! Thanks to all that have contributed!

If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask at stackoverflow.com using the spring-boot tag.

Project Page | GitHub | Issues | Documentation

CQRS and Event Sourcing with Jakub Pilimon

News | Pieter Humphrey | November 08, 2016 | ...

Google Hangout on Air recording.

Event sourced domain naturally leads to messaging infrastructure and CQRS based services. See how we can benefit from getting rid of typical relational database model replaced by events. See how events come along with projections and different read model. In this talk we are going to explore all of this backed by a real Spring Cloud Stream applications.

twitter: https://twitter.com/JakubPilimon github: https://github.com/pilloPl blog: http://pillopl.github.io/

Spring AMQP and Spring Integration Core & Java DSL Maintenance Releases Available

Releases | Gary Russell | November 08, 2016 | ...

Spring Integration 4.3.5 and 4.2.12 are now available, as well as Spring AMQP 1.6.5.

The 1.1.4 and 1.2.1 versions of the Spring Integration Java DSL are also available.

These include some important bug fixes and all users are encouraged to upgrade. Click on the release links above to see closed issues.

See the project pages for documentation, download information etc.

Stay tuned for updates on next year’s Spring Integration 5.0 release (the first milestone is due in a few weeks); the Java DSL is being merged…

Spring Framework 5.0 M3 released

Releases | Juergen Hoeller | November 08, 2016 | ...

Dear Spring community,

It is my pleasure to announce that the third Spring Framework 5.0 milestone is available now: Once again, please check the project page for how to obtain it from our milestone repository.

This milestone introduces our redesigned reactive web client as well as redesigned RxJava adapters (including support for the recent RxJava 1.2 and 2.0) and model attribute support for our reactive web dispatcher.

Next up is 5.0 M4 in December, right ahead of Christmas, completing our core reactive stack and our functional design story... before we move towards a first Spring Framework…

This Week in Spring - November 8, 2016

Engineering | Josh Long | November 08, 2016 | ...

Welcome to another installment of This Week in Spring! This week I'm in London, England for µCon, Antwerp, Belgium for Devoxx, and Malmö, Sweden for Oredev. If you're around, ping me and say hi.

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