[hibernate-commits] [hibernate/hibernate-orm] 5b1101: HHH-13217 - Don't throw exception if both @MappedS...

gbadner noreply at github.com
Wed Mar 6 21:20:54 EST 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 5b11014c7caffd294fa671b257f8fbd41340a67b
      https://github.com/hibernate/hibernate-orm/commit/5b11014c7caffd294fa671b257f8fbd41340a67b
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/inheritance/MappedSuperclassInheritanceTest.java

  Log Message:
  -----------
  HHH-13217 - Don't throw exception if both @MappedSuperclass and @Inheritance are used

Make sure the @Inheritance annotation is ignored when used along with @MappedSuperclass


  Commit: 59749984cb803eb3990fcd41f490a87cf578a045
      https://github.com/hibernate/hibernate-orm/commit/59749984cb803eb3990fcd41f490a87cf578a045
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/test/java/org/hibernate/test/inheritance/MappedSuperclassInheritanceTest.java

  Log Message:
  -----------
  HHH-13217 : Correct warning and update test to fail if the query succeeds


Compare: https://github.com/hibernate/hibernate-orm/compare/f086821abd3b...59749984cb80


More information about the hibernate-commits mailing list