Skip to content

Conversation

@congcoding
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove javadoc warnings for spring-security-crypto

2 participants