-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix UnsupportedOperationException while validating MHD Document Bundle #5925
Conversation
Edit: rebasing on
The build error comes from a connection timeout to Maven central:
|
7aab4f6
to
f1c604f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5925 +/- ##
============================================
+ Coverage 83.39% 83.44% +0.04%
- Complexity 26927 27082 +155
============================================
Files 1681 1692 +11
Lines 103965 104543 +578
Branches 13189 13234 +45
============================================
+ Hits 86702 87232 +530
- Misses 11613 11645 +32
- Partials 5650 5666 +16 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
@jamesagnew I am not sure why it failed but I just run
|
@subigre that is a false negative - because of some weird permissions issues we haven't yet figured out, external PRs always fail that check. Thanks again! |
Changelog:
expandVS(ValueSet source, boolean cacheOk, boolean Hierarchical)
methodFixes #5924