-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with PostGIS backend (JTS + hibernate spatial) #166
Comments
There has been an API change in JTS, and this breaks hibernate-spatial compatibility:
|
Hibernate spatial fixed in geosolutions-it/hibernate-spatial#1, new version compatible with JTS 1.17.0 is 1.1.3.2. |
Bump Hibernate Spatial to 1.1.3.2. Add specific tests for Postgis
Problem should now be fixed using GeoFence 3.4.8, which anyway breaks compatibility with older JTS version because of the changes in JTS itself. GeoFence <=3.4.7 --> hibernate-spatial 1.1.3.1 ..> JTS <1.17.0 |
Here a compatibility matrix for GS and GF versions. Pls remember that PG issues come out only when running in embedded mode.
To fix the issue in a deployed environment it should be enough to replace in (*) Note that 3.4.7 includes some DTO change that breaks compatibility, so it's going to be re-released as 3.5.something. |
Fixed and referenced in the wiki |
As reported in https://github.com/geosolutions-it/support/issues/1101, there's a problem when using PostGIS as backend DBMS.
Need to implement specific profile-based tests.
The text was updated successfully, but these errors were encountered: