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

dropwizard / dropwizard / 3845
86%

Build:
DEFAULT BRANCH: master
Ran 31 Jul 2017 01:09PM UTC
Jobs 1
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

pending completion
3845

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

9 of 9 new or added lines in 2 files covered. (100.0%)

6330 of 7430 relevant lines covered (85.2%)

78.03 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
dropwizard-logging/src/main/java/io/dropwizard/logging/AbstractAppenderFactory.java
2
100.0
dropwizard-logging/src/main/java/io/dropwizard/logging/DefaultLoggingFactory.java
Jobs
ID Job ID Ran Files Coverage
1 3845.1 31 Jul 2017 01:09PM UTC 0
85.2
Travis Job 3845.1
Source Files on build 3845
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3845
  • c28ca30d on github
  • Prev Build on master (#3832)
  • Next Build on master (#3846)
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