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

OpenRefine / OpenRefine / #1537
51%
master: 50%

Build:
Build:
LAST BUILD BRANCH: dependabot/maven/master/org.apache.maven.plugins-maven-jar-plugin-3.5.1
DEFAULT BRANCH: master
Ran 07 Dec 2020 08:01AM UTC
Jobs 1
Files 621
Run time 50s
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
#1537

Pull #3389

web-flow
Refactor HTTP code into common module & Improve Fetch URL  - fixes #3129 (#3237)

* Refactor HTTP code into a common utility class 

Centralizes the six (slightly) different implementations to use
a common Apache HTTP Client 5 implementation which implements our
strategies for retries, timeouts, error handling, etc.

Apache HTTP Client 5 adds support for Retry-After headers, HTTP/2,
and a bunch of other stuff under the covers.

Moves request delay to a request interceptor and fixes calculation
of the delay (again). Increase retries from 1x to 3x and use delay*2
as the default retry interval, if no Retry-After header. Uses an 
exponential backoff strategy for multiple retries.

* Reuses HTTP client across requests
* Use IOException instead of Exception for HTTP errors
Pull Request #3389: Bump httpclient5 from 5.0.2 to 5.0.3

13014 of 25351 relevant lines covered (51.34%)

0.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1537.1 07 Dec 2020 08:01AM UTC 0
51.34
Source Files on build #1537
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #3389
  • PR Base - master (#)
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