You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-README.md
+13
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,16 @@
3
3
## native image reflection configuration
4
4
5
5
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`.
6
+
7
+
8
+
## test native
9
+
10
+
```shell
11
+
mvn -Pnative test
12
+
```
13
+
14
+
## test ssl
15
+
16
+
```shell
17
+
mvn test -Dtest=com.arangodb.ArangoSslTest -DSslTest=true
0 commit comments