You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Beckerle, Mike" <mb...@tresys.com> on 2019/09/04 16:51:51 UTC

Java Jigsaw Modules

I learned recently of this new (to me) Java modules system code name Jigsaw, which is part of Java 9 and beyond.

This may be helpful to us in isolating dependencies so that Daffodil can export only its own API, and not force users to align all their library jars with the same versions Daffodil uses.

https://openjdk.java.net/projects/jigsaw/