[Geotools-devel] Release day 29.2, 1.23.2, 2.23.2

2023-07-18 Thread Ian Turton
I'm about to kick off the release train for GeoTools 29.2, GeoWebCache 1.23.2 and GeoServer 2.23.2 (Well Andrea is going to do the GWC release) I'll start around 1pm UTC so if you have any last minute back ports you want included in the releases now is your chance. Ian -- Ian Turton ___

[Geotools-devel] Release artefacts for 29.2 for testing

2023-07-18 Thread Ian Turton
Goto https://build.geoserver.org/view/release/job/geotools-release/99/artifact/build/release/distribution/29.2/ Ian -- Ian Turton ___ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools

Re: [Geotools-devel] Release artefacts for 29.2 for testing

2023-07-18 Thread Jody Garnett
Oh hey Ian cool :) I was not aware we had a volunteer for the release this month. I would like to join you to test the geoserver release announcement script , and can make the GWC release if needed. Jody On Tue, Jul 18, 2023 at 5:57 AM Ian Turton wrote: > Goto > https://build.geoserver.org/vie

Re: [Geotools-devel] Release artefacts for 29.2 for testing

2023-07-18 Thread Ian Turton
I've run into the following issue: javac -cp "lib/*" -d bin src/org/geotools/tutorial/quickstart/Quickstart.java java -cp "lib/*:bin" org.geotools.tutorial.quickstart.Quickstart Error: LinkageError occurred while loading main class org.geotools.tutorial.quickstart.Quickstart java.lang.UnsupportedC

Re: [Geotools-devel] Release artefacts for 29.2 for testing

2023-07-18 Thread Jody Garnett
Is there chance you compiled Quickstart.java with Java 17 on line one? -- Jody Garnett On Jul 18, 2023 at 9:25:48 AM, Ian Turton wrote: > I've run into the following issue: > > javac -cp "lib/*" -d bin > src/org/geotools/tutorial/quickstart/Quickstart.java > java -cp "lib/*:bin" org.geotools.t

Re: [Geotools-devel] GeoTools PMC meeting notes

2023-07-18 Thread Andrea Aime
Ah hem... actually July 18th 2023! Cheers Andrea On Tue, Jul 18, 2023 at 7:03 PM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > GeoTools / GeoServer PMC meeting - 2023-07-04Attending > >- > >Kevin Smith >- > >Andrea Aime >- > >Jody Garnett > > Actions from prio

[Geotools-devel] GeoTools PMC meeting notes

2023-07-18 Thread Andrea Aime
GeoTools / GeoServer PMC meeting - 2023-07-04Attending - Kevin Smith - Andrea Aime - Jody Garnett Actions from prior meetings: - None Agenda - GS 2.23.2 release train - Bolsena planning / budget - IAU work nearing completion - Beating sha

Re: [Geotools-devel] Release artefacts for 29.2 for testing

2023-07-18 Thread Jody Garnett
Ian, the same test works for me locally. I expect you are mixing up java compilers on your local machine when testing. The rest of the bin download looks fine, although the footer says © Copyright 2021, Open Source Geospatial Foundation -- Jody Garnett On Jul 18, 2023 at 9:44:34 AM, Jody Garnet