Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Spring Framework Artifacts wiki page #34002

Closed
sbrannen opened this issue Dec 2, 2024 · 1 comment
Closed

Improve Spring Framework Artifacts wiki page #34002

sbrannen opened this issue Dec 2, 2024 · 1 comment
Assignees
Labels
type: wiki-documentation A documentation update required on the wiki
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Dec 2, 2024

The Spring Framework Artifacts wiki page currently only provides examples of configuring the version for spring-context which can lead to confusion for some users who are unfamiliar with dependency management.

We should therefore clarify that the spring-context examples are meant to demonstrate how to configure the version for a single Spring Framework artifact.

We should also provide guidance for upgrading the Spring Framework version for Spring Boot users.

@sbrannen sbrannen added the type: wiki-documentation A documentation update required on the wiki label Dec 2, 2024
@sbrannen sbrannen added this to the 6.2.1 milestone Dec 2, 2024
@sbrannen sbrannen self-assigned this Dec 2, 2024
@sbrannen
Copy link
Member Author

sbrannen commented Dec 2, 2024

Completed in commit:

https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Artifacts/_compare/8ea7f1d220f2a7df89e8ac449f59e2d875da2143...790c10392ff19db7f3678bcfa580c4f5e50c6b87

Improve Spring Framework Artifacts wiki page

Prior to this commit, the Spring Framework Artifacts wiki page only
provided examples of configuring the version for spring-context which
lead to confusion for users who are unfamiliar with dependency
management.

This commit therefore revises the wiki page as follows.

  • Clarify that the spring-context examples are meant to demonstrate how
    to configure the version for a single Spring Framework artifact.

  • Split repository and dependency configuration examples.

  • Provide guidance for upgrading the Spring Framework version for
    Spring Boot users.

Closes #34002

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: wiki-documentation A documentation update required on the wiki
Projects
None yet
Development

No branches or pull requests

1 participant