arangodb / arangodb/arangodb-java-driver

Compatibility with Vertx 5 required

Open
#625 1 comment 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.