Skip to content

Fix javadoc warnings for spring-security-data#18532

Merged
rwinch merged 1 commit intospring-projects:mainfrom
austinhong22:fix/gh-18451
Jan 21, 2026
Merged

Fix javadoc warnings for spring-security-data#18532
rwinch merged 1 commit intospring-projects:mainfrom
austinhong22:fix/gh-18451

Conversation

@austinhong22
Copy link
Copy Markdown
Contributor

Following the initiative to address Javadoc warnings (#18443), This PR removes javadoc warnings from the spring-security-data module.

Changes

  • Apply javadoc-warnings-error plugin to spring-security-data.gradle to enforce warning-free javadoc builds
  • Add missing @param tag in SecurityEvaluationContextExtension#setSecurityContextHolderStrategy method

Closes gh-18451

- Add javadoc-warnings-error plugin to spring-security-data.gradle
- Add missing @param tag in setSecurityContextHolderStrategy method

Closes spring-projectsgh-18451

Signed-off-by: Junmo <hongjm1022@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 21, 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 added this to the 7.1.0-M2 milestone Jan 21, 2026
@rwinch
Copy link
Copy Markdown
Member

rwinch commented Jan 21, 2026

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

@rwinch rwinch enabled auto-merge (rebase) January 21, 2026 22:35
@rwinch rwinch merged commit e7aa15c 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-data

3 participants