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

Add missing ExtendedCatalogFacade methods to ResolvingCatalogFacadeDecorator #458

Closed groldan closed 4 months ago

groldan commented 4 months ago

ResolvingCatalogFacadeDecorator.remove(CatalogInfo), when called by RemoteEventDataDirectoryProcessor would result in an exception from the underlying CatalogFacade saying it doesn't support Proxy objects.

Add the missing overrides for methods defined in ExtendedCatalogFacade to ensure all incoming and outgoing objects are resolved as appropriate.