-
Notifications
You must be signed in to change notification settings - Fork 8
Upgrade java-webauthn-server to 2.9.0 and modernize dependencies #10
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
Open
elukewalker
wants to merge
22
commits into
YubicoLabs:master
Choose a base branch
from
elukewalker:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a8d5122
feat: upgrade java-webauthn-server from 1.2.0 to 2.9.0 and update all…
77a0873
fix: complete java-webauthn-server v2.x migration for modules 2 and 4
9ee1d39
chore: bump version and changelog (v0.0.1.0)
e7f300f
docs: update project documentation for v0.0.1.0
006839b
fix: complete java-webauthn-server 2.x migration - remove all interna…
f6ab2c9
fix: complete java-webauthn-server 2.x migration - all modules now build
2f02497
fix: resolve Lombok @Builder + @NonNull final fields issue in U2fRegi…
43cd230
fix: configure Lombok annotation processing for Java 25 compatibility
f2d1d2a
docs: document Java 25 compatibility fixes in CHANGELOG and migration…
c975df5
docs: fix README code snippets for java-webauthn-server 2.x API
01f4719
Merge pull request #2 from elukewalker/scion/java-webauthn-v2
elukewalker afde1e7
fix: replace broken Developer Videos link with YouTube playlist
elukewalker 2bdd588
chore: ignore dev artifacts
elukewalker 3b419be
Merge pull request #3 from elukewalker/scion/java-webauthn-v2
elukewalker 1a76d98
refactor: address code review - remove AI-generated comments and fix …
b7496ab
refactor: complete code review fixes for modules 3 & 4
316f84f
Merge remote-tracking branch 'origin/master' into scion/java-webauthn-v2
838cbc1
fix: add missing InputStream import in U2fVerifier
ada0d6b
chore: bump version and changelog (v0.0.2.0)
45beafd
docs: update project documentation for v0.0.2.0
f7f54ea
Merge pull request #4 from elukewalker/scion/java-webauthn-v2
elukewalker 97b49bd
refactor: address Mario's review feedback - extract SHA-256 utilities…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # gstack agent artifacts | ||
| .gstack/ | ||
|
|
||
| # Maven | ||
| target/ | ||
|
|
||
| # IDE | ||
| .idea/ | ||
| *.iml | ||
| .classpath | ||
| .project | ||
| .settings/ | ||
|
|
||
| # macOS | ||
| .DS_Store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.