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

[Backport 2.x] Remove dependency on commons-lang3 #204

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link

Backport 7e56847 from #203

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 <[email protected]>
(cherry picked from commit 7e56847)
@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Merging #204 (d7eb418) into 2.x (348f855) will increase coverage by 0.03%.
Report is 1 commits behind head on 2.x.
The diff coverage is 90.90%.

@@             Coverage Diff              @@
##                2.x     #204      +/-   ##
============================================
+ Coverage     83.26%   83.30%   +0.03%     
- Complexity      334      337       +3     
============================================
  Files            43       43              
  Lines          1261     1270       +9     
  Branches        154      155       +1     
============================================
+ Hits           1050     1058       +8     
  Misses          134      134              
- Partials         77       78       +1     
Files Changed Coverage Δ
...nalizeintelligentranking/utils/ValidationUtil.java 73.68% <66.66%> (-1.32%) ⬇️
...draintelligentranking/client/KendraHttpClient.java 62.96% <100.00%> (ø)
...ng/reranker/impl/AmazonPersonalizedRankerImpl.java 96.38% <100.00%> (+0.28%) ⬆️

@msfroh msfroh merged commit f9c47fd into 2.x Sep 5, 2023
15 checks passed
@msfroh msfroh deleted the backport/backport-203-to-2.x branch September 5, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant