Hi, On Thu, Mar 18, 2021 at 6:08 AM leerho <lee...@gmail.com> wrote: > ...I am seriously looking at *redesigning* our JDK8 Library using Java Modules > leveraging JDK16+/Panama/FMA and completely replacing the need for Unsafe, > etc. (Not just adapting our JDK8 code to run on JDK9+ and accessing Java > internals using JVM args.)..
FWIW, http://felix.apache.org/ which implements an OSGi framework has had to make some changes to coexist with JPMS, maybe that can help for your case, though their use case is quite specific as OSGi implements its own module system. Useful links: https://issues.apache.org/jira/issues/?jql=project%20%3D%20FELIX%20AND%20text%20~%20jpms https://blog.osgi.org/2016/08/osgi-with-java-modules-all-way-down.html https://blog.osgi.org/2019/09/osgi-connect-revisited.html -Bertrand --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org