Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 25acc5078e414c178eb03c5b0d7a713c8e12c8a4
https://github.com/hibernate/hibernate-core/commit/25acc5078e414c178eb03c...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-08-31 (Wed, 31 Aug 2011)
Changed paths:
M hibernate-envers/src/test/java/org/hibernate/envers/test/EnversTestingJtaBootstrap.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
Log Message:
-----------
HHH-6020 : Move to JBossTS caused some test failures in hibernate-envers
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 09bba73a25767034ceda1b85d2ac93a11d8891c5
https://github.com/hibernate/hibernate-core/commit/09bba73a25767034ceda1b...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-08-31 (Wed, 31 Aug 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java
A hibernate-core/src/test/java/org/hibernate/test/schemaexport/SchemaExportTest.java
A hibernate-core/src/test/java/org/hibernate/test/schemaexport/mapping.hbm.xml
Log Message:
-----------
HHH-6384 : hibernate.hbm2ddl.auto=create does not drop tables
Commit: 938c4a870c0c05af467cda8519f4f6dfa2228aa6
https://github.com/hibernate/hibernate-core/commit/938c4a870c0c05af467cda...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-08-31 (Wed, 31 Aug 2011)
Changed paths:
A hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/SchemaExportTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/mapping.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/schemaexport/SchemaExportTest.java
R hibernate-core/src/test/java/org/hibernate/test/schemaexport/mapping.hbm.xml
Log Message:
-----------
HHH-6384 - hibernate.hbm2ddl.auto=create does not drop tables
Compare: https://github.com/hibernate/hibernate-core/compare/61d60d0...938c4a8
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 61d60d0c8827063a7401291134db6b578c03dbb4
https://github.com/hibernate/hibernate-core/commit/61d60d0c8827063a740129...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-08-31 (Wed, 31 Aug 2011)
Changed paths:
M hibernate-core/src/test/resources/hibernate.properties
Log Message:
-----------
HHH-6623 Turned off hibernate.show_sql in core's test/resources/hibernate.properties, which seems to be a sufficient workaround for now