[hibernate-commits] [hibernate/hibernate-search] c7a8ac: HSEARCH-3634 Add a dedicated test for indexing of ...

Yoann Rodière noreply at github.com
Fri Dec 6 06:41:29 EST 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: c7a8acf794ddbbc810e6240d1a4e89d154d3d957
      https://github.com/hibernate/hibernate-search/commit/c7a8acf794ddbbc810e6240d1a4e89d154d3d957
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    A integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/TransientPropertyIT.java

  Log Message:
  -----------
  HSEARCH-3634 Add a dedicated test for indexing of transient properties in the ORM mapper


  Commit: 2e64f499fc0925e55d3e501969d4e95283345e47
      https://github.com/hibernate/hibernate-search/commit/2e64f499fc0925e55d3e501969d4e95283345e47
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/TransientPropertyIT.java
    M mapper/orm/src/main/java/org/hibernate/search/mapper/orm/logging/impl/Log.java
    M mapper/orm/src/main/java/org/hibernate/search/mapper/orm/model/impl/HibernateOrmPathFilterFactory.java

  Log Message:
  -----------
  HSEARCH-3634 Clarify the error message when a @Transient property is missing an @IndexingDependency annotation


  Commit: 5df6cbf9a25fc4623f55572af6cffbe4c9ca9594
      https://github.com/hibernate/hibernate-search/commit/5df6cbf9a25fc4623f55572af6cffbe4c9ca9594
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M mapper/orm/src/main/java/org/hibernate/search/mapper/orm/logging/impl/Log.java
    M mapper/orm/src/main/java/org/hibernate/search/mapper/orm/model/impl/HibernateOrmPathFilterFactory.java

  Log Message:
  -----------
  HSEARCH-3634 Clarify the error message when resolving an indexing dependency that is never reported as dirty

I'm not adding a test because I have no idea how to trigger this
failure.


  Commit: 002fbd164b146bb81d8c061539c3bafee38c26a6
      https://github.com/hibernate/hibernate-search/commit/002fbd164b146bb81d8c061539c3bafee38c26a6
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M mapper/orm/src/main/java/org/hibernate/search/mapper/orm/logging/impl/Log.java

  Log Message:
  -----------
  HSEARCH-3634 Remove an unnecessary @SuppressWarnings


Compare: https://github.com/hibernate/hibernate-search/compare/04c2e51ca49a...002fbd164b14



More information about the hibernate-commits mailing list