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.
Good News
Spring Cloud Hoxton.SR2was 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
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Java Architecture Diary
Committed to sharing original, high‑quality technical articles; no fluff or promotional content.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
