The C84J SDK for Java simplifies use of GDN Services by providing a set of libraries that are consistent and familiar for Java developers. It provides support for API lifecycle consideration such as authentication, JWT rotation, data marshaling, and serialization.
mvn clean install -Dmaven.javadoc.skip=true -B
- Configure
c8db.propertiesfile. - Set desired fabric in
BaseTestclass inTEST_DBproperty. - Run command for all tests
mvn test -DskipTests=falseor for selected:
mvn test -Dtest=C8CollectionStrongConsistencyTest,C8KVStrongConsistencyTest -DskipTests=false