We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce5560 commit 69553c2Copy full SHA for 69553c2
java-client/src/main/java/co/elastic/clients/util/LanguageRuntimeVersions.java
@@ -19,9 +19,8 @@
19
20
package co.elastic.clients.util;
21
22
-// Copied verbatim from https://github.com/elastic/jvm-languages-sniffer
+// Based on https://github.com/elastic/jvm-languages-sniffer
23
24
-import javax.annotation.Nullable;
25
import java.lang.reflect.Field;
26
import java.lang.reflect.Method;
27
import java.util.Properties;
@@ -63,7 +62,7 @@ public static String getRuntimeMetadata() {
63
62
64
version = springDataVersion();
65
if (version != null) {
66
- s.append(",sd-es=").append(version);
+ s.append(",sd_es=").append(version);
67
}
68
69
return s.toString();
0 commit comments