Irrespective of funding, these are bugs that prevent using MySQL 8 with GeoServer and Geotools.
For those facing same issues - you can fix the issues by changing few function names to use prefix "ST_". The actual code used is Geotools. Github - https://github.com/geotools/geotools/releases/tag/20.2 or use the relevant release version. Folder - modules\plugin\jdbc\jdbc-mysql\src\test\java\org\geotools\data\mysql Files - MySQLDialect.java, MySQLDialectBasic.java, MySQLFilterToSQL.java Rename these functions(only those part of SELECT statement) to start with ST_ - srid, asWKB, envelope, GeomFromText Regards, Anto -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
