OpenSearch/client/test
Jason Tedor d8c0a39c15
Remove vestiges of animal sniffer (#31178)
We no longer need animal sniffer because we use JDK functionality
(introduced in JDK 9) to target older versions of the JDK for
compilation. This functionality means that the JDK handles the problem
of ensuring that we do not use JDK APIs from the version that we are
compiling from that are not available in the version that we are
compiling to. A previous commit removed this for the REST client (where
we target JDK 7) but a few traces were left behind.
2018-06-07 17:00:22 -04:00
..
src/main/java/org/elasticsearch/client Replace Request#setHeaders with addHeader (#30588) 2018-05-22 20:32:30 +02:00
build.gradle Remove vestiges of animal sniffer (#31178) 2018-06-07 17:00:22 -04:00