Commit Graph

113 Commits

Author SHA1 Message Date
Sanne Grinovero 273a734857 HHH-14284 Update Oracle JDBC driver configuration to test with version 19.8.0.0 2020-10-26 20:10:25 +00:00
Sanne Grinovero 3a54735419 HHH-10715 The GeometryFactory field in Spatial's EnvelopeAdapter needs synchronization 2020-10-25 21:45:09 +00:00
Yanming Zhou 41e94dfab1 HHH-14205 Replace StringBuffer with StringBuilder
Avoid unnecessary synchronization
2020-09-29 11:35:59 +01:00
Panagiotis Sotiropoulos 2f97c1c58e HHH-13960 One more checkstyle fix 2020-04-21 11:21:36 +01:00
Panagiotis Sotiropoulos 458ff439d3 HHH-13960 Add SAXReader sec features to match the defaults 2020-04-21 10:40:51 +01:00
Andrea Boriero b897a36f2f Fix issue with generated pom missing project description 2020-04-06 18:21:11 +01:00
Yoann Rodière aebf9d192f HHH-13925 Fix invalid javadoc syntax
This wasn't detected by checkstyle in Gradle 5, but it is now, and that
fails the build.
2020-04-06 16:04:55 +02:00
Daniel Shuy cab651e194
HHH-13799 : Criteria API support for Hibernate Spatial (#3159)
* HHH-13799 : Criteria API support for Hibernate Spatial

Co-authored-by: Karel Maesen <karel@geovise.com>
2020-02-24 14:42:48 +01:00
Yoann Rodière be7cc76556 HHH-13582 Upgrade MySQL Connector/J to 8.0.17
ConnectorJ 8 is the version used in WildFly integration tests.
ConnectorJ 5 is apparently no longer tested.

Note this solves most timezone-related issues we've been having.
2019-09-11 19:38:15 -05:00
Karel Maesen b856a85520 HHH-13257 - Adds MySQL8 Spatial Dialect 2019-03-07 22:56:22 +01:00
Karel Maesen 3a4ade9799 HHH-10148 - Fix checkstyle errors 2019-03-07 21:28:37 +01:00
Karel Maesen f68d08abc1 HHH-10148 - SpatialDialect for SqlServer2012 2019-03-07 20:04:06 +01:00
Karel Maesen d1d1f9f312 HHH-13083 - Add integration test 2018-12-06 22:02:38 +01:00
Karel Maesen d9dd1ebf62 HHH-13083 - Fix matrix tests 2018-12-06 21:29:24 +01:00
bernd hopp 89e36cf0e7 HHH-13083 Add support for st_makeenvelope in PostGIS dialect
https://postgis.net/docs/ST_MakeEnvelope.html
2018-12-06 21:29:24 +01:00
Karel Maesen b3e56a5db7 HHH-12144 - Upgrade JTS spatial library to 1.16 2018-09-19 20:09:44 +02:00
Karel Maesen 2cd4608f9f HHH-12608 Support for ST_Dwithin() in DB2 2018-07-21 17:15:37 +02:00
Jonathan Bregler 4405bb5c15 HHH-12798: Fix for nested spatial functions on SAP HANA 2018-07-12 13:53:15 +03:00
Andrea Boriero d2e38f8a0d HHH-12510 - Update PostgreSQL driver 2018-04-20 12:19:05 +01:00
Jonathan Bregler 69000ddc16 HHH-12462 - Use SAP HANA JDBC driver from Maven Central 2018-04-05 15:02:17 +03:00
Steve Ebersole b072981054 HHH-12410 - Cannot use AttributeConverter with spatial types
HHH-12443 - Introduce TypeConfiguration
2018-03-30 08:27:44 -05:00
Steve Ebersole c14180ea5b HHH-12410 - Cannot use AttributeConverter with spatial types
HHH-12443 - Introduce TypeConfiguration
2018-03-29 23:16:33 -05:00
Andrea Boriero 0d82dc7c83 HHH-12444 - Introduce BootstrapContext
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Jonathan Bregler 8c661baea2 HHH-12426 - SAP HANA spatial dialect should support all SAP HANA spatial functions 2018-03-27 12:35:27 +03:00
Roland Illig 8b11d5ecf9 HHH-12388 - User Guide and Javadoc typo fixes
Fix a/an grammar in code and documentation, and other typos
2018-03-14 14:17:55 +02:00
Sanne Grinovero 0f5c3a0abc HHH-11253 Make Byte Buddy BytecodeProvider impl the default 2018-03-02 12:19:18 +00:00
Karel Maesen a7a9170e4e HHH-11790 - Update code style for spatial module 2018-02-21 21:28:17 +01:00
Karel Maesen 0c5c7178b8 HHH-11790 - Support for DB2 Spatial Extender 2018-02-21 20:42:45 +01:00
Steve Ebersole d806eff912 HHH-12190 - General tidying of Gradle scripts 2018-01-16 14:34:43 -06:00
Steve Ebersole 78bc62fe1e HHH-12098 - prep 5.3
odd Java 9 build failures
2017-12-27 20:19:46 -06:00
Guillaume Smet 8e25e7f350 HHH-12164 Upgrade Hibernate Validator used for testing to 6.0.7.Final 2017-12-20 16:21:29 +00:00
Sanne Grinovero 2296ee7768 HHH-12158 No longer need a custom repository to fetch geolatte 1.2 2017-12-11 20:40:25 +00:00
Karel Maesen d7a87b3d5a HHH-11969 - Update postgresql driver to latest version (42.1.4) 2017-10-18 21:30:20 +02:00
Karel Maesen 36bf5c4be3 HHH-12042 - Update geolatte-geom to 1.2.0 2017-10-18 21:14:08 +02:00
Jonathan Bregler 8de0f9e2a1 Fix Hibernate Spatial test on SAP HANA 2017-10-13 10:52:12 -05:00
Jonathan Bregler 85dcac95d0 Improved Hibernate support for SAP HANA part 2
- implement PR comments
2017-09-21 12:05:19 -05:00
Jonathan Bregler 3aad752b04 Improved Hibernate support for SAP HANA
- Identity column support
- Spatial support
- Various minor improvements in HANA dialects
2017-09-21 12:05:19 -05:00
Karel Maesen a7fc440e4c HHH-11764 - Fix PGGeometryTypeDescriptor 2017-06-14 22:08:40 +02:00
Vlad Mihalcea 216e61fc9b HHH-11764 - JTS geometry being bound to byte array instead of PGgeometry 2017-06-14 22:08:12 +02:00
Karel Maesen 193583466a HHH-11283 - Upgrade to geolatte-geom 1.1.0 2017-06-04 14:54:04 +02:00
Richard Bradley 3a813dcbb4 HHH-11646 revert errant after -> afterQuery search and replace 2017-05-03 11:54:37 +03:00
Andrea Boriero 9cb171bfeb HHH-11473 - Fix checkstyle errors 2017-02-21 10:37:16 +00:00
Vlad Mihalcea 2980dc4e84 HHH-11473 - Refactor MySQL Dialects
- Add a mention of MySQL5SpatialDialect as well in the User Guide
2017-02-21 08:14:50 +02:00
Vlad Mihalcea c0e59563dc HHH-11473 - Refactor MySQL Dialects
- MySQL56SpatialDialect can default to InnoDB by default
2017-02-21 08:09:07 +02:00
Vlad Mihalcea 91d1f38d95 HHH-11473 - Refactor MySQL Dialects
- Simplify InnoDB deprecated Dialects by just overriding the default storage engine method
2017-02-21 07:58:48 +02:00
Vlad Mihalcea 2b79644b63 HHH-11473 - Refactor MySQL Dialects 2017-02-20 15:35:16 +02:00
Karel Maesen 13945e7544 HHH-7132 - Fixed build failure 2017-02-12 12:50:58 +01:00
Karel Maesen b9ddc063cd HHH-7132 - New Oracle Spatial Dialect that is non-OGC compliant 2017-02-11 18:08:56 +01:00
Rafael Winterhalter ba3359fe62 HHH-11152: Added BytecodeProvider based on Byte Buddy 2016-11-16 13:18:46 -06:00
Karel Maesen 52c79e1d3c HHH-10211 - Fix SpatialFunctionRegistry interface 2016-11-01 17:57:02 +01:00