Skip to content

Fix Javadoc warnings in spring-security-crypto#18519

Merged
rwinch merged 2 commits intospring-projects:mainfrom
congcoding:main
Jan 21, 2026
Merged

Fix Javadoc warnings in spring-security-crypto#18519
rwinch merged 2 commits intospring-projects:mainfrom
congcoding:main

Conversation

@congcoding
Copy link
Contributor

Summary

This PR removes Javadoc warnings in spring-security-crypto and ensures that future warnings fail the build.

Changes

  • Wrap bit-shift expressions in {@code ...} to prevent Javadoc from parsing < as HTML.
  • Apply the javadoc-warnings-error plugin to spring-security-crypto so that new Javadoc warnings cause the build to fail.

Closes gh-18450

Wrap bit-shift expressions in {@code ...} so that Javadoc does not parse
'<' as HTML and emit invalid input warnings.

Signed-off-by: Jeongwon Been <congcoding@gmail.com>
Apply the javadoc-warnings-error plugin to spring-security-crypto to
ensure that new Javadoc warnings fail the build and prevent regressions.

Closes spring-projectsgh-18450
Signed-off-by: Jeongwon Been <congcoding@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 18, 2026
@rwinch rwinch self-assigned this Jan 21, 2026
@rwinch rwinch added in: build An issue in the build type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 21, 2026
@rwinch rwinch enabled auto-merge (rebase) January 21, 2026 22:30
@rwinch
Copy link
Member

rwinch commented Jan 21, 2026

Thanks for the Pull Request! This will be merged into main when the build passes 😄

@rwinch rwinch added this to the 7.1.0-M2 milestone Jan 21, 2026
@rwinch rwinch merged commit 39544e1 into spring-projects:main Jan 21, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: build An issue in the build type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove javadoc warnings for spring-security-crypto

3 participants