Hello,
thank you for this great and complete implementation for SHACL validation!
I'm currently trying to create a Dockerfile with the SHACL API to contribute to this project and I'm trying to reduce the size of the resulting container as much as possible.
With the current requirements (OpenJDK11), the resulting container is >500MB. Recently it has been possible to customize a Java Runtime environment (see
here for example) and I was wondering which of the modules from OpenJDK11 are used in the current SHACL API implementation.
Thank you in advance for the reply,
Stefan