OpenSearch/libs
Lee Hinman a07ba9e400
Move Streams.copy into elasticsearch-core and make a multi-release jar (#29322)
* Move Streams.copy into elasticsearch-core and make a multi-release jar

This moves the method `Streams.copy(InputStream in, OutputStream out)` into the
`elasticsearch-core` project (inside the `o.e.core.internal.io` package). It
also makes this class into a multi-release class where the Java 9 equivalent
uses `InputStream#transferTo`.

This is a followup from
https://github.com/elastic/elasticsearch/pull/29300#discussion_r178147495
2018-04-06 11:07:20 -06:00
..
elasticsearch-core Move Streams.copy into elasticsearch-core and make a multi-release jar (#29322) 2018-04-06 11:07:20 -06:00
elasticsearch-nio Copy Lucene IOUtils (#29012) 2018-03-13 12:49:33 -04:00
grok ingest: Don't allow circular referencing of named patterns in the grok processor. 2018-04-05 09:35:50 +02:00
plugin-classloader Plugins: Add plugin extension capabilities (#27881) 2018-01-03 11:12:43 -08:00
secure-sm Fixes Eclipse build after secure-sm project was added (#28480) 2018-02-01 15:33:26 +00:00
x-content Move ObjectParser into the x-content lib (#29373) 2018-04-06 09:41:14 -06:00
build.gradle Build: Automatically add projects under libs, qa, modules and plugins (#28279) 2018-01-17 19:54:43 -08:00