Spring Cloud Dalston Released

Releases | Spencer Gibb | April 12, 2017 | ...

On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud Dalston Release Train is available today. The release can be found in Maven Central. You can check out the Dalston release notes for more information.

Notable Changes in the Dalston Release Train

Vault

Spring Cloud Vault Config is a new project that provides client-side support for externalized secret management in a distributed system via Hashicorp Vault.

Config Server

Config Server now has support for multiple backends via a Composite pattern. This allows for combinations of…

Spring Vault 1.0 goes GA

Releases | Mark Paluch | April 12, 2017 | ...

On behalf of the community, it's my pleasure to announce the general availability of Spring Vault 1.0 – the very first GA release of Spring Vault after almost a year of development.

The artifacts are available from Maven Central and Bintray.

<dependency>
  <groupId>org.springframework.vault</groupId>
  <artifactId>spring-vault-core</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>

The release ships more than 50 tickets fixed in total. Here’s a very truncated list of the most important features shipping with the release:

  • Pluggable application authentication via AppRole, AWS-EC2, client certificates, Cubbyhole (wrapped tokens) and static tokens.
  • Support for renewable @VaultPropertySource with credentials rotation.
  • Lifecycle-aware session management with token renewal and re-login after terminal token expiry.
  • Template API to interact with Vault directly.
  • Compatibility with Vault 0.5 to 0.7.

This Week in Spring - April 11th, 2017

Engineering | Josh Long | April 11, 2017 | ...

Welcome to another installation of This Week in Spring!

Spring For Apache Kafka 1.2.0 and 1.1.4 Available

Releases | Gary Russell | April 07, 2017 | ...

We are pleased to announce that these maintenance releases of Spring for Apache Kafka are now available, 1.2.0.RELEASE and 1.1.4.RELEASE.

These versions include several bug fixes and improvements, as well as introduce support for KStreams.

They are functionally equivalent; the 1.2.0.RELEASE is based on the 0.10.2.0 kafka-clients jar and 1.1.4.RELEASE can be used with 0.10.0.x and 0.10.1.x.

While 1.1.4.RELEASE will work at runtime with a 0.10.2.x client library, some breaking changes in the embedded kafka API means that the embedded kafka Junit @Rule in spring-kafka-test will not work and 1.2.…

Spring Integration 5.0 Milestone 3 Available

Releases | Artem Bilan | April 05, 2017 | ...

The Spring Integration team is pleased to announce that the third milestone for the Spring Integration 5.0 release (5.0.0.M3) is now available.

53 JIRAs (and some GitHub issues) made into this release, including bug fixes and a number of new features. Some highlights since the previous Milestone 2:

  • Initial implementation for a Spring Integration Testing Framework - the @SpringIntegrationTest annotation for test classes and MockIntegration factory help you to write unit tests for integration flows and channel adapters. We intend to flush out this capability with more features before GA, including more mocking, verifications and some send-and-receive utilities to test components in isolation. Feedback is welcome!

  • POJO handler method invocations (@ServiceActivator, @Transformer etc., or such methods invoked from XML definitions) now use InvocableHandlerMethod by default. Together with the ConfigurableCompositeMessageConverter and @Default utilities that allows us to implement conditional method invocation scenarios based on the Content-Type and target method arguments resolution. To restore the previous SpEL-based behavior, the @UseSpelInvoker method-level annotation is provided.

Spring Boot's new Gradle plugin

Engineering | Andy Wilkinson | April 05, 2017 | ...

One of the main themes of Spring Boot 2.0 M1 is a range of significant improvements to its Gradle plugin. Many of those improvements have just been merged and are available in the latest Spring Boot snapshots. There's a few weeks until Spring Boot 2.0.0.M1 will be released at the beginning of May and we'd love to hear your early feedback on the new plugin before then.

You can read more about the plugin's capabilities in its reference and API documentation.

Trying the new plugin

The new plugin requires Gradle 3.4 or later. Like the rest of Spring Boot, snapshots are published to https://repo.spring.io/libs-snapshot. The easiest way to use a snapshot is to create a new Gradle project on start.spring.io

Spring AMQP 2.0.0 Milestone 3 is Available

Releases | Gary Russell | April 04, 2017 | ...

We are pleased to announce that the third milestone for the Spring AMQP 2.0 release (2.0.0.M3) is now available.

36 JIRA Issues are included in this release, including bug fixes and a number of new features:

  • Initial support for broker-less integration testing - the TestRabbitTemplate discovers listener containers in the application context and invokes those containers' listeners for send() and sendAndReceive() operations. We intend to flush out this capability with more features before GA, including routing, and simulation of the various exchange types supported by RabbitMQ. Feedback is welcome.

  • Rollback with an external transaction manager is now consistent with local transactions.

  • The 4.1.x amqp-client library is now the default.

  • The RabbitTemplate now has an invoke() method which allows multiple operations to be performed sequentially on the same channel. This also enables features such as waitForConfirmsOrDie() provided by the underlying library, when sending multiple messages to the same channel.

This Week in Spring - April 4th, 2017

Engineering | Josh Long | April 03, 2017 | ...

Welcome to another installment of This Week in Spring! This week I'm in London, UK; Paris, France (for the epic Devoxx France event where I'll be speaking with my buddy Matt Raible) and Stuttgart, Germany, where I'll be speaking at conferences and to customers! If you're around, don't hesitate to say "hi"!

Spring Team and Pivotal at OSCON Austin 2017

News | Pieter Humphrey | April 03, 2017 | ...

Join the Spring Team and Pivotal experts at OSCON Austin May 10-11, 2017! Pivotal will be at booth # 104 9:45am - 7:00pm on Wednesday May 10 9:45am - 4:30pm on Thursday May 11

We will have experts available to talk to you about leading open source projects like Cloud Foundry, Spring Framework, Apache Tomcat, and much more. Stop by and learn about Cloud Native applications from the leaders at Pivotal.

Don't miss these talks on Cloud-Native applications, Microservices, Cloud Foundry, Product Management and much more!

Tutorials - Tuesday May 9

9:00AM - 12:30PM Ballroom F Tutorial: Cloud-native Java - Josh Long https://conferences.oreilly.com/oscon/oscon-tx/public…

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