[hibernate-commits] [hibernate/hibernate-orm] 386984: HHH-8364 test case

GitHub noreply at github.com
Wed Sep 11 14:32:27 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 3869845ee0737677270f72740a30cdd31cfc8182
      https://github.com/hibernate/hibernate-orm/commit/3869845ee0737677270f72740a30cdd31cfc8182
  Author: Brett Meyer <brett at 3riverdev.com>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderImpl.java
    A hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/persistenceunit/DataPoint.java
    A hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/persistenceunit/ExcludeUnlistedClassesTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/persistenceunit/UnlistedDataPoint.java
    A hibernate-entitymanager/src/test/resources/org/hibernate/jpa/test/persistenceunit/META-INF/persistence.xml

  Log Message:
  -----------
  HHH-8364 test case


  Commit: 34965da78f3c77dc542c0437ccae383d2b3871a5
      https://github.com/hibernate/hibernate-orm/commit/34965da78f3c77dc542c0437ccae383d2b3871a5
  Author: beamerblvd <github at nicholaswilliams.net>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/PersistenceXmlParser.java

  Log Message:
  -----------
  HHH-8364 exclude-unlisted-classes parsing handles content incorrectly

Parsing for exclude-unlisted-classes handles content within the element incorrectly. The value correctly defaults to false. <exclude-unlisted-classes /> and <exclude-unlisted-classes>true</exclude-unlisted-classes> are correctly parsed as true. However, <exclude-unlisted-classes>false</exclude-unlisted-classes> is incorrectly parsed as true. This commit fixes that.


  Commit: eef090d5bf8ce2acb9a100cc7ef569d23855a893
      https://github.com/hibernate/hibernate-orm/commit/eef090d5bf8ce2acb9a100cc7ef569d23855a893
  Author: Brett Meyer <brett at 3riverdev.com>
  Date:   2013-09-11 (Wed, 11 Sep 2013)

  Changed paths:
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/persistenceunit/ExcludeUnlistedClassesTest.java

  Log Message:
  -----------
  HHH-8364 corrected test


Compare: https://github.com/hibernate/hibernate-orm/compare/d9310b13f7a1...eef090d5bf8c


More information about the hibernate-commits mailing list