[hibernate-commits] [hibernate/hibernate-core] dde0e6: HHH-5693 Update version of metamodel generator to ...

noreply at github.com noreply at github.com
Tue Oct 26 06:14:10 EDT 2010


Branch: refs/heads/master
Home:   http://github.com/hibernate/hibernate-core

Commit: dde0e644951a3b846bd2e929aeef7773b553e595
    http://github.com/hibernate/hibernate-core/commit/dde0e644951a3b846bd2e929aeef7773b553e595
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-10-26 (Tue, 26 Oct 2010)

Changed paths:
  M build.gradle

Log Message:
-----------
HHH-5693 Update version of metamodel generator to 1.1.0.CR1


Commit: 7eedcfea4e5bd183d727a2fae4766d8719fc12b9
    http://github.com/hibernate/hibernate-core/commit/7eedcfea4e5bd183d727a2fae4766d8719fc12b9
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-10-26 (Tue, 26 Oct 2010)

Changed paths:
  M hibernate-entitymanager/hibernate-entitymanager.gradle
  M hibernate-entitymanager/src/test/bundles/cfgxmlpar/org/hibernate/ejb/test/pack/cfgxmlpar/hibernate.cfg.xml
  M hibernate-entitymanager/src/test/bundles/defaultpar/META-INF/persistence.xml
  M hibernate-entitymanager/src/test/bundles/defaultpar_1_0/META-INF/persistence.xml
  M hibernate-entitymanager/src/test/bundles/excludehbmpar/META-INF/persistence.xml
  M hibernate-entitymanager/src/test/bundles/explicitpar/META-INF/persistence.xml
  M hibernate-entitymanager/src/test/bundles/explodedpar/META-INF/persistence.xml
  M hibernate-entitymanager/src/test/bundles/overridenpar/META-INF/persistence.xml
  M hibernate-entitymanager/src/test/bundles/overridenpar/overridenpar.properties
  M hibernate-entitymanager/src/test/bundles/space par/META-INF/persistence.xml
  M hibernate-entitymanager/src/test/bundles/war/WEB-INF/classes/META-INF/persistence.xml

Log Message:
-----------
HHH-5693 Update the filtered resource files to use @@ as token for filtering

Tokens use now the @property@ syntax instead of ${property}, because underneath
ant filtering is used. Also remove hibernate.connection.isolation property which
is irrelevant for these tests.
Update gradle build script to use filtering when copying the bundle resources.
The script also adds a new compilation task for just compiling the metamodel.
Seems to be needed for Mac.


Commit: 461354be09548014b8b9bc36a235e11890750281
    http://github.com/hibernate/hibernate-core/commit/461354be09548014b8b9bc36a235e11890750281
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-10-26 (Tue, 26 Oct 2010)

Changed paths:
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/PackagingTestCase.java

Log Message:
-----------
HHH-5693 Update creation of URLClassloader for resource loading

This is necessary, because of changes of the loction of the test classes.
It used to be target/test-classes, now it is target/classes/test


Commit: 2d501faa8a0db535bdcb9bc5dedf108495a9db04
    http://github.com/hibernate/hibernate-core/commit/2d501faa8a0db535bdcb9bc5dedf108495a9db04
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-10-26 (Tue, 26 Oct 2010)

Changed paths:
  M hibernate-entitymanager/hibernate-entitymanager.gradle

Log Message:
-----------
HHH-5693 Added comment about the need for two compilations


Commit: e660463523c22e22842fcd2b2aa2ebb07ff815ba
    http://github.com/hibernate/hibernate-core/commit/e660463523c22e22842fcd2b2aa2ebb07ff815ba
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-10-26 (Tue, 26 Oct 2010)

Changed paths:
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/PackagingTestCase.java

Log Message:
-----------
HHH-5693 Change way the target directory is discovered

Depending on wether the tests are run from the command line (Gradle) or IDE (Idea at least) the path will vary. For this reason one cannot just navigate back in the path. Instead I am assuming that there is a 'target' directory.


Commit: c3dd29af3f1dfb951e56096df5a2055d1768ebae
    http://github.com/hibernate/hibernate-core/commit/c3dd29af3f1dfb951e56096df5a2055d1768ebae
Author: Hardy Ferentschik <hibernate at ferentschik.de>
Date:   2010-10-26 (Tue, 26 Oct 2010)

Changed paths:
  M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java

Log Message:
-----------
Merge branch 'master' of github.com:hibernate/hibernate-core




More information about the hibernate-commits mailing list