You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to #313. Only the GWC layers created with the admin UI are not available in the detail endpoint. A GWC layer created through the REST API is available.
So far what we've found is the error is produced when the GWC rest api tries to encode a GeoServerTileLayer using XStream.
Problem is the XStream encoder it uses defaults to using reflection, and that doesn't work with Java 17. It does work with Java 11, but Java 17 is stricter about the use of reflection.
Tested on RC30
GET {{geoserver_url}}/gwc/rest/layers works and shows all the expected layers
GET {{geoserver_url}}/gwc/rest/layers/ne:world does not work -> GS cloud states that the layer is unknown
The endpoint works fine on vanilla GS.
The text was updated successfully, but these errors were encountered: