Hi,
I tried to upgrade my Geoserver instance to 2.28.0 and I noticed some changes in community plugins, especially ogcapi-dggs-plugin.
Clickhouse is not a Geoserver plugin anymore, and it has been replaced by a GeoTools datastore JAR, missing the GeoServer module wiring. It may not be the only one community plugin in that case.
Error in the Geoserver log :
java.io.IOException: Failed to find the datastore factory for clickhouse-h3, did you forget to install the store extension jar”
@jive the script is provided in the osgeo docker image we are using : docker.osgeo.org/geoserver:2.28.0
This image embeds the script /opt/install-extensions.sh which installs all the extensions on first start, according to the environment variables. The script is mentioning both STABLE and COMMUNITY plugins, which was a bit confusing
Yes I understood that only official stable plugins are distributed.