geoserver / geoserver-cloud

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

Upgrade to GeoServer 2.24.1/GeoTools 30.2 #416

Closed groldan closed 7 months ago

groldan commented 7 months ago

Move GeoTools related value object mappings for Jackson from gs-jackson-bindings to gt-jackson-bindings

Refactor mappings from gs-jackson-bindings to gt-jackson-bindings, for value object types that are GeoTools specific.

New GeoTools filter functions include parameters that weren't used before, like JTS Point or CoordinateReferenceSystem.

The Jackson mapper for CoordinateReferenceSystem was on the gs-jackson-bindings module, so take the opportunity to move it to the GeoTools module alongside other GT value types.