Re: [Discuss] Java version problem for 1.10.0 release

2025-08-29 Thread Ryan Blue
Thanks, Fokko! And good catch. I'll also make sure I test the binaries locally with JDK 11 to ensure they continue working in that version. On Fri, Aug 29, 2025 at 7:35 AM Steven Wu wrote: > thanks Cheng and Fokko! > > I merged Fokko's PR. > > On Fri, Aug 29, 2025 at 12:51 AM Fokko Driesprong >

Re: [Discuss] Java version problem for 1.10.0 release

2025-08-29 Thread Steven Wu
thanks Cheng and Fokko! I merged Fokko's PR. On Fri, Aug 29, 2025 at 12:51 AM Fokko Driesprong wrote: > Hey Steven, > > I think we can just bump it to 17, since the target JDK is set to 11. I > took the liberty of creating a PR here > . > > Kind reg

Re: [Discuss] Java version problem for 1.10.0 release

2025-08-29 Thread Fokko Driesprong
Hey Steven, I think we can just bump it to 17, since the target JDK is set to 11. I took the liberty of creating a PR here . Kind regards, Fokko Op vr 29 aug 2025 om 07:15 schreef Cheng Pan : > Java 17 should be used for Maven repo deployment, see [

Re: [Discuss] Java version problem for 1.10.0 release

2025-08-28 Thread Cheng Pan
Java 17 should be used for Maven repo deployment, see [1] [1] https://github.com/apache/iceberg/pull/13369 Thanks, Cheng Pan > On Aug 29, 2025, at 13:05, Steven Wu wrote: > > Hi, > > When building the release candidate for 1.10.0 release, I ran into this Java > version problem. > > Initia

[Discuss] Java version problem for 1.10.0 release

2025-08-28 Thread Steven Wu
Hi, When building the release candidate for 1.10.0 release, I ran into this Java version problem. Initially, I was using Java 21 locally and the deploy.gradle would fail the step of staging binaries. ``` > Releases must be built with Java 11 ``` So I switched the Java version to Java 11 as requi