Kotlin Support in Spring Cloud Function

Engineering | Oleg Zhurakousky | September 11, 2018 | ...

Rarely we blog about a single feature, but given that this one was one of the most requested ones in Spring Cloud Function (relatively young project), we thought it may be appropriate, so here it is.

Initial support for Kotlin lambdas has been added to Spring Cloud Function. What it means is that Spring Cloud Function can now recognize Kotlin lambdas that effectively match to one of Java's Supplier, Function or Consumer and treat them as such.

That is:

@Bean
open fun kotlinFunction(): (String) -> String {
    return  { it.toUpperCase() }
}

@Bean
open fun kotlinConsumer(): (String…

Spring Boot 1.5.16

Releases | Andy Wilkinson | September 11, 2018 | ...

On behalf of the team, I am pleased to announce that Spring Boot 1.5.16 has been released and is is now available from repo.spring.io and Maven Central.

Spring Boot 1.5.16 includes 27 fixes, improvements and dependency updates (including an important security fix for Spring AMQP). Thanks to all that have contributed with issue reports and pull requests.

How can you help?

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 on stackoverflow.com using the spring-boot tag or chat with the community on Gitter

Bootiful GCP: Use Spring Cloud GCP to Connect to Other GCP Services (7/8)

Engineering | Josh Long | September 10, 2018 | ...

Hi Spring fans! In this brief 8 part series we’re going to look at the Spring Cloud integration for Google Cloud Platform, called Spring Cloud GCP. Spring Cloud GCP represents a joint effort between Google and Pivotal that endeavors to provide a first class experience for Spring Cloud developers when using the Google Cloud Platform. Pivotal Cloud Foundry users will enjoy an even easier integration with the GCP service broker. I wrote these installments with input from Google Cloud Developer Advocate, and my buddy, Ray Tsang. You can also catch a walkthrough of Spring Cloud GCP in our Google…

Spring Security 5.1.0.RC2 Released

Releases | Josh Cummings | September 10, 2018 | ...

Spring Vault 2.1 goes RC

Releases | Mark Paluch | September 10, 2018 | ...

On behalf of the community, I'd like to announce the availability of the Spring Vault 2.1 release candidate. Spring Vault 2.1 requires JDK 8 or higher and specifically supports JDK 11 as the next long-term support release. This release ships with 15 tickets fixed along with some refinements for Java 9 to 11. The most notable changes are:

  • Support for Azure authentication with managed service instances on VMs.
  • GCP IAM authentication support on behalf of service accounts.

This release is compatible with Vault versions from 0.5.2 up to 0.11.1.

Next Steps

We are aiming for a GA release in early…

Spring Data Ingalls SR15 and Kay SR10 released

Releases | Mark Paluch | September 10, 2018 | ...

On behalf of the Spring Data team, I'd like to announce the availability of the Ingalls SR15 and Kay SR10 maintenance releases. Kay SR10 ships on top of the just-released Spring Framework 5.0.9. Spring Boot 2.0.5 is going to pick up Kay SR10 for your convenience. Ingalls SR15 will be picked up by Spring Boot 1.5.16. Both releases ship with mostly bugfixes and a few dependency upgrades.

Ingalls SR15 ships with 40 tickets fixed and Kay SR10 contains 75 issues fixed.

Also, make sure you register for this year's SpringOne Platform (Sept. 24th-27th, Washington, D.C.) to learn about the latest…

Spring Framework 5.1 RC3, 5.0.9 and 4.3.19 available now

Releases | Stéphane Nicoll | September 07, 2018 | ...

On behalf of the team, I am pleased to announce Spring Framework 5.1 RC3, 5.0.9 and 4.3.19 are available now.

Spring Framework 5.0.9 includes 36 fixes and selected improvements while Spring Framework 4.3.19 includes 23 fixes and selected improvements. We're also approaching Spring Framework 5.1 with a third release candidate that includes 30 fixes and improvements.

As usual, those are the base for the upcoming Spring Boot 2.1 M3, 2.0.5 and 1.5.16 releases early next week.

Project Page | GitHub | Issues | Documentation

Bootiful GCP: Supporting Observability with Spring Cloud GCP Stackdriver Trace (6/8)

Engineering | Josh Long | September 06, 2018 | ...

Hi Spring fans! In this brief series we’re going to look at the Spring Cloud integration for Google Cloud Platform, called Spring Cloud GCP. Spring Cloud GCP represents a joint effort between Google and Pivotal that endeavors to provide a first class experience for Spring Cloud developers when using the Google Cloud Platform. Pivotal Cloud Foundry users will enjoy an even easier integration with the GCP service broker. These installments were written with help from Google Cloud Developer Advocate, and my buddy, Ray Tsang. You can also catch a walkthrough of Spring Cloud GCP in our Google Next…

This Week in Spring - September 4th, 2018

Engineering | Josh Long | September 05, 2018 | ...

Hi Spring fans and welcome to another installment of This Week in Spring! If you're in the US, I hope you enjoyed your Labor Day weekend. I certainly did, gorging on the San Francisco sun and preparing for my O'Reilly online training for tomorrow, Bootiful Kotlin. I'm also busily preparing for the epic SpringOne Tour event in Istanbul, Turkey, customer visits in Atlanta, GA, and of course the epic tentpole SpringOne Platform event coming up later this month in Washington DC. If you're around, I sure hope to see you!

Well, let's get to it!

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