Skip to content

Remove compiler warnings for spring-security-webauthn#18556

Merged
rwinch merged 1 commit intospring-projects:mainfrom
jayychoi:gh-18442
Jan 23, 2026
Merged

Remove compiler warnings for spring-security-webauthn#18556
rwinch merged 1 commit intospring-projects:mainfrom
jayychoi:gh-18442

Conversation

@jayychoi
Copy link
Copy Markdown
Contributor

Changes

  • Add @SuppressWarnings("removal") to WebAuthnAuthenticationFilterTests.java (tests null validation for deprecated setConverter(GenericHttpMessageConverter) method)
  • Add @SuppressWarnings("removal") to Jackson2Tests.java (tests deprecated WebauthnJackson2Module class)
  • Add @SuppressWarnings("removal") to CredProtectAuthenticationExtensionsClientInputJackson2Tests.java (tests deprecated WebauthnJackson2Module class)
  • Apply plugin compile-warnings-error

Closes gh-18442

Closes spring-projectsgh-18442

Signed-off-by: Jay Choi <jayyoungchoi22@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 22, 2026
@rwinch rwinch self-assigned this Jan 23, 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 23, 2026
@rwinch rwinch merged commit 38356fd into spring-projects:main Jan 23, 2026
6 checks passed
@rwinch rwinch added this to the 7.1.0-M2 milestone Jan 23, 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 type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove compiler warnings for spring-security-webauthn

3 participants