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

uwolfer / gerrit-rest-java-client / 32570187755
93%

Build:
DEFAULT BRANCH: master
Ran 22 Aug 2026 11:25AM UTC
Jobs 1
Files 64
Run time 1min
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

22 Aug 2026 11:24AM UTC coverage: 93.392%. Remained the same
32570187755

push

github

web-flow
Bump embedded test Jetty from 8.2.0.v20160908 to 9.4.57.v20241219 (#292)

Jetty 8.2.0.v20160908 is a 2016-era release; 9.4.57.v20241219 is the
latest release on the still Java-8-compatible 9.4.x line (Jetty 10+
requires Java 11, Jetty 12 requires Java 17), so no JDK bump is needed
for this dependency. Only test scope is affected.

Update GerritRestClientTest's embedded server setup for the Jetty 9 API:
- HashLoginService.putUser(...) was removed; credentials are now
  registered via a UserStore handed to setUserStore(...).
- Connector no longer exposes getLocalPort(); cast to NetworkConnector.
- ServletContextHandler now auto-registers a default 404 servlet for
  any unmapped path in its context ("ensureDefaultServlet"), which
  swallowed every request under the login servlet's default "/" context
  before it could fall through to the sibling resource/security
  handlers. Disable that on the login context to restore the original
  handler-chain fallthrough.
- ResourceHandler used standalone (no enclosing context) now rejects
  requests where the resolved resource's canonical path differs from
  the requested one as an "alias" - which is exactly what happens for
  a directory requested without its trailing slash (e.g. "/accounts/self"
  used for welcome-file resolution). Wrap it in a ContextHandler with
  ApproveAliases to restore the previous behavior; safe here since it
  only ever serves this test's own static fixture files.

Co-authored-by: Claude <noreply@anthropic.com>

225 of 297 branches covered (75.76%)

1484 of 1589 relevant lines covered (93.39%)

5.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32570187755.1 22 Aug 2026 11:25AM UTC 64
93.39
GitHub Action Run
Source Files on build 32570187755
  • Tree
  • List 64
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32570187755
  • 5174b647 on github
  • Prev Build on master (#32564387269)
  • Next Build on master (#32570195503)
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