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() {
238
238
VersionInfo httpClientVersion = null ;
239
239
try {
240
240
httpClientVersion = VersionInfo .loadVersionInfo (
241
+ // TODO fix
241
242
"org.apache.http.nio.client" ,
242
243
HttpAsyncClientBuilder .class .getClassLoader ()
243
244
);
Original file line number Diff line number Diff line change 19
19
20
20
package co .elastic .clients .util ;
21
21
22
- // Copied verbatim from https://github.com/elastic/jvm-languages-sniffer
22
+ // Based on https://github.com/elastic/jvm-languages-sniffer
23
23
24
- import javax .annotation .Nullable ;
25
24
import java .lang .reflect .Field ;
26
25
import java .lang .reflect .Method ;
27
26
import java .util .Properties ;
@@ -63,7 +62,7 @@ public static String getRuntimeMetadata() {
63
62
64
63
version = springDataVersion ();
65
64
if (version != null ) {
66
- s .append (",sd-es =" ).append (version );
65
+ s .append (",sd_es =" ).append (version );
67
66
}
68
67
69
68
return s .toString ();
You can’t perform that action at this time.
0 commit comments