[hibernate-commits] [hibernate/hibernate-search] bb9184: HSEARCH-3156 Move/rename tests for HSEARCH-1241 to...

GitHub noreply at github.com
Mon May 14 15:12:59 EDT 2018


  Branch: refs/heads/5.9
  Home:   https://github.com/hibernate/hibernate-search
  Commit: bb918455535507da8d34376a8937f962765437b3
      https://github.com/hibernate/hibernate-search/commit/bb918455535507da8d34376a8937f962765437b3
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-05-14 (Mon, 14 May 2018)

  Changed paths:
    R orm/src/test/java/org/hibernate/search/test/embedded/polymorphism/DerivedLevel2.java
    R orm/src/test/java/org/hibernate/search/test/embedded/polymorphism/Level1.java
    R orm/src/test/java/org/hibernate/search/test/embedded/polymorphism/Level2.java
    R orm/src/test/java/org/hibernate/search/test/embedded/polymorphism/Level3.java
    A orm/src/test/java/org/hibernate/search/test/embedded/polymorphism/PolymorphicAssociationPropertyAccessTest.java
    R orm/src/test/java/org/hibernate/search/test/embedded/polymorphism/PolymorphicAssociationTest.java

  Log Message:
  -----------
  HSEARCH-3156 Move/rename tests for HSEARCH-1241 to avoid confusion with tests we're about to add


  Commit: 75535a09815bc5b5158fe036713e5ae77c9df141
      https://github.com/hibernate/hibernate-search/commit/75535a09815bc5b5158fe036713e5ae77c9df141
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-05-14 (Mon, 14 May 2018)

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

  Log Message:
  -----------
  HSEARCH-3156 Do not throw an exception when a @ContainedIn processing encounters a non-configured type

This may happen when @ContainedIn targets a non-configured type
(not @Indexed nor with any @ContainedIn),
which is a legitimate use case when this type has a configured
subtype.


  Commit: f0bc6582e57ac39756477f88662ce7410b4cc225
      https://github.com/hibernate/hibernate-search/commit/f0bc6582e57ac39756477f88662ce7410b4cc225
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-05-14 (Mon, 14 May 2018)

  Changed paths:
    A orm/src/test/java/org/hibernate/search/test/embedded/polymorphism/PolymorphicAssociationContainedInTargetTest.java

  Log Message:
  -----------
  HSEARCH-3156 Add a test for @ContainedIn targeting a non-configured class whose subclasses may be configured


Compare: https://github.com/hibernate/hibernate-search/compare/ae49192b7892...f0bc6582e57a
      **NOTE:** This service 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