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

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


  Branch: refs/heads/5.9
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 70b99db44f64f5d51845edc7bdd05c161a3ebd7b
      https://github.com/hibernate/hibernate-search/commit/70b99db44f64f5d51845edc7bdd05c161a3ebd7b
  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: b26670ae8e54fbd55d51cacfa1d23b9679504e3e
      https://github.com/hibernate/hibernate-search/commit/b26670ae8e54fbd55d51cacfa1d23b9679504e3e
  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/b0cd8db7d6f9...b26670ae8e54
      **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