Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: dfd0f2ca6a92a622522ab6b4fc322f0ced2bf93d
https://github.com/hibernate/hibernate-search/commit/dfd0f2ca6a92a622522a...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2019-09-18 (Wed, 18 Sep 2019)
Changed paths:
M
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/spatial/AnnotationMappingGeoPointBindingIT.java
Log Message:
-----------
HSEARCH-3691 Remove any use of @GeoPointBinding on GeoPoint
Commit: 08e9088b075d258366341ce61a0f13a49afe3d54
https://github.com/hibernate/hibernate-search/commit/08e9088b075d25836634...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2019-09-18 (Wed, 18 Sep 2019)
Changed paths:
M
integrationtest/mapper/pojo/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/spatial/ProgrammaticMappingGeoPointBindingIT.java
Log Message:
-----------
HSEARCH-3691 Remove any use of GeoPointBinder on GeoPoint
That's the equivalent of the last commit, but for programmatic APIs
Commit: 9dccbea25a1c84fb84b64a7f2c2648980cc4e2a1
https://github.com/hibernate/hibernate-search/commit/9dccbea25a1c84fb84b6...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2019-09-18 (Wed, 18 Sep 2019)
Changed paths:
M
mapper/pojo/src/main/java/org/hibernate/search/mapper/pojo/bridge/builtin/spatial/impl/GeoPointBridge.java
Log Message:
-----------
HSEARCH-3691 Remove GeoPointBridge ability to work on GeoPoint
Use a @GenericField for such cases. GeoPointBridge will work only with longitude and
latitude accessors.
Compare:
https://github.com/hibernate/hibernate-search/compare/5b9e03b647b9...9dcc...