GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
132 stars 63 forks source link

Artefacts do not contain JPMS module-info #162

Open dwhitla opened 9 months ago

dwhitla commented 9 months ago

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.

maesenka commented 9 months ago

Could you submit a PR based on your work? It would be greatly appreciated.