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

dropwizard / dropwizard / 3849
86%

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

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

Jobs
ID Job ID Ran Files Coverage
1 3849.1 31 Jul 2017 01:36PM UTC 0
85.2
Travis Job 3849.1
Source Files on build 3849
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3849
  • c28ca30d on github
  • Prev Build on master (#3848)
  • Next Build on master (#3850)
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