[hibernate-commits] [hibernate/hibernate-search] 0d8c15: HSEARCH-3339 Do not build spatial bridges for cont...

GitHub noreply at github.com
Mon Sep 10 06:00:39 EDT 2018


  Branch: refs/heads/5.10
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 0d8c1534409eebcfa63b9dda0f0be308aa43fa78
      https://github.com/hibernate/hibernate-search/commit/0d8c1534409eebcfa63b9dda0f0be308aa43fa78
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

  Changed paths:
    M engine/src/main/java/org/hibernate/search/engine/metadata/impl/AnnotationMetadataProvider.java

  Log Message:
  -----------
  HSEARCH-3339 Do not build spatial bridges for contained type metadata

First because we don't need them, and second because the bridge factory
needs context in order to build bridges, and we're missing some of this
context in contained types (in particular the index manager type).


  Commit: 3b2a60a5e73e595d05d7ef44bda7285429dcba51
      https://github.com/hibernate/hibernate-search/commit/3b2a60a5e73e595d05d7ef44bda7285429dcba51
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

  Changed paths:
    A engine/src/test/java/org/hibernate/search/test/configuration/indexedembedded/ContainedEntityWithSpatialBridgesTest.java

  Log Message:
  -----------
  HSEARCH-3339 Test contained entity types with spatial bridges


Compare: https://github.com/hibernate/hibernate-search/compare/d43891eb36fb...3b2a60a5e73e
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list