Spring Cloud Hoxton SR2 Released: What’s New and How to Update

Spring Cloud Hoxton.SR2 was released on February 19, 2020, bringing updates to Spring Cloud Stream and Spring Cloud Function, with a new Maven BOM dependency snippet, but without associated issue numbers, bug fixes, or a detailed release log.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
Spring Cloud Hoxton SR2 Released: What’s New and How to Update

Good News

Spring Cloud Hoxton.SR2

was released on 2020‑02‑19.

SR (Service Release) versions are maintenance releases that fix bugs in the final version.

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-dependencies</artifactId>
  <version>Hoxton.SR2</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>

Project

Although the project version remains at SR1, the SR2 release has indeed been published.

No Associated ISSUE

Normally a release includes many updates such as dependency upgrades and bug fixes, but the SR2 version is unusual: it has no linked issue and no explicit bug fix entries.

No Release Log

As mentioned, Spring Cloud Hoxton.SR2 was also released, but it only contains updates to Spring Cloud Stream and Spring Cloud Function.

Related Links

https://spring.io/blog/2020/02/19/announcing-spring-cloud-stream-horsham-sr2-3-0-2-release-and-spring-cloud-hoxton-sr2

https://github.com/spring-cloud/spring-cloud-release/milestones?state=closed

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

spring-bootspring-clouddependency-managementrelease-notes
Java Architecture Diary
Written by

Java Architecture Diary

Committed to sharing original, high‑quality technical articles; no fluff or promotional content.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.