Based on gdk-java this repository provides the essential POJOs that are needed for the worker-base to work with the gdk integration.
The prerequisite to be able to generate new / updated POJOs is a running Graviton instance. Adapt the 'gravitonUrl' tag in the pom.xml with the URL that points to the running Graviton.
A simple mvn clean install
will clean all previous POJOs and generate new ones.
The 'endpoint.whitelist' resource file defines all the endpoints that should be included for the POJO generation. Need a new endpoint? Simply add a new line with the endpoint and all the POJOs belonging to this endpoint will be generated as well.