Re: [Geoserver-devel] Dropping Java 8 from main branch

2023-01-16 Thread Torben Barsballe
Nice to see that merged! With respect to the build server, the Java 11 builds currently use a dedicated workspace and maven repo (i.e., not the default) - now that Java 8 is dropped, we should move the Java 11 builds over to using the main repo, so they use the same repo as any ancillary builds (an

Re: [Geoserver-devel] Dropping Java 8 from main branch

2023-01-05 Thread Jody Garnett
Congrats Andrea and thanks for dedication on this one. -- Jody Garnett On Thu, Jan 5, 2023 at 10:56 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Aaand... all merged! > We are now running on Java 11 as the minimum. Sending separate mail as a > reminder. > > Cheers > Andrea > > On

Re: [Geoserver-devel] Dropping Java 8 from main branch

2023-01-05 Thread Andrea Aime
Aaand... all merged! We are now running on Java 11 as the minimum. Sending separate mail as a reminder. Cheers Andrea On Thu, Jan 5, 2023 at 7:54 PM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Too late, wiped them out. Java 17 builds can be created by copying over > the Java 11 one

Re: [Geoserver-devel] Dropping Java 8 from main branch

2023-01-05 Thread Andrea Aime
Too late, wiped them out. Java 17 builds can be created by copying over the Java 11 ones though. Not sure we need them until Java 17 is officially supported though (right now it's experimental with a large bunch of "add-opens" to have tests run). Cheers Andrea On Thu, Jan 5, 2023 at 5:32 PM Jody

Re: [Geoserver-devel] Dropping Java 8 from main branch

2023-01-05 Thread Jody Garnett
Disable java 8 builds, we should be able to repurpose as java 17 builds? On Thu, Jan 5, 2023 at 8:18 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > No complaint, starting to merge, from GeoServer and then backwards. We'll > also have to remove the Java 8 builds from the build server

Re: [Geoserver-devel] Dropping Java 8 from main branch

2023-01-05 Thread Andrea Aime
No complaint, starting to merge, from GeoServer and then backwards. We'll also have to remove the Java 8 builds from the build server (not sure if I'll manage today). Cheers Andrea On Wed, Jan 4, 2023 at 5:40 PM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > All green now. Shall we? >

Re: [Geoserver-devel] Dropping Java 8 from main branch

2023-01-04 Thread Andrea Aime
All green now. Shall we? Cheers Andrea On Tue, Jan 3, 2023 at 7:21 PM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > A status update: > >- GeoServer PR green: https://github.com/geoserver/geoserver/pulls >- GeoWebCache PR green: >https://github.com/GeoWebCache/geowebcache/

Re: [Geoserver-devel] Dropping Java 8 from main branch

2023-01-03 Thread Andrea Aime
A status update: - GeoServer PR green: https://github.com/geoserver/geoserver/pulls - GeoWebCache PR green: https://github.com/GeoWebCache/geowebcache/pull/1109 - GeoTools PR is stuck on some ES online test issue I haven't figured out: https://github.com/geotools/geotools/pull/4097

Re: [Geoserver-devel] Dropping Java 8 from main branch

2022-12-27 Thread Jody Garnett
My understanding is we are waiting for the new year before merging this PR (want to be on hand for those upgrading their dev env to java 11). -- Jody Garnett On Mon, Dec 19, 2022 at 8:26 AM Jody Garnett wrote: > After a bit of guesswork and troubleshooting on windows / Java 11 combo > the PR is