[hibernate-commits] [hibernate/hibernate-orm] b1c761: HHH-4313 - ConcurrentModificationException when co...

GitHub noreply at github.com
Tue Dec 6 08:10:23 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: b1c7615904e7dd3c03bbe77af8bda2fbce6a3624
      https://github.com/hibernate/hibernate-orm/commit/b1c7615904e7dd3c03bbe77af8bda2fbce6a3624
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2016-12-06 (Tue, 06 Dec 2016)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ClassPropertyHolder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/CollectionPropertyHolder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ComponentPropertyHolder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/PropertyHolder.java
    R hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/EmbeddableWithOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/EmbeddableWithManyToMany_HHH_11302_Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/EmbeddableWithOneToMany_HHH_11302_Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/EmbeddableWithOneToMany_HHH_8564_Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/EmbeddableWithOneToMany_HHH_8860_Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/xml/ContactInformation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/xml/ContactType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/xml/EmbeddableWithOneToMany_HHH_11302_xml_Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/collection/xml/Person.java
    A hibernate-core/src/test/resources/org/hibernate/test/annotations/embeddables/collection/orm.xml

  Log Message:
  -----------
  HHH-4313 - ConcurrentModificationException when collection of embeddable contains a collection

Throw exception when the JPA rule about nesting any collections from inside an @ElementCollection




More information about the hibernate-commits mailing list