[hibernate-commits] [hibernate/hibernate-search] 97ba54: HSEARCH-3342 Backport HSEARCH-2822 Automatic activ...

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


  Branch: refs/heads/5.6
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 97ba54a1c36e5c7f96e662018f24ee4ff440bc05
      https://github.com/hibernate/hibernate-search/commit/97ba54a1c36e5c7f96e662018f24ee4ff440bc05
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2018-09-10 (Mon, 10 Sep 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3342 Backport HSEARCH-2822 Automatic activation of the JBoss Logging AP on IDEA project import


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

  Changed paths:
    M documentation/pom.xml
    M pom.xml

  Log Message:
  -----------
  HSEARCH-3342 Backport HSEARCH-3020 Move all Eclipse-specific Maven configuration to an Eclipse-specific profile

Just so we avoid this warning:

    The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available


  Commit: ffe76623bbdd2acc69104297e0ec5824f2acb8d5
      https://github.com/hibernate/hibernate-search/commit/ffe76623bbdd2acc69104297e0ec5824f2acb8d5
  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/testsupport/junit/SearchIntegratorResource.java

  Log Message:
  -----------
  HSEARCH-3342 Backport SearchIntegratorResource from branch 5.10 (HSEARCH-2749)

So that we can more easily backport other fixes


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

  Changed paths:
    M engine/src/test/java/org/hibernate/search/testsupport/setup/SearchConfigurationForTest.java

  Log Message:
  -----------
  HSEARCH-3342 Backport method SearchConfigurationForTest.addClasses(Class<?>...)


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

  Changed paths:
    M engine/src/test/java/org/hibernate/search/testsupport/junit/SearchITHelper.java

  Log Message:
  -----------
  HSEARCH-3342 Allow to use a "Supplier" of sorts in SearchITHelper

So that we can more easily backport fixes from branch 5.10, even though
we don't have access to Java 8 types such as Supplier.


  Commit: 0ba0771dbe7c9ada1a6b70b4e0d1c6f0ab088f3a
      https://github.com/hibernate/hibernate-search/commit/0ba0771dbe7c9ada1a6b70b4e0d1c6f0ab088f3a
  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: 256a72c063cd96fcdf7d3046afd357788feecbac
      https://github.com/hibernate/hibernate-search/commit/256a72c063cd96fcdf7d3046afd357788feecbac
  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/12c5a1ad49c0...256a72c063cd
      **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