HMS-10989,HMS-10995: Remove dedupe workaround for package versions - #1117
Merged
Conversation
Contributor
Contributor
rverdile
force-pushed
the
maven-versions-fix
branch
from
July 20, 2026 18:03
b41783c to
bdfe997
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1117 +/- ##
==========================================
- Coverage 64.04% 63.89% -0.15%
==========================================
Files 138 138
Lines 5337 5337
Branches 1041 1041
==========================================
- Hits 3418 3410 -8
- Misses 1636 1645 +9
+ Partials 283 282 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
…sions The API was updated to remove the duplicated versions, so the handling of the response has been updated to match. It also removes the detail's page partial dependency on the packageListSearchQuery, as the details page uses the packageVersionsListQuery instead.
rverdile
force-pushed
the
maven-versions-fix
branch
from
July 22, 2026 15:49
bdfe997 to
a500255
Compare
Contributor
Author
|
@TenSt had to rebase |
TenSt
approved these changes
Jul 23, 2026
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The API was updated to remove the duplicated versions, so the handling of the response has been updated to match. It also removes the detail's page partial dependency on the packageListSearchQuery, as the details page uses the packageVersionsListQuery instead.
Testing steps