[hibernate-commits] [hibernate/hibernate-orm] d0aa9f: HHH-6361: Testcase demonstrating that collection e...

GitHub noreply at github.com
Mon Oct 29 18:11:32 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: d0aa9f5d9df9d6662fe2d1d21cc68aedb22d6c7b
      https://github.com/hibernate/hibernate-orm/commit/d0aa9f5d9df9d6662fe2d1d21cc68aedb22d6c7b
  Author: Erik-Berndt Scheper <erik.berndt.scheper at gmail.com>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

  Changed paths:
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/DetachedMultipleCollectionChangeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionListeners.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionRefEntity1.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionRefEntity2.java

  Log Message:
  -----------
  HHH-6361: Testcase demonstrating that collection events may contain wrong stored snapshot after merging a detached entity into the persistencecontext


  Commit: 5c562411e6ab5b4a12b277d9eb05bf63dc4a93b5
      https://github.com/hibernate/hibernate-orm/commit/5c562411e6ab5b4a12b277d9eb05bf63dc4a93b5
  Author: brmeyer <brmeyer at redhat.com>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/DetachedMultipleCollectionChangeTest.java

  Log Message:
  -----------
  HHH-6361 Cleaned up test case


  Commit: 7bb43baf0b0a3def006fe625a3c349bd0138bd56
      https://github.com/hibernate/hibernate-orm/commit/7bb43baf0b0a3def006fe625a3c349bd0138bd56
  Author: Erik-Berndt Scheper <erik.berndt.scheper at gmail.com>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/spi/CollectionEntry.java
    M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java

  Log Message:
  -----------
  HHH-6361: Patch ensuring that collection events have the correct stored
snapshot after merging a detached entity into the persistencecontext


  Commit: f9049a1fd286048c1f11affe915015fcca8e8af9
      https://github.com/hibernate/hibernate-orm/commit/f9049a1fd286048c1f11affe915015fcca8e8af9
  Author: brmeyer <brmeyer at redhat.com>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java

  Log Message:
  -----------
  HHH-6361 formatting


  Commit: c22e7fd2144c493bdb21ad4f608c3d747b0edd55
      https://github.com/hibernate/hibernate-orm/commit/c22e7fd2144c493bdb21ad4f608c3d747b0edd55
  Author: Erik-Berndt Scheper <erik.berndt.scheper at gmail.com>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java

  Log Message:
  -----------
  HHH-6361 - Fixed ManyToManyAssociationClassCompositeIdTest broken by
CollectionType changes


Compare: https://github.com/hibernate/hibernate-orm/compare/3e69b7bd539f...c22e7fd2144c


More information about the hibernate-commits mailing list