Verified Sigs and Checksums
Checked the Helm Chart release, the index looks good.
Checked the binary distribution
The build failed with the similar issue:
> Task :polaris-runtime-service:intTest
RestCatalogKeycloakFileIT > initializationError FAILED
org.junit.jupiter.api.extension.ParameterResolutionException at
ArrayList.java:1596
Caused by: java.lang.NullPointerException at Objects.java:259
757 tests completed, 1 failed, 14 skipped
I have seen this constantly in my local Macbook, but not in github CI. I'm
OK to consider it not a blocker, but a fix would be nice.
Yufei
On Wed, Sep 3, 2025 at 6:06 AM Alexandre Dutra <[email protected]> wrote:
> I am also on macOS, FYI.
>
> I don't think this issue is a release blocker. It is true that macOS
> may have issues when running certain containers (MinIO), but afaict
> there is no issue running Keycloak containers.
>
> Alex
>
> On Wed, Sep 3, 2025 at 2:53 PM Pierre Laporte <[email protected]>
> wrote:
> >
> > I am using a mac and was able to build without issue. Is it possible
> that
> > the OS itself is not the only factor?
> >
> > --
> >
> > Pierre
> >
> >
> > On Wed, Sep 3, 2025 at 2:49 PM Jean-Baptiste Onofré <[email protected]>
> wrote:
> >
> > > OK, I think I know the issue:
> > > 1. The build pass without problem on my Linux machine.
> > > 2. The build (intTest) fails on MacOS.
> > >
> > > I see: "This may result in incorrect DNS resolutions on MacOS" (about
> > > netty provider dependency). That can explain why the Keycloack IT is
> > > failing (and also why it works on CI as GitHub Action is using Linux
> > > Ubuntu).
> > >
> > > I will create an issue and work on the fix.
> > >
> > > Do we consider this as a release blocker ? Personally, if the fix is
> > > "quick", I'm in favor of preparing a RC1 fixing IT on Mac, even if
> > > it's not strictly a blocker imho.
> > >
> > > Regards
> > > JB
> > >
> > > On Wed, Sep 3, 2025 at 2:33 PM Jean-Baptiste Onofré <[email protected]>
> > > wrote:
> > > >
> > > > I was able to reproduce the issue by "tweaking" the dependency
> (Agroal
> > > > and datasource).
> > > >
> > > > Let me investigate a bit, we could have to provide documentation
> update.
> > > >
> > > > Regards
> > > > JB
> > > >
> > > > On Wed, Sep 3, 2025 at 6:35 AM Jean-Baptiste Onofré <[email protected]
> >
> > > wrote:
> > > > >
> > > > > Hi Russell
> > > > >
> > > > > Let me check, it passed for me (maybe an environment stuff).
> > > > >
> > > > > Thanks,
> > > > > Regards
> > > > > JB
> > > > >
> > > > > On Tue, Sep 2, 2025 at 7:59 PM Russell Spitzer
> > > > > <[email protected]> wrote:
> > > > > >
> > > > > > Verified Sigs and Checksums,
> > > > > > Had an issue with the build command, anyone know what the fix for
> > > this is?
> > > > > >
> > > > > > ```
> > > > > > > Task :polaris-runtime-service:intTest
> > > > > >
> > > > > > RestCatalogKeycloakFileIT > initializationError FAILED
> > > > > > org.junit.jupiter.api.extension.ParameterResolutionException
> at
> > > > > > ArrayList.java:1596
> > > > > > Caused by: java.lang.NullPointerException at
> Objects.java:259
> > > > > > ```
> > > > > >
> > > > > >
> > > > > > On Tue, Sep 2, 2025 at 4:46 AM Pierre Laporte <
> [email protected]>
> > > wrote:
> > > > > >
> > > > > > > +1 (non-binding)
> > > > > > >
> > > > > > > Verified:
> > > > > > > * Signatures and checksums
> > > > > > > * Polaris starts both in-memory and with JDBC persistence
> > > > > > > * Sanity-check read and write benchmarks complete successfully
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > > Pierre
> > > > > > >
> > > > > > >
> > > > > > > On Mon, Sep 1, 2025 at 4:28 PM Alexandre Dutra <
> [email protected]>
> > > wrote:
> > > > > > >
> > > > > > > > +1 (nb)
> > > > > > > >
> > > > > > > > Verified:
> > > > > > > >
> > > > > > > > - Signatures & checksums
> > > > > > > > - Source release: no binary file found
> > > > > > > > - Source release: ./gradlew rat test :checkForCopiedCode
> passes
> > > > > > > > - Binary distribution: both server and admin tool start
> normally
> > > > > > > > - Helm chart: installation from tarball and from repo both
> work
> > > (with
> > > > > > > > local Docker images)
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Alex
> > > > > > > >
> > > > > > > >
> > > > > > > > On Mon, Sep 1, 2025 at 5:36 AM Jean-Baptiste Onofré <
> > > [email protected]>
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > Hi everyone,
> > > > > > > > >
> > > > > > > > > I propose that we release the following RC as the official
> > > > > > > > > Apache Polaris 1.1.0-incubating release.
> > > > > > > > >
> > > > > > > > > * This corresponds to the tag:
> > > apache-polaris-1.1.0-incubating-rc0
> > > > > > > > > *
> > > > > > > >
> > > > > > >
> > >
> https://github.com/apache/polaris/commits/apache-polaris-1.1.0-incubating-rc0
> > > > > > > > > *
> > > > > > > >
> > > > > > >
> > >
> https://github.com/apache/polaris/tree/9c635e14fb7497cd4d40b79075048af49350d622
> > > > > > > > >
> > > > > > > > > The release tarball, signature, and checksums are here:
> > > > > > > > > *
> > > > > > > >
> > > > > > >
> > >
> https://dist.apache.org/repos/dist/dev/incubator/polaris/1.1.0-incubating
> > > > > > > > >
> > > > > > > > > Helm charts are available on:
> > > > > > > > > *
> > > > > > > >
> > > > > > >
> > >
> https://dist.apache.org/repos/dist/dev/incubator/polaris/helm-chart/1.1.0-incubating
> > > > > > > > > NB: you have to build the Docker images locally in order to
> > > test Helm
> > > > > > > > charts.
> > > > > > > > >
> > > > > > > > > You can find the KEYS file here:
> > > > > > > > > * https://downloads.apache.org/incubator/polaris/KEYS
> > > > > > > > >
> > > > > > > > > Convenience binary artifacts are staged on Nexus. The Maven
> > > > > > > > > repositories URLs are:
> > > > > > > > > *
> > > > > > > >
> > > > > > >
> > >
> https://repository.apache.org/content/repositories/orgapachepolaris-1030/
> > > > > > > > >
> > > > > > > > > Please download, verify, and test.
> > > > > > > > >
> > > > > > > > > Please vote in the next 72 hours.
> > > > > > > > >
> > > > > > > > > [ ] +1 Release this as Apache polaris x.y.z
> > > > > > > > > [ ] +0
> > > > > > > > > [ ] -1 Do not release this because...
> > > > > > > > >
> > > > > > > > > Only PPMC members and mentors have binding votes, but other
> > > community
> > > > > > > > > members are
> > > > > > > > > encouraged to cast non-binding votes. This vote will pass
> if
> > > there are
> > > > > > > > > 3 binding +1 votes and more binding +1 votes than -1 votes.
> > > > > > > > >
> > > > > > > > > NB: if this vote passes, a new vote has to be started on
> the
> > > Incubator
> > > > > > > > > general mailing
> > > > > > > > > list.
> > > > > > > > >
> > > > > > > > > Regards
> > > > > > > > > JB
> > > > > > > >
> > > > > > >
> > >
>