File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
java-client/src/test/java/co/elastic/clients/documentation Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 23
23
import co .elastic .clients .elasticsearch .ElasticsearchClient ;
24
24
import co .elastic .clients .elasticsearch .core .SearchResponse ;
25
25
import co .elastic .clients .elasticsearch .core .search .Hit ;
26
- import co .elastic .clients .json .jackson .JacksonJsonpMapper ;
27
26
import co .elastic .clients .transport .TransportUtils ;
28
27
import co .elastic .clients .transport .instrumentation .OpenTelemetryForElasticsearch ;
29
28
import io .opentelemetry .api .OpenTelemetry ;
Original file line number Diff line number Diff line change 44
44
import org .apache .hc .core5 .http .message .BasicHeader ;
45
45
import org .apache .hc .core5 .http .message .RequestLine ;
46
46
import org .apache .hc .core5 .reactor .IOReactorConfig ;
47
- import org .apache .hc .core5 .ssl .SSLContextBuilder ;
48
47
import org .apache .hc .core5 .ssl .SSLContexts ;
49
48
import org .apache .hc .core5 .util .Timeout ;
50
49
You can’t perform that action at this time.
0 commit comments