Skip to content
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

Remove deprecated collection classes #6871

Merged

Conversation

kotwanikunal
Copy link
Member

Description

Issues Resolved

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.snapshots.SearchableSnapshotIT.testCacheFilesAreClosedAfterUse

@codecov-commenter
Copy link

Codecov Report

Merging #6871 (8ac635a) into main (7b708c4) will increase coverage by 0.26%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main    #6871      +/-   ##
============================================
+ Coverage     70.52%   70.79%   +0.26%     
- Complexity    59112    59298     +186     
============================================
  Files          4814     4811       -3     
  Lines        283743   283716      -27     
  Branches      40915    40915              
============================================
+ Hits         200110   200852     +742     
+ Misses        67154    66392     -762     
+ Partials      16479    16472       -7     

see 491 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kotwanikunal
Copy link
Member Author

Whitesource fix: #6878

@kotwanikunal kotwanikunal merged commit 4b2ba97 into opensearch-project:main Mar 29, 2023
@kotwanikunal kotwanikunal deleted the remove-collection branch March 29, 2023 20:44
nknize pushed a commit to nknize/OpenSearch that referenced this pull request Mar 29, 2023
mitrofmep pushed a commit to mitrofmep/OpenSearch that referenced this pull request Apr 5, 2023
Signed-off-by: Kunal Kotwani <[email protected]>
Signed-off-by: Valentin Mitrofanov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Campaign] Replace Map, List, and Set in org.opensearch.common.collect with java.util references
3 participants