geoserver / geoserver-cloud

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
http://geoserver.org/geoserver-cloud
Other
244 stars 73 forks source link

wfs-service: use a no-op LayerGroupContainmentCache #468

Closed groldan closed 3 months ago

groldan commented 3 months ago

The wfs-service contributes a no-op LayerGroupContainmentCache to avoid the runtime overhead of building up the cache at startup, and the unnecessary memory footprint.

LayerGroupContainmentCache is a securtity subsystem aid and WFS does not deal with LayerGroupInfo at all.

groldan commented 3 months ago

Superseded by #469