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

Yubico / java-webauthn-server / 52 / 2
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 01 Oct 2018 08:43AM UTC
Files 52
Run time 2s
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

01 Oct 2018 07:57AM UTC coverage: 94.515% (-0.02%) from 94.538%
52.2

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%)

1.03 hits per line

Source Files on job 52.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13
  • Travis Job 52.2
  • 536bb841 on github
  • Prev Job for on master (#51.1)
  • Next Job for on master (#53.1)
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