Re: [HEADS UP] Preparing 0.10.0-beta-incubating-rc3

2025-05-19 Thread Jean-Baptiste Onofré
Hi folks, During my check, I've seen that the spark plugin builds a runtime jar (shading iceberg and other jar). Even if not distributed (for now), those jar files should include DISCLAIMER, LICENSE, and NOTICE. I will work on that. It's not a blocker for the release (as, again, not distributed t

Re: [HEADS UP] Preparing 0.10.0-beta-incubating-rc3

2025-05-18 Thread Jean-Baptiste Onofré
Hi folks I merged the PRs required for RC3 (and cherry picked on the release/0.10.x branch). I'm doing a full build/pass on the release branch and I will submit RC3 to vote. It will be tomorrow morning (my time). Thanks everyone for the PRs review ! Regards JB On Wed, May 14, 2025 at 1:27 PM J

Re: [HEADS UP] Preparing 0.10.0-beta-incubating-rc3

2025-05-14 Thread Jean-Baptiste Onofré
Yes both is ok. For convenience, having distributions available on dist/download, maven central and by extend on docker hub is a good thing for the users. Especially for Maven Central, it’s very convenient because people can easily create custom distributions using the maven-assembly-plugin for in

Re: [HEADS UP] Preparing 0.10.0-beta-incubating-rc3

2025-05-14 Thread Yufei Gu
Thanks JB for the clarification! To make it clear, I assume it's also OK to not publish the binary bundle to maven repo, but only the ASF's official distribution directories(https://dist.apache.org/repos/dist/release/). Yufei On Wed, May 14, 2025 at 12:38 PM Jean-Baptiste Onofré wrote: > To be

Re: [HEADS UP] Preparing 0.10.0-beta-incubating-rc3

2025-05-14 Thread Jean-Baptiste Onofré
To be clear 1. The only required distribution from ASF is source distribution 2. for convenience we publish the binary distributions in both dist/download and Maven Central Maven Repository can host any artifacts, and it's convenient for users. Almost all Apache projects do that and that's total

Re: [HEADS UP] Preparing 0.10.0-beta-incubating-rc3

2025-05-14 Thread Jean-Baptiste Onofré
Hi Yes, that's expected, and we do that in a lot of Apache projects: https://repo1.maven.org/maven2/org/apache/activemq/apache-activemq/6.1.6/ https://repo1.maven.org/maven2/org/apache/karaf/apache-karaf/4.4.7/ etc Regards JB On Wed, May 14, 2025 at 8:00 PM Yufei Gu wrote: > > We published the

Re: [HEADS UP] Preparing 0.10.0-beta-incubating-rc3

2025-05-14 Thread Yufei Gu
We published the binary distribution bundle to the Maven repository in RC2. You can see it here: https://repository.apache.org/content/repositories/orgapachepolaris-1012/org/apache/polaris/polaris-quarkus-server/0.10.0-beta-incubating/ Are we supposed to do that? From my understanding, the Maven