Skip to content

HTTP request retry#763

Merged
jonesbusy merged 1 commit into
oras-project:mainfrom
jonesbusy:feature/http-retry
Jun 27, 2026
Merged

HTTP request retry#763
jonesbusy merged 1 commit into
oras-project:mainfrom
jonesbusy:feature/http-retry

Conversation

@jonesbusy

@jonesbusy jonesbusy commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Description

HTTP request retry on timeout or rate limit

Testing done

Tests

Submitter checklist

  • I have read and understood the CONTRIBUTING guide
  • I have run mvn license:update-file-header, mvn spotless:apply, pre-commit run -a, mvn clean install before opening the PR

Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
@jonesbusy jonesbusy force-pushed the feature/http-retry branch from db16bc2 to fb50617 Compare June 26, 2026 10:39
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 83.06452% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.30%. Comparing base (2e306fc) to head (fb50617).

Files with missing lines Patch % Lines
src/main/java/land/oras/auth/HttpClient.java 81.18% 9 Missing and 10 partials ⚠️
src/main/java/land/oras/Registry.java 91.30% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #763      +/-   ##
============================================
+ Coverage     87.05%   87.30%   +0.24%     
- Complexity     1109     1127      +18     
============================================
  Files            45       45              
  Lines          3446     3529      +83     
  Branches        463      471       +8     
============================================
+ Hits           3000     3081      +81     
+ Misses          265      259       -6     
- Partials        181      189       +8     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jonesbusy jonesbusy marked this pull request as ready for review June 26, 2026 10:49
@jonesbusy jonesbusy added the enhancement New feature or request label Jun 27, 2026
@jonesbusy jonesbusy merged commit 15ccfba into oras-project:main Jun 27, 2026
9 checks passed
@jonesbusy jonesbusy deleted the feature/http-retry branch June 27, 2026 04:30
@jonesbusy jonesbusy mentioned this pull request Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants