[Geoserver-devel] Milestone 2.26-M0 available for wicket9 testing

Moving quickly today.

The wicket9 branch is created, and a milestone artifacts are available:

https://build.geoserver.org/view/release/job/geoserver-release/150/artifact/distribution/2.26-M0

The CSP checks are configured to reporting problems by default, use org.geoserver.web.csp.strict=true to change those to blocking if desired.

Updated Wicket 9 Test Plan with docker instructions while waiting for the build…

···

Jody Garnett

Download artifacts are available:

Docker build release.sh script is confused and published as 2.26.x - fixed the script to recognize milestone releases; so it should be available as 2.26-M0 …

docker pull docker.osgeo.org/geoserver:2.26-M0
docker run -it -p8081:8080 docker.osgeo.org/geoserver:2.26-M0
docker run -it -p8081:8080 --env INSTALL_EXTENSIONS=true --env STABLE_EXTENSIONS=“ysld,wps” docker.osgeo.org/geoserver:2.26-M0
docker run -it -p8081:8080 --env INSTALL_EXTENSIONS=true --env STABLE_EXTENSIONS=“cog-http” docker.osgeo.org/geoserver:2.26-M0

···

Jody Garnett

Jody Garnett

Hi, Jody,

I tried this and both work (2.26-M0 and the 2.25.3).

I also see the CSP errors, but they are being reported instead of actually being refused (confusing wording in the console errors).

Dave

···

Jody Garnett

Jody Garnett