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

Fix order of 2 sections in the Validation chapter of the reference manual #32408

Closed

Conversation

ZeroCyan
Copy link
Contributor

There is currently a wrong order of webpages in the documentation under https://docs.spring.io/spring-framework/reference/core/validation.html

The page "Resolving Codes to Error Messages" mentions the page "Data Binding" (see first sentence: "We covered databinding and validation."), but is presented before the latter.

Current order:

  • Validation by Using Spring’s Validator Interface
  • Resolving Codes to Error Messages
  • Data Binding
  • Spring Type Conversion

Expected order:

  • Validation by Using Spring’s Validator Interface
  • Data Binding
  • Resolving Codes to Error Messages
  • Spring Type Conversion

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Mar 10, 2024
@sbrannen sbrannen self-assigned this Mar 10, 2024
@sbrannen sbrannen added type: documentation A documentation task in: web Issues in web modules (web, webmvc, webflux, websocket) and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Mar 10, 2024
@sbrannen sbrannen added this to the 6.1.5 milestone Mar 10, 2024
@sbrannen sbrannen changed the title Documentation: fix order of 2 webpages Fix order of 2 sections in the Validation chapter of the reference manual Mar 10, 2024
@sbrannen sbrannen added in: core Issues in core modules (aop, beans, core, context, expression) and removed in: web Issues in web modules (web, webmvc, webflux, websocket) labels Mar 10, 2024
@github-actions github-actions bot added the status: backported An issue that has been backported to maintenance branches label Mar 10, 2024
@sbrannen sbrannen closed this in 78fb378 Mar 10, 2024
@sbrannen
Copy link
Member

This has been merged into 6.1.x and main.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: backported An issue that has been backported to maintenance branches type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants