Re: [VOTE] Release Apache Sedona 1.5.0-rc1

2023-10-10 Thread Martin Desruisseaux
Hello all Note that shaded JAR files are incompatible with Java Platform Module System (JPMS), because 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 mod

Re: [VOTE] Release Apache Sedona 1.5.0-rc1

2023-10-10 Thread Adam Binford
Got it, so the unshaded jars will still be published to maven, they're just not part of the binary release bundle. Then +1 I checked: * Download links are valid * Checksums and PGP signatures are valid * NOTICE is included * Source code artifacts have correct names matching the current release *

Re: [VOTE] Release Apache Sedona 1.5.0-rc1

2023-10-10 Thread Jia Yu
Hi Adam, The unshaded jars created lots of confusion for the users. People who directly use the precompiled jars (due to no external internet connection / no Maven resolvers) should use the shaded jars, rather than the unshaded jars. A couple of users in the past just put all shaded/unshaded jars

Re: [VOTE] Release Apache Sedona 1.5.0-rc1

2023-10-10 Thread Adam Binford
In https://dist.apache.org/repos/dist/dev/sedona/1.5.0-rc1/apache-sedona-1.5.0-bin.tar.gz I only see the shaded artifacts: % tar -tvf apache-sedona-1.5.0-bin.tar.gz drwxr-xr-x 0 jiayu staff 0 Oct 7 17:21 apache-sedona-1.5.0-bin/ -rw-r--r-- 0 jiayu staff 19396408 Oct 7 17:15 apache-se