[hibernate-commits] [hibernate/hibernate-orm] 2f3798: HHH-11063 - Fix collection change logic for additi...

GitHub noreply at github.com
Wed Sep 21 16:43:28 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 2f3798de03e6a42378ba3b21614d8630861f66e6
      https://github.com/hibernate/hibernate-orm/commit/2f3798de03e6a42378ba3b21614d8630861f66e6
  Author: Chris Cranford <chris at hibernate.org>
  Date:   2016-09-21 (Wed, 21 Sep 2016)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/internal/entities/mapper/relation/AbstractCollectionMapper.java

  Log Message:
  -----------
  HHH-11063 - Fix collection change logic for addition/removal of elements with same hash.


  Commit: a41b7262366111acff2bfcf6d6197a7e4a6b10c9
      https://github.com/hibernate/hibernate-orm/commit/a41b7262366111acff2bfcf6d6197a7e4a6b10c9
  Author: Chris Cranford <chris at hibernate.org>
  Date:   2016-09-21 (Wed, 21 Sep 2016)

  Changed paths:
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/ComponentCollectionHashcodeChangeTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/ListHashcodeChangeTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/SetHashcodeChangeTest.java

  Log Message:
  -----------
  HHH-11063 - Added test case.


  Commit: f521017b90f7683048181bee90501d3847cc289b
      https://github.com/hibernate/hibernate-orm/commit/f521017b90f7683048181bee90501d3847cc289b
  Author: Chris Cranford <chris at hibernate.org>
  Date:   2016-09-21 (Wed, 21 Sep 2016)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/pagination/SQLServer2005LimitHandler.java
    M hibernate-core/src/test/java/org/hibernate/dialect/SQLServer2005DialectTestCase.java

  Log Message:
  -----------
  HHH-11084 - Fix injection of TOP for subselect cases that use select distinct clause.


Compare: https://github.com/hibernate/hibernate-orm/compare/20ae4920b7cd...f521017b90f7


More information about the hibernate-commits mailing list