[hibernate-commits] [hibernate/hibernate-search] dfd0f2: HSEARCH-3691 Remove any use of @GeoPointBinding on...

Fabio Massimo noreply at github.com
Wed Sep 18 08:57:51 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: dfd0f2ca6a92a622522ab6b4fc322f0ced2bf93d
      https://github.com/hibernate/hibernate-search/commit/dfd0f2ca6a92a622522ab6b4fc322f0ced2bf93d
  Author: Fabio Massimo Ercoli <fabiomassimo.ercoli at 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/08e9088b075d258366341ce61a0f13a49afe3d54
  Author: Fabio Massimo Ercoli <fabiomassimo.ercoli at 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/9dccbea25a1c84fb84b64a7f2c2648980cc4e2a1
  Author: Fabio Massimo Ercoli <fabiomassimo.ercoli at 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...9dccbea25a1c


More information about the hibernate-commits mailing list