Skip to content

Fix Javadoc warnings in spring-security-acl#18493

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

Fix Javadoc warnings in spring-security-acl#18493
rwinch merged 2 commits intospring-projects:mainfrom
alpin87:main

Conversation

@alpin87
Copy link
Copy Markdown
Contributor

@alpin87 alpin87 commented Jan 14, 2026

Following the initiative to address Javadoc warnings (gh-18443), this PR fixes warnings in the spring-security-acl module and applies the shared build plugin to enforce zero warnings.

  1. Fix Javadoc Warnings in spring-security-acl
    Resolved a broken reference warning in AclPermissionEvaluator by correcting a malformed {@link} tag (removed unnecessary package qualification).

  2. Apply Build Plugin: javadoc-warnings-error
    Applied the javadoc-warnings-error plugin to the spring-security-acl build configuration.
    This ensures the build will fail if any Javadoc warning occurs, preventing warnings from being introduced in the future.

close #18445

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 14, 2026
Signed-off-by: alpin87 <qortmdals94@naver.com>
Signed-off-by: alpin87 <qortmdals94@naver.com>
@rwinch rwinch self-assigned this Jan 21, 2026
@rwinch rwinch added in: docs An issue in Documentation or samples 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 rwinch enabled auto-merge (rebase) January 21, 2026 21:44
@rwinch rwinch merged commit e3f1690 into spring-projects:main Jan 21, 2026
6 checks passed
@rwinch rwinch added in: build An issue in the build and removed type: enhancement A general enhancement labels Jan 21, 2026
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 in: docs An issue in Documentation or samples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove javadoc warnings for spring-security-acl

3 participants