Do not rely on Docker-Content-Digest when getting manifests by jonesbusy · Pull Request #526 · 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 7, 2026Merged
Do not rely on Docker-Content-Digest when getting manifests#526
jonesbusy merged 1 commit intooras-project:mainfrom
Do not rely on Docker-Content-Digest when getting manifests#526
jonesbusy merged 1 commit intooras-project:mainfrom
Conversation
Copy link
Collaborator
jonesbusy
commented
Feb 7, 2026
jonesbusy
commented
Description
Fix #522
Testing done
mvn clean install and enable again test
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
Copy link
Codecov Report
❌ Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 88.60%. Comparing base (f571253) to head (e7c6b92).
⚠️ Report is 2 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/main/java/land/oras/Registry.java | 92.85% | 0 Missing and 1 partial ⚠️ |
Additional details and impacted files
@@ Coverage Diff @@ ## main #526 +/- ## ============================================ + Coverage 87.85% 88.60% +0.74% + Complexity 663 662 -1 ============================================ Files 39 39 Lines 2018 2027 +9 Branches 231 233 +2 ============================================ + Hits 1773 1796 +23 + Misses 156 140 -16 - Partials 89 91 +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/ecr-manifests
branch
from
3f37bdb to
e7c6b92
Compare
jonesbusy
deleted the
feature/ecr-manifests
branch
jonesbusy
mentioned this pull request
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