Jia Yu created SEDONA-409:
-----------------------------
Summary: Shaded JAR files are incompatible with Java Platform
Module System (JPMS)
Key: SEDONA-409
URL: https://issues.apache.org/jira/browse/SEDONA-409
Project: Apache Sedona
Issue Type: Bug
Reporter: Jia Yu
We cannot have multiple module-info.class files
in a single JAR file. This is not an issue as long as Sedona does not
have dependencies that are JPMS modules, or otherwise as long as the
modular dependencies apply some workaround for making possible to run on
the class-path (e.g. duplicating module-info.class information into
META-INF/services). But there is a possibility that some days, it will
not work anymore or would be very hard (e.g. merging all
module-info.class files into a single one may be difficult).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)