OpenSearch/plugins/repository-azure
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
..
licenses Update to Azure Storage 5.0.0 2017-03-08 21:56:19 -08:00
src Move Streams.copy into elasticsearch-core and make a multi-release jar (#29322) 2018-04-06 11:07:20 -06:00
build.gradle Use fixture to test repository-azure plugin (#29347) 2018-04-06 11:06:20 +02:00