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

Fix SpringEnvironmentAwareGeoToolsHttpClientFactory registration #463

Closed groldan closed 4 months ago

groldan commented 4 months ago

Fix SpringEnvironmentAwareGeoToolsHttpClientFactory registration as the default HTTPClient factory using the Class object as value instead of the qualified class name when doing Hints.putSystemDefault( Hints.HTTP_CLIENT_FACTORY, <factory>) in GeoToolsStaticContextInitializer.

It doesn't work with the class name after changes upstream.

Fixes #460