Missing `@OrasModel` for reflection access by jonesbusy · Pull Request #573 · 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
Missing @OrasModel for reflection access#573
jonesbusy merged 1 commit intooras-project:mainfrom
Missing @OrasModel for reflection access#573
jonesbusy merged 1 commit intooras-project:mainfrom
Conversation
Copy link
Collaborator
jonesbusy
commented
Feb 19, 2026
jonesbusy
commented
Description
Missing @OrasModel for reflection access for inner record class
Testing done
None
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
added
the
developper
label
Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
jonesbusy
force-pushed
the
feature/missing-model
branch
from
a784c25 to
3ecfbc2
Compare
jonesbusy
deleted the
feature/missing-model
branch
Copy link
codecov
bot
commented
Feb 19, 2026
codecov bot commented
Feb 19, 2026Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.91%. Comparing base (6ee2d47) to head (3ecfbc2).
⚠️ Report is 4 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@ ## main #573 +/- ## ============================================ + Coverage 88.45% 88.91% +0.46% + Complexity 809 807 -2 ============================================ Files 42 42 Lines 2390 2390 Branches 292 292 ============================================ + Hits 2114 2125 +11 + Misses 167 154 -13 - Partials 109 111 +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.
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