GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
134 stars 63 forks source link

CoordinateReferenceSystem cannot be cast to java.io.Serializable when use second level cache #132

Closed billtian closed 3 years ago

billtian commented 3 years ago

when we use CoordinateReferenceSystem as our entities' property and enable L2 cache , will thrown "org.geolatte.geom.crs.Geographic2DCoordinateReferenceSystem cannot be cast to java.io.Serializable"

see this test repos.

Thanks !

maesenka commented 3 years ago

This will be released as 1.8.1 in a couple of days