Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 387 Bytes

File metadata and controls

18 lines (11 loc) · 387 Bytes

dev-README

native image reflection configuration

To generate reflection configuration run helper.NativeImageHelper and copy the generated json to src/main/resources/META-INF/native-image/com.arangodb/arangodb-java-driver/reflect-config.json.

test native

mvn -Pnative test

test ssl

mvn test -Dtest=com.arangodb.ArangoSslTest -DSslTest=true