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

dropwizard / dropwizard / 6302 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2019 09:35AM UTC
Files 401
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

15 Sep 2019 09:21AM UTC coverage: 86.29% (-0.04%) from 86.331%
6302.1

push

travis-ci

web-flow
Remove dropwizard-jdbi module (#2922)

JDBI 2.x was last updated in [January 2017](https://mvnrepository.com/artifact/org.jdbi/jdbi), so it's safe to say that [Jdbi 3](https://mvnrepository.com/artifact/org.jdbi/jdbi3-core) is now only support major version of the library.

Therefore we can move `dropwizard-jdbi` out of the Dropwizard core modules and into its own repository at https://github.com/dropwizard/dropwizard-jdbi.

The migration path for existing users is fairly simple: Replacing the old Maven artifact coordinates with the new artifact coordinates:

```xml
<!-- Old artifact coordinates -->
<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-jdbi</artifactId>
    <version>${project.version}</version>
</dependency>
```
```xml
<!-- New artifact coordinates -->
<dependency>
    <groupId>io.dropwizard.modules</groupId>
    <artifactId>dropwizard-jdbi</artifactId>
    <version>${project.version}</version>
</dependency>
```

7194 of 8337 relevant lines covered (86.29%)

0.86 hits per line

Source Files on job 6302.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5395
  • Travis Job 6302.1
  • c9cbd5fd on github
  • Prev Job for on master (#6299.1)
  • Next Job for on master (#6305.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