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

dropwizard / dropwizard / 2595
86%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2016 01:17PM UTC
Jobs 1
Files 339
Run time 21s
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
2595

push

travis-ci

jplock
Allow Dropwizard constraints to be applied to type (#1586)

* Allow Dropwizard constraints to be applied to type

Java 8 allows the following code to be valid:

```java
@Valid
List<@OneOf({"one", "two", "three"}) String> bar;
```

But as the annotations are defined know, they will fail to compile. The
fix is simple, add `TYPE_USE` to the constraint annotation.

* Add type use to SizeRange.List validation annotation

5521 of 6703 relevant lines covered (82.37%)

53.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2595.1 27 Jul 2016 01:17PM UTC 0
82.37
Travis Job 2595.1
Source Files on build 2595
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2595
  • 3f1987d1 on github
  • Prev Build on master (#2594)
  • Next Build on master (#2598)
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