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

grpc / grpc-java / 14422
89%

Build:
DEFAULT BRANCH: master
Ran 19 Jun 2019 05:06PM UTC
Jobs 1
Files 261
Run time 15min
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
14422

push

travis-ci

web-flow
netty-shaded: Use compile instead of runtime dependency in pom (#5901)

Maven does not include transitive runtime dependencies in the
compile-time classpath (testing shows Gradle 4 does; docs say
Gradle 5 doesn't). So if a user references the shaded
NettyServerBuilder without also depending on grpc-core directly,
compilation will fail because AbstractServerImplBuilder couldn't
be found.

This isn't technically a problem, since we're not wanting to encourage
users to reference the shaded classes directly. But some users will
certainly reference the classes anyway and the error is pretty confusing
while also being trivially worked around. In other words: it justs
wastes people's time and benefits nobody.

Fixes #5881

15042 of 17238 relevant lines covered (87.26%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14422.1 19 Jun 2019 05:06PM UTC 0
87.26
Travis Job 14422.1
Source Files on build 14422
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #14422
  • 3d289213 on github
  • Prev Build on master (#14421)
  • Next Build on master (#14423)
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