Fix `getEffectiveRegistry` to return registry only by jonesbusy · Pull Request #569 · oras-project/oras-java
Navigation Menu
{{ message }}
oras-project / oras-java Public
- Notifications You must be signed in to change notification settings
- Fork 22
Merged
jonesbusy merged 1 commit intooras-project:mainfrom
Feb 19, 2026Merged
Fix getEffectiveRegistry to return registry only#569
jonesbusy merged 1 commit intooras-project:mainfrom
Fix getEffectiveRegistry to return registry only#569
jonesbusy merged 1 commit intooras-project:mainfrom
Conversation
Copy link
Collaborator
Description
Fix getEffectiveRegistry to return registry only
Testing done
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 installbefore opening the PR
jonesbusy
force-pushed
the
feature/cleanu-fix-alias
branch
from
1c43786 to
e52f3fc
Compare
Copy link
Codecov Report
❌ Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 88.43%. Comparing base (aa9834d) to head (834074e).
⚠️ Report is 2 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/main/java/land/oras/auth/RegistriesConf.java | 66.66% | 0 Missing and 1 partial ⚠️ |
Additional details and impacted files
@@ Coverage Diff @@ ## main #569 +/- ## ============================================ + Coverage 88.04% 88.43% +0.39% + Complexity 803 800 -3 ============================================ Files 42 42 Lines 2383 2386 +3 Branches 292 292 ============================================ + Hits 2098 2110 +12 + Misses 173 162 -11 - Partials 112 114 +2
☔ 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.
Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
jonesbusy
force-pushed
the
feature/cleanu-fix-alias
branch
from
e52f3fc to
834074e
Compare
jonesbusy
changed the title
Check alias before rewrite
Fix getEffectiveRegistry to return registry only
jonesbusy
self-assigned this
jonesbusy
marked this pull request as ready for review
jonesbusy
deleted the
feature/cleanu-fix-alias
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment