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 b547e3a commit 356bdf8Copy full SHA for 356bdf8
java-client/src/main/java/co/elastic/clients/transport/rest_client/RestClientOptions.java
@@ -211,9 +211,9 @@ private static String getClientMeta() {
211
+ metaVersion
212
+ ",jv="
213
+ System.getProperty("java.specification.version")
214
- + ",hl=2"
215
+ ",t="
216
+ + ",hl=2"
217
+ ",hc="
218
+ (httpClientVersion == null ? "" : httpClientVersion.getRelease())
219
+ LanguageRuntimeVersions.getRuntimeMetadata();
0 commit comments