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

dropwizard / dropwizard / 3845 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 31 Jul 2017 01:09PM UTC
Files 384
Run time 13s
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% (-0.002%) from 85.197%
3845.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.03 hits per line

Source Files on job 3845.1
  • Tree
  • List 0
  • Changed 6
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3845
  • Travis Job 3845.1
  • c28ca30d on github
  • Prev Job for on master (#3832.1)
  • Next Job for on master (#3846.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