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 dependency on commons-lang3 #203

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

msfroh
Copy link
Collaborator

@msfroh msfroh commented Sep 5, 2023

Was only used to check for strings being null or empty. We don't need a whole extra library dependency for that (especially since OpenSearch already provides a utility method for that).

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.

Was only used to check for strings being null or empty. We don't need a
whole extra library dependency for that (especially since OpenSearch
already provides a utility method for that).

Signed-off-by: Michael Froh <froh@amazon.com>
@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Merging #203 (8005418) into main (2103097) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               main     #203   +/-   ##
=========================================
  Coverage     83.30%   83.30%           
  Complexity      337      337           
=========================================
  Files            43       43           
  Lines          1270     1270           
  Branches        155      155           
=========================================
  Hits           1058     1058           
  Misses          134      134           
  Partials         78       78           
Files Changed Coverage Δ
...draintelligentranking/client/KendraHttpClient.java 62.96% <100.00%> (ø)

@msfroh msfroh marked this pull request as ready for review September 5, 2023 18:01
@msfroh msfroh merged commit 7e56847 into opensearch-project:main Sep 5, 2023
@msfroh msfroh deleted the remove-commons-lang3 branch September 5, 2023 18:06
@msfroh msfroh added the backport 2.x Backport to 2.x branch label Sep 5, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 5, 2023
Was only used to check for strings being null or empty. We don't need a
whole extra library dependency for that (especially since OpenSearch
already provides a utility method for that).

Signed-off-by: Michael Froh <froh@amazon.com>
(cherry picked from commit 7e56847)
msfroh added a commit that referenced this pull request Sep 5, 2023
Was only used to check for strings being null or empty. We don't need a
whole extra library dependency for that (especially since OpenSearch
already provides a utility method for that).

Signed-off-by: Michael Froh <froh@amazon.com>
(cherry picked from commit 7e56847)

Co-authored-by: Michael Froh <froh@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants