Introducing Spring Cloud Square

Releases | Olga Maciaszek-Sharma | April 13, 2021 | ...

We are happy to announce that we have released the first publicly available milestone version of the Spring Cloud Square incubator project. The project provides Spring Cloud LoadBalancer integration for OkHttpClient and Retrofit, as well as non-blocking WebClient-backed Retrofit clients. Retrofit is a declarative HTTP client from Square.

You can find more information on how to get started with the project below. You can also check the project repository and project documentation .

OkHttpClient Spring Cloud LoadBalancer Integration

An application interceptor is added to the OkHttpClient created…

Spring Security 5.5.0-RC1 released

Releases | Josh Cummings | April 12, 2021 | ...

On behalf of the community, I’m pleased to announce the release of Spring Security 5.5.0-RC1!

In addition to dependency upgrades, bug fixes, and minor enhancements, the release candidate contains a few noteworthy changes:

  • JWT client authentication support for OAuth 2.0 clients

  • JWT bearer authorization grant support for OAuth 2.0 clients

  • AuthorizationManager, a new authorization API for filter security

  • Kotlin coroutine support for reactive method security

  • OpenSAML 4 support

This release candidate is a good opportunity to give feedback before the actual GA release in mid-May. We look…

A Bootiful Podcast: Ambassador Labs devrel director, InfoQ contributor, lifelong learner, and awesome human, and friend Daniel Bryant

Engineering | Josh Long | April 09, 2021 | ...

Hi, Spring fans! In this episode Josh Long (@starbuxman) talks to Ambassador Labs devrel director, InfoQ contributor, lifelong learner, and awesome human, and friend Daniel Bryant (@danielbryantuk).

This Week in Spring - April 6th, 2021

Engineering | Josh Long | April 06, 2021 | ...

API Rate Limiting with Spring Cloud Gateway

Engineering | Haytham Mohamed | April 05, 2021 | ...

One of the imperative architectural concerns is to protect APIs and service endpoints from harmful effects, such as denial of service, cascading failure. or overuse of resources. Rate limiting is a technique to control the rate by which an API or a service is consumed. In a distributed system, no better option exists than to centralize configuring and managing the rate at which consumers can interact with APIs. Only those requests within a defined rate would make it to the API. Any more would raise an HTTP “Many requests” error.

link to rate limit image

Spring Cloud Gateway (SCG) is a simple and lightweight component…

Spring Data 2021.0.0-RC1 and 2020.0.7 released

Releases | Mark Paluch | March 31, 2021 | ...

On behalf of the team, I’m pleased to announce the availability of the Spring Data releases 2021.0.0-RC1 and 2020.0.7.

If you use Spring Boot and want to upgrade to 2021.0.0-RC1 or 2020.0.7, set the spring-data-bom.version` property accordingly.

While the service releases ship with mostly bug fixes and dependency upgrades, the release candidate contains a few noteworthy changes:

  • Improved error messages and exceptions if a repository cannot be created.
  • Support @Value meta-annotations on persistence constructor parameters.
  • Add support for projections inside the Neo4j templates and CypherDsl executors.
  • Consider @Column- and @Element-annotated constructor parameters with Cassandra.
  • Add support to Redis Streams by using Jedis Client and upgrade to Jedis 3.6.0-RC1 and Lettuce 6.1.0.RELEASE.

This Week in Spring - March 30th, 2021

Engineering | Josh Long | March 30, 2021 | ...

Hi, Spring fans! Welcome to another installment of This Week in Spring! Can you believe it's nearly April? Time sure flies when you're having fun! There's a lot of good stuff to get to this week, particularly around the nascent and just announced Spring Native project which people seem to love, so 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