Yubico / java-webauthn-server

Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations
Other
457 stars 142 forks source link

Missing `yubico-util`? #245

Closed anselmoalves closed 1 year ago

anselmoalves commented 1 year ago

Hi!

In my case I had to also import yubico-util to migrate from v1.x to v2.0 so I could import classes such as CertificateParser. I am not sure if this import was already required before though and but never had it. Your guide is super clear otherwise as always, thanks a lot!

emlun commented 1 year ago

Hi! Thanks!

Yes, that is intentional. Note that the yubico-util module is explicitly documented as NOT part of the SemVer public API, and has been since release 1.8.0, so it may receive breaking changes at any time without a major version bump. (My apologies if you're migrating from 1.7.0 or earlier, the documentation should have been better.)