close

Ryan Baxter

Ryan Baxter

Spring Cloud Engineer

Concord, NH

Currently, Ryan is working as a software engineer as part of the Spring Cloud team. Ryan has a passion for sharing what he learns via social media, including Twitter and his blog (http://ryanjbaxter.com), as well as in person at conferences. When he’s not coding, Ryan likes spending time with his daughter, ice fishing, running obstacle course races, and watching the Red Sox.
Blog Posts by Ryan Baxter

Spring Cloud 2021.0.4 (codename Jubilee) Has Been Released

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

Notable Changes in the 2021.0.4 Release Train

See the project page for all the issues and pull requests included in this release.

Spring Cloud Config

  • Replace JSCH with Apache MINA to resolve a number of SSH issues (#1901)

Spring Cloud Gateway

Read more...

Spring Cloud 2022.0.0-M4 (codename Kilburn) Has Been Released

On behalf of the community, I am pleased to announce that the Milestone 4 (M4) of the Spring Cloud 2022.0.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2022.0 release notes for more information.

Notable Changes in the 2022.0.0 Release Train

See the project page for all the issues and pull requests included in this release.

Spring Cloud 2022.0.0-M4 is compatible with Spring Boot 3.0.0-M4.

Spring Cloud Stream

  • Initial version of fully reactive Kafka binder
  • Improved support for Kafka tombstone records via BiFunction
  • Spring Native improvements
Read more...

Spring Cloud 2022.0.0-M3 (codename Kilburn) Has Been Released

On behalf of the community, I am pleased to announce that the Milestone 3 (M3) of the Spring Cloud 2022.0.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2022.0.0 release notes for more information.

Notable Changes in the 2022.0.0 Release Train

See the project page for all the issues and pull requests included in this release.

Spring Cloud 2022.0.0-M3 is compatible with Spring Boot 3.0.0-M3.

Spring Cloud Stream

  • Enhanced support for Kafka “tombstone” records via recently added support for BiFunction/BiConsumer
  • Added support for function-based error-handling, thus no longer requiring annotations
Read more...

Spring Cloud 2021.0.1 Has Been Released

On behalf of the community, I am pleased to announce that the Service Release 1 of the Spring Cloud 2021.0 Release Train is available today. This was primarily a bug fix release. The release can be found in Maven Central. You can check out the 2021.0.1 release notes for more information.

Notable Changes in the 2021.0.1 Release Train

See the project page for all issues included in the release.

Spring Cloud Config

  • Fix pattern matching bug with JSON, YAML, and properties files (2020)

Spring Cloud Sleuth

Read more...

Spring Cloud 2020.0.5 (Ilford) Has Been Released

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

Notable Changes in the 2020.0.5 Release Train

Spring Cloud Netflix

  • Upgraded Netflix/Eureka to 1.10.17 issue

Spring Cloud Config

  • Support Using HTTPS proxies for Git Repositories (1965)
  • Support ordering AWS, Redis, and CredHub Repositories (1980)
Read more...

New Features For Spring Cloud Kubernetes In Spring Cloud 2021.0.0-M3

When we got the results back from the latest State Of Spring survey, 67% of you said you would like to see better support for service discovery and configuration management on Kubernetes.

With the release of Spring Cloud 2021.0.0-M3, we are taking a big step forward to addressing both of these concerns!

Spring Cloud Kubernetes has offered a DiscoveryClient implementation since its inception. However, the implementation required the application to have permissions to use the Kubernetes API server. This proved to be a major barrier for many Spring Cloud user’s, as Kubernetes administrators were hesitant to give apps permissions to make API requests to the Kubernetes API server.

Read more...

Spring Cloud 2021.0.0-M3 (codename Jubilee) Has Been Released

On behalf of the community, I am pleased to announce that the Milestone 3 (M3) of the Spring Cloud 2021 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2021 release notes for more information.

Notable Changes in the 2021 Release Train

Milestone 3 is compatible with Spring Boot 2.6.0-M3.

See the project page for all the issues and pull requests included in this release.

Spring Cloud Gateway

  • Added initial support for gRPC #2388

Spring Cloud Function

Read more...

Spring Cloud 2021.0.0-M1 (aka Jubilee) Is Available

On behalf of the community, I am pleased to announce that the Milestone 1 (M1) of the Spring Cloud 2021 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2021 release notes for more information.

This release is compatible with Spring Boot 2.6.0-M1.

The GitHub Project for this release can be found here.

Notable Changes in the 2021 Release Train

Spring Cloud Gateway

  • StripPrefixFilter now defaults to 1 instead of 0 #2033
  • Add new CacheRequestBodyFilter #1943
  • Share Routes across Gateway instances with Redis #1390
Read more...

Spring Cloud 2020.0.0 (aka Ilford) Is Available

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

Notable Changes in the 2020.0 Release Train

This release requires Spring Boot 2.4.1. In general, this release was to fix bugs prior to release.

See this page for a list of Known Issues.

See the wiki for a list of all breaking changes in this release train.

See all of the included issues and pull requests at the Github project.

Read more...

Spring Cloud 2020.0.0-RC1 (aka Ilford) Is Available

On behalf of the community, I am pleased to announce that Release Candidate 1 (RC1) of the Spring Cloud 2020 Release Train is available today. You can find the release in the Spring Milestone repository. See the 2020 release notes for more information.

Notable Changes in the 2020 Release Train

This release requires Spring Boot 2.4.0.

See the wiki for a list of all breaking changes in this release train.

See all of the included issues and pull requests at the Github project.

Spring Cloud Contract

The Gradle plugin creates a separate classpath when executing tasks.

Read more...