OpenSearch/distribution
Jason Tedor 5904d936fa
Copy Lucene IOUtils (#29012)
As we have factored Elasticsearch into smaller libraries, we have ended
up in a situation that some of the dependencies of Elasticsearch are not
available to code that depends on these smaller libraries but not server
Elasticsearch. This is a good thing, this was one of the goals of
separating Elasticsearch into smaller libraries, to shed some of the
dependencies from other components of the system. However, this now
means that simple utility methods from Lucene that we rely on are no
longer available everywhere. This commit copies IOUtils (with some small
formatting changes for our codebase) into the fold so that other
components of the system can rely on these methods where they no longer
depend on Lucene.
2018-03-13 12:49:33 -04:00
..
archives Build: Remove rest tests on archive distribution projects (#28952) 2018-03-08 19:46:54 -08:00
bwc Build: Group archive and package distribution projects (#28673) 2018-02-13 22:49:53 -08:00
packages Fix packaging scripts references to /etc/elasticsearch 2018-03-13 10:07:02 -04:00
src Build: Consolidate archives and packages configuration (#28760) 2018-02-21 17:46:40 -08:00
tools Copy Lucene IOUtils (#29012) 2018-03-13 12:49:33 -04:00
build.gradle Build: Consolidate archives and packages configuration (#28760) 2018-02-21 17:46:40 -08:00