opensearch-project / search-processor

Search Request Processor: pipeline for transformation of queries and results inline with a search request.
Apache License 2.0
22 stars 24 forks source link

Remove dependency on commons-lang3 #203

Closed msfroh closed 1 year ago

msfroh commented 1 year ago

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.

codecov[bot] commented 1 year ago

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%> (ø)