Skip to content

Commit 009b85a

Browse files
authored
Clarify dependency issue
1 parent 872fcbb commit 009b85a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/release-notes/known-issues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lo
1919
at co.elastic.clients.transport.ElasticsearchTransportConfig$Default.buildTransport(ElasticsearchTransportConfig.java:110)
2020
at co.elastic.clients.elasticsearch.ElasticsearchClient.of(ElasticsearchClient.java:190)
2121
```
22-
To fix this and use the new `Rest5Client`, add the `commons-logging` dependency:
22+
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:
2325
```kotlin
2426
// gradle
2527
implementation("commons-logging:commons-logging:1.3.5")

0 commit comments

Comments
 (0)