You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to repackage geolatte jars so they can be used in our Java desktop applications which require that JPMS meta data be present. The world moved on from Java 1.8 almost 10 years ago now. JPMS compatible libraries are now no longer just encouraged - they are required to run on current LTS JDKs and to build applications with jlink and jpackage. I seem to be spending a lot of my development time just reconstructing module-info for transitive dependencies and it is costing money. Can you please update your deployment targets to produce this metadata. I would be happy to assist if necessary.
The text was updated successfully, but these errors were encountered:
I have to repackage geolatte jars so they can be used in our Java desktop applications which require that JPMS meta data be present. The world moved on from Java 1.8 almost 10 years ago now. JPMS compatible libraries are now no longer just encouraged - they are required to run on current LTS JDKs and to build applications with jlink and jpackage. I seem to be spending a lot of my development time just reconstructing module-info for transitive dependencies and it is costing money. Can you please update your deployment targets to produce this metadata. I would be happy to assist if necessary.
The text was updated successfully, but these errors were encountered: