Skip to content

Update webauthn4j to 0.24.0 #1422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 3, 2024
Merged

Update webauthn4j to 0.24.0 #1422

merged 5 commits into from
May 3, 2024

Conversation

ynojima
Copy link
Member

@ynojima ynojima commented Apr 28, 2024

To catch up changes in webatuhn4j 0.24.0.RELEASE, following breaking changes are made:

  • WebAuthnAuthenticator is renamed to WebAuthnCredentialRecord
  • WebAuthnAuthenticatorImpl is renamed to WebAuthnCredentialRecordImpl
  • WebAuthnCredentialRecord (formaly WebAuthnAuthenticator) now implements webauthn4j's CredentialRecord instead of webauthn4j's Authenticator
    • Concrete classes of WebAuthnCredentialRecord now needs to implement additional following methods:
      • public CollectedClientData getClientData()
      • public Boolean isUvInitialized()
      • public void setUvInitialized(boolean value)
      • public Boolean isBackupEligible()
      • public void setBackupEligible(boolean value)
      • public Boolean isBackedUp()
      • public void setBackedUp(boolean value)
  • WebAuthnCredentialRecordImpl (formaly WebAuthnAuthenticatorImpl) now extends webauthn4j's CredentialRecordImpl instead of webauthn4j's AuthenticatorImpl

dependabot bot and others added 3 commits April 29, 2024 08:45
Bumps `springBootVersion` from 3.0.5 to 3.2.5.

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.0.5 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.5...v3.2.5)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.0.5 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.5...v3.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@ynojima ynojima force-pushed the update-webauthn4j-to-0.24.0 branch from 3066ab3 to 45410c4 Compare April 28, 2024 23:46
@ynojima ynojima force-pushed the update-webauthn4j-to-0.24.0 branch from 45410c4 to e1ca76b Compare May 3, 2024 13:53
Copy link

sonarqubecloud bot commented May 3, 2024

@ynojima ynojima marked this pull request as ready for review May 3, 2024 14:04
@ynojima ynojima added the dependencies Pull requests that update a dependency file label May 3, 2024
@ynojima ynojima merged commit b49a03f into master May 3, 2024
@ynojima ynojima added this to the 0.10.0.RELEASE milestone May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant