arangodb / arangodb/arangodb-java-driver
Compatibility with Vertx 5 required
Open
@rashtao is already working on this.
Since Mar 2, 2026.
question
- Dominant language
- Java
- Stars
- 210
- Forks
- 96
- Avg merge
- 6h 32m
- Merged PRs (30d)
- 5
Description
Hi, I'm using Vertx for my main service, and I'm using my own Vertx instance for the ArangoDb client:
client new ArangoDB.Builder()
...
.protocolConfig(HttpProtocolConfig.builder().vertx(vertx).build())
.build()
.async();
However, I cannot upgrade to Vertx 5+ (5.0.8 as we speak) with the Java client (7.25.0) without having the following issue:
java.util.concurrent.CompletionException: com.arangodb.ArangoDBException: 'io.vertx.ext.web.client.WebClientOptions io.vertx.ext.web.client.WebClientOptions.setMaxPoolSize(int)'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.