Store resolve registry when probing descriptor and use it for copy operation by jonesbusy · Pull Request #557 · oras-project/oras-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@jonesbusy

Copy link

Collaborator

@jonesbusy jonesbusy commented

Feb 17, 2026

edited

Loading

Description

Store resolve registry when probing descriptor and use it for copy operation

Testing done

Rely on existing 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

@jonesbusy jonesbusy added the enhancement

New feature or request

label

Feb 17, 2026
…erator

Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>

@jonesbusy jonesbusy force-pushed the feature/set-registry-when-copy branch from 1b5b4cf to 32a3070 Compare

February 17, 2026 10:43

@codecov

Copy link

codecov bot commented

Feb 17, 2026

edited

Loading

Codecov Report

❌ Patch coverage is 94.59459% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.23%. Comparing base (15d2874) to head (32a3070).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/main/java/land/oras/Registry.java 80.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #557      +/-   ##
============================================
+ Coverage     87.97%   88.23%   +0.25%     
- Complexity      789      790       +1     
============================================
  Files            42       42              
  Lines          2328     2345      +17     
  Branches        289      289              
============================================
+ Hits           2048     2069      +21     
+ Misses          170      163       -7     
- Partials        110      113       +3     

☔ View full report in Codecov by Sentry.
📢 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

February 17, 2026 10:49

@jonesbusy jonesbusy merged commit 52e8687 into oras-project:main

Feb 17, 2026

9 of 12 checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

enhancement

New feature or request

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@jonesbusy