File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java-client/src/main/java/co/elastic/clients Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ private static String getClientMeta() {
238238 VersionInfo httpClientVersion = null ;
239239 try {
240240 httpClientVersion = VersionInfo .loadVersionInfo (
241+ // TODO fix
241242 "org.apache.http.nio.client" ,
242243 HttpAsyncClientBuilder .class .getClassLoader ()
243244 );
Original file line number Diff line number Diff line change 1919
2020package co .elastic .clients .util ;
2121
22- // Copied verbatim from https://github.com/elastic/jvm-languages-sniffer
22+ // Based on https://github.com/elastic/jvm-languages-sniffer
2323
24- import javax .annotation .Nullable ;
2524import java .lang .reflect .Field ;
2625import java .lang .reflect .Method ;
2726import java .util .Properties ;
@@ -63,7 +62,7 @@ public static String getRuntimeMetadata() {
6362
6463 version = springDataVersion ();
6564 if (version != null ) {
66- s .append (",sd-es =" ).append (version );
65+ s .append (",sd_es =" ).append (version );
6766 }
6867
6968 return s .toString ();
You can’t perform that action at this time.
0 commit comments