[hibernate-commits] [hibernate/hibernate-search] 381de3: HSEARCH-3171 Fix missing generic type arguments in...

Yoann Rodière noreply at github.com
Tue Jan 21 07:24:29 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 381de3b02d1514b79071a1a232feed9b64bddcfe
      https://github.com/hibernate/hibernate-search/commit/381de3b02d1514b79071a1a232feed9b64bddcfe
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M util/internal/integrationtest/common/src/main/java/org/hibernate/search/util/impl/integrationtest/common/rule/VerifyingStubBackendBehavior.java

  Log Message:
  -----------
  HSEARCH-3171 Fix missing generic type arguments in VerifyingStubBackendBehavior


  Commit: dafc6a2c568602f6c4d736ee7ced911ec5d86fb6
      https://github.com/hibernate/hibernate-search/commit/dafc6a2c568602f6c4d736ee7ced911ec5d86fb6
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M util/internal/integrationtest/common/src/main/java/org/hibernate/search/util/impl/integrationtest/common/rule/BackendMock.java
    A util/internal/integrationtest/common/src/main/java/org/hibernate/search/util/impl/integrationtest/common/rule/ParameterizedCallBehavior.java
    M util/internal/integrationtest/common/src/main/java/org/hibernate/search/util/impl/integrationtest/common/rule/VerifyingStubBackendBehavior.java
    M util/internal/integrationtest/common/src/main/java/org/hibernate/search/util/impl/integrationtest/common/stub/backend/StubBackendBehavior.java
    M util/internal/integrationtest/common/src/main/java/org/hibernate/search/util/impl/integrationtest/common/stub/backend/index/impl/StubBackend.java
    M util/internal/integrationtest/common/src/main/java/org/hibernate/search/util/impl/integrationtest/common/stub/backend/index/impl/StubBackendFactory.java

  Log Message:
  -----------
  HSEARCH-3171 Add a way to define on-create/on-stop behaviors for backend mocks

This will be useful to test mappers, and in particular to test the way
they initialize the execution context provided to the backend.


  Commit: 0cab612068494cfc18f59d71d4beb8dc38cb8cc1
      https://github.com/hibernate/hibernate-search/commit/0cab612068494cfc18f59d71d4beb8dc38cb8cc1
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    A integrationtest/mapper/orm-cdi/pom.xml
    A integrationtest/mapper/orm-cdi/src/test/java/org/hibernate/search/integrationtest/mapper/orm/cdi/CdiIT.java
    M integrationtest/pom.xml
    M legacy/integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/cdi/CDIInjectionIT.java
    M legacy/integrationtest/wildfly/src/test/java/org/hibernate/search/test/integration/wildfly/cdi/CDIInjectionLifecycleEventsIT.java
    M pom.xml
    M reports/pom.xml

  Log Message:
  -----------
  HSEARCH-3171 Test CDI integration within the ORM mapper


Compare: https://github.com/hibernate/hibernate-search/compare/09f4631a1b07...0cab61206849



More information about the hibernate-commits mailing list