> On 16 Feb 2023, at 8:41 am, Stefan Milosavljevic <[email protected]> wrote: > > 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 > <https://access.redhat.com/documentation/en-us/openjdk/11/pdf/using_jlink_to_customize_java_runtime_environment/openjdk-11-using_jlink_to_customize_java_runtime_environment-en-us.pdf> > for example) and I was wondering which of the modules from OpenJDK11 are > used in the current SHACL API implementation.
Hi Stefan, I have no clue to be honest. The SHACL API is just “normal” code that sits above the Jena API. I cannot tell what the Jena API uses under the hood. Or are you asking which JDK 11 specific features we are using vs Java 8? Holger > > Thank you in advance for the reply, > Stefan > > -- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/topbraid-users/38d6c7d0-6eed-4a68-acf2-06542c4c72adn%40googlegroups.com > > <https://groups.google.com/d/msgid/topbraid-users/38d6c7d0-6eed-4a68-acf2-06542c4c72adn%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/5F773FC2-CF07-470D-A7D9-5B8846A9984D%40topquadrant.com.
