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

dropwizard / dropwizard / 3849 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 31 Jul 2017 01:36PM UTC
Files 384
Run time 14s
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

31 Jul 2017 12:53PM UTC coverage: 85.195%. Remained the same
3849.1

push

travis-ci

web-flow
Remove Dropwizard's Jackson dependency on Logback (#2112)

* Remove Dropwizard's Jackson dependency on Logback

In the move to allow users plug in custom logging implementations
except Logback, we should make all Logback dependencies in Dropwizard
optional. Currently, our Jackson mapper is dependent on Logback for
deserializing logging `Level` in the configuration. It's forces every
Dropwizard app to have a runtime dependency on Logback. To avoid this
we could remove `Level` deserializers and move converting a string text
level to Logback's level to `DefaultLoggingFactory`. Since
`DefaultLoggingFactory` can be replaced by `ÈxternalLoggingFactory` this
allows users to run Dropwizard app without a Logback dependency.

1 commit

* Try to deserialize/serialize threshold as a string

6330 of 7430 relevant lines covered (85.2%)

78.09 hits per line

Source Files on job 3849.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3849
  • Travis Job 3849.1
  • c28ca30d on github
  • Prev Job for on master (#3848.1)
  • Next Job for on master (#3850.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