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

dropwizard / dropwizard / 6302
86%

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2019 09:35AM UTC
Jobs 1
Files 401
Run time 16s
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
6302

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

Jobs
ID Job ID Ran Files Coverage
1 6302.1 15 Sep 2019 09:35AM UTC 0
86.29
Travis Job 6302.1
Source Files on build 6302
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6302
  • c9cbd5fd on github
  • Prev Build on master (#6299)
  • Next Build on master (#6305)
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