Re: [Geotools-devel] GeoTools 24-RC progress

2020-09-01 Thread Andrea Aime
Hi Jody, as a reminder, the release build has been doing for a while a "full build with empty repository" for you, so any other test should be probably done using a downstream project (which would be a good idea, and would be interesting to also automate). Cheers Andrea On Wed, Sep 2, 2020 at 12

Re: [Geotools-devel] GeoTools 24-RC progress

2020-09-01 Thread Jody Garnett
Did not spot anything obviously wrong with these bundles, proceeding with GWC release -- Jody Garnett On Mon, 31 Aug 2020 at 23:44, Jody Garnett wrote: > The GeoTools 24-RC artifacts are available for pre-flight testing: > > > https://build.geoserver.org/job/geotools-release/lastSuccessfulBuild

Re: [Geotools-devel] MySQL 8 spatial functions are not supported

2020-09-01 Thread Andrea Aime
Just as a note, the Postgis store can detect the version of Postgis and apply different behavior based in this. We used to use this when Postgis switched to st_ prefixing, not sure if that code is still there thought, been a long while Cheers Andrea Il mar 1 set 2020, 18:26 Jody Garnett ha scrit

Re: [Geotools-devel] MySQL 8 spatial functions are not supported

2020-09-01 Thread Nikolaos Pringouris
Hi All, A couple of years ago I worked on jdbc-mysql module and provided support for the newly introduced ST_ functions in Mysql5.6 & Mysql 5.7. I think these functions are also supported in Mysql8.0 with the same signature so I do not think there is an issue of incompatibility. If you check the D

[Geotools-devel] GeoTools / GeoServer PMC meeting - 2020-09-01

2020-09-01 Thread Torben Barsballe
Attending Torben Barsballe Jody Garnett Kevin Smith Andrea Aime (for a short visit) Jukka Rahkonen Actions from last meeting: - Jody: (In progress) AGM slides for GT, GS and GWC - Andrea: 2.18-RC release reminder, Sept 1st Agenda 1. geoserver.org 2. release cand

Re: [Geotools-devel] MySQL 8 spatial functions are not supported

2020-09-01 Thread Jody Garnett
My understanding is MySQL reimplemented their geometry to be based on Boost (indeed right around MySQL 5.7). This thankfully drops a lot of their previous native implementation of geometry. I would fully support you dropping support for older versions if that makes the code easier, If we wanted t

[Geotools-devel] MySQL 8 spatial functions are not supported

2020-09-01 Thread Mark Prins
Hi, I've opened [0] which I ran into after setting up online testing with MySQL 8 and will be taking a stab at that, but before I take off I'm wondering which versions of MySQL we want to support in GeoTools. The MySQL project is already dropping support for 5.6 on some platforms [1] and drop