• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yubico / java-webauthn-server / 52
93%

Build:
DEFAULT BRANCH: master
Ran 01 Oct 2018 08:40AM UTC
Jobs 2
Files 52
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
52

push

travis-ci

emlun
Release 0.3.0

- Major API overhaul; public API changes include but are not limited to:
  - Reorganised package structure
  - `CredentialRepository.getCredentialIdsForUsername(String)` now
    returns `Set` instead of `List`
  - Most data classes now expose a builder instead of a public constructor
  - Shortcut constants added to `COSEAlgorithmIdentifier` and
    `PublicKeyCredentialParameters`
  - Exception `U2fBadConfigurationException` renamed to
    `BadConfigurationException`
  - `RelyingParty.startRegistration` now accepts one
    `StartRegistrationOptions` parameter instead of several parameters
  - `RelyingParty.finishRegistration` now accepts one
    `FinishRegistrationOptions` parameter instead of several parameters
  - `RelyingParty.startAssertion` now accepts one
    `StartAssertionOptions` parameter instead of several parameters
  - `RelyingParty.finishAssertion` now accepts one
    `FinishAssertionOptions` parameter instead of several parameters
  - `RelyingParty.finishRegistration` now throws checked
    `RegistrationFailedException` instead of `IllegalArgumentException`
    on most failures
  - `RelyingParty.finishAssertion` now throws checked
    `AssertionFailedException` instead of `IllegalArgumentException` on
    most failures
  - Class `MetadataResolver` replaced with interface
  - Constructor `CollectedClientData(JsonNode)` deleted
  - Type of fields `StartAssertionOptions.extensions`,
    `StartRegistrationOptions.extensions` and
    `PublicKeyCredential.clientExtensionOutputs` narrowed from
    `JsonNode` to `ObjectNode`
  - Parameters `StartRegistrationOptions.excludeCredentials` and
    `StartAssertionOptions.allowCredentials` deleted; they are now
    discovered automatically from the `CredentialRepository`. If custom
    control over `excludeCredentials` or `allowCredentials` is needed,
    modify the `PublicKeyCredentialCreationOptions` or
    `PublicKeyCredentialRequestOptions` object manually.
  - `COSEAlgorithmIdentifi... (continued)

448 of 474 relevant lines covered (94.51%)

2.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 52.1 01 Oct 2018 08:40AM UTC 0
94.51
Travis Job 52.1
2 52.2 01 Oct 2018 08:43AM UTC 0
94.51
Travis Job 52.2
Source Files on build 52
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #52
  • 536bb841 on github
  • Prev Build on master (#51)
  • Next Build on master (#53)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc