docs: align README install versions with the 5.2.0 release - #353
Merged
Conversation
The 5.2.0 release is published to Maven Central, but the README still directed users to 5.1.1 and described the 5.1.x family. - Compatibility matrix: 5.1.x -> 5.2.x for the Spring Boot 4.0/4.1 row - Maven/Gradle install snippets and the Quick Start snippet: 5.1.1 -> 5.2.0 - Versioning note: the current line built and verified against Spring Boot 4.1.0 is 5.2.x - Spring Boot 3.5 maintenance note: point readers at 5.2.x as the active line for new development References to the 4.4.x -> 5.0.x breaking jump and the "Migrating to 5.0.x" guide anchor are left alone; those describe history, not the current line.
|
Reviewed — this is a clean, minimal docs-only change. Correctness
Code quality / process
No bugs, security concerns, or test coverage gaps apply here since it's a version-string-only README update. LGTM. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates README documentation to reflect the published 5.2.0 release of Spring User Framework for Spring Boot 4.x users, ensuring installation and compatibility guidance matches the current Maven Central/GitHub release state.
Changes:
- Updated the Spring Boot 4.0.x–4.1.x compatibility matrix entry from
5.1.xto5.2.x. - Updated Maven/Gradle installation snippets (including Quick Start) from
5.1.1to5.2.0. - Updated versioning/maintenance notes to refer to the active
5.2.xfeature-development line and generalized the backport source to the5.xline.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
5.2.0 is published to Maven Central and the GitHub release is up, but the README still pointed users at 5.1.1.
Changes
5.2.x(was5.1.x).<version>and the Gradleimplementationline in the Spring Boot 4.x section, plus the Quick Start snippet, now use5.2.0(was5.1.1).5.2.x.5.2.xas the active line for new feature development, and generalizes the backport source to "the 5.x line".Deliberately unchanged
4.4.x→5.0.xbreaking-release sentence and theMIGRATION.md"Migrating to 5.0.x" anchor. Both describe history and a real section heading, not the current line.3.6.xreferences in the Spring Boot 3.5 section — that line is unchanged by this release.Docs only; no code or build changes.