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

vidal-community / jax-rs-linker / 296
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: dependabot/maven/com.google.guava-guava-29.0-jre
DEFAULT BRANCH: master
Ran 16 Sep 2019 10:58AM UTC
Jobs 1
Files 54
Run time 470min
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
296

push

travis-ci

jcgay
Separate api and processor implementation in two modules

It allows to not leak the processors to transitive dependencies.
The classes needed at runtime are separated in the 'api' module.

With Maven you should now use:

            <dependency>
                <groupId>fr.vidal.oss</groupId>
                <artifactId>jax-rs-linker-api</artifactId>
                <version>0.5-SNAPSHOT</version>
            </dependency>
            <dependency>
                <groupId>fr.vidal.oss</groupId>
                <artifactId>jax-rs-linker-processor</artifactId>
                <version>O.5-SNAPSHOT</version>
                <optional>true</optional>
            </dependency>

to import jax-rs-linker.

814 of 930 relevant lines covered (87.53%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 296.1 16 Sep 2019 10:58AM UTC 0
87.53
Travis Job 296.1
Source Files on build 296
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #296
  • 742b22e9 on github
  • Prev Build on dev (#293)
  • Next Build on dev (#300)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc