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 872fcbb commit 009b85aCopy full SHA for 009b85a
docs/release-notes/known-issues.md
@@ -19,7 +19,9 @@ Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lo
19
at co.elastic.clients.transport.ElasticsearchTransportConfig$Default.buildTransport(ElasticsearchTransportConfig.java:110)
20
at co.elastic.clients.elasticsearch.ElasticsearchClient.of(ElasticsearchClient.java:190)
21
```
22
-To fix this and use the new `Rest5Client`, add the `commons-logging` dependency:
+This problem was [fixed](https://github.com/elastic/elasticsearch-java/pull/1010) in 9.0.1.
23
+
24
+To fix this issue in 9.0.0 and use the new `Rest5Client`, add the `commons-logging` dependency:
25
```kotlin
26
// gradle
27
implementation("commons-logging:commons-logging:1.3.5")
0 commit comments