arangodb-java-driver-async icon indicating copy to clipboard operation
arangodb-java-driver-async copied to clipboard

ArangoDB Asynchronous Java driver

Results 2 arangodb-java-driver-async issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies
cla-signed

The async driver creates a thread pool, but uses the default naming. In stack traces, this causes all the threads to show up with the default name `pool-x-thread-y`. For ease...