Commit Graph

3976 Commits

Author SHA1 Message Date
Lukasz Antoniak 6aed8651a6 HHH-7187 - Fix tests against MySQL 2012-03-24 15:40:36 +01:00
Strong Liu d2852e3c4d a little improvment on the build script 2012-03-23 16:02:45 +08:00
Lukasz Antoniak 5a2b019e66 HHH-7187 - Shorten table names 2012-03-22 23:36:59 +01:00
Steve Ebersole e24451637d HHH-7190 - Cache JDBC proxy class defintions 2012-03-22 09:04:44 -05:00
Steve Ebersole 624855c438 HHH-5732 - @OrderColumn not updated if @OneToMany has mappedby defined 2012-03-21 11:19:35 -05:00
Steve Ebersole 23f49f19b5 HHH-1657 - hql update generate wrong sql with joined subclass hierarcy 2012-03-20 21:52:49 -05:00
Steve Ebersole 8f7b8e10d0 HHH-7192 - NullPointerException in QueryTranslatorImpl on erroneously typed delete query 2012-03-20 19:24:46 -05:00
Steve Ebersole 4f64b56a88 HHH-7160 - NaturalIdXrefDelegate#cache() needs to remove obsolete entries in shared cache when NaturalId values changed 2012-03-20 13:34:19 -05:00
Steve Ebersole fb0b90bd2d HHH-7191 - NaturalIdCache improperly declared 2012-03-20 13:34:18 -05:00
Lukasz Antoniak 6e85abcf7a HHH-7017 - Fix and test 2012-03-20 18:43:14 +01:00
Steve Ebersole 1877315ee3 HHH-7090 - Temporary session closing affects original session 2012-03-20 08:40:50 -05:00
Strong Liu 38c4f02cea HHH-7107 org.hibernate.test.locking.LockModeTest hangs on Sybase 15.5 and DB2-97 2012-03-20 13:21:42 +08:00
Strong Liu 749f7c1eb5 HHH-6271 fixes build error when tools.jar is not on classpath (linux) 2012-03-20 13:13:23 +08:00
Steve Ebersole 5d6d9b87c1 HHH-7020 - Connection leak with nested sessions 2012-03-19 19:09:44 -05:00
Steve Ebersole 5a1d523b4d HHH-7090 - Temporary session closing affects original session 2012-03-19 17:34:15 -05:00
Hardy Ferentschik 60c1b23c7b HHH-6271 Introducing Byteman in order to really test that a certain log message gets never called. 2012-03-19 23:19:46 +08:00
Hardy Ferentschik fa1183f3f9 HHH-6271 Unifying error logger in XMLHelper and standalone ErrorLogger. Removing the former and integrating some features of the latter into ErrorLogger.
Also using a deferred logging approach.
2012-03-19 23:19:45 +08:00
Hardy Ferentschik 6c0ebd40a5 HHH-6271 Adding some more tests 2012-03-19 23:19:45 +08:00
Hardy Ferentschik 8373871c30 HHH-6271 Javadocs and some generics fixes 2012-03-19 23:19:45 +08:00
Hardy Ferentschik ddcd060441 HHH-6271 Adding explicit test showing that orm version 1 works 2012-03-19 23:19:45 +08:00
Hardy Ferentschik 9272a905a0 HHH-6271 Fixing a typo in class name 2012-03-19 23:19:45 +08:00
Hardy Ferentschik 99be673a32 HHH-6271 Formatting and adding consistent licence header. Removing $Id which is a legacy from svn.
No functional changes
2012-03-19 23:19:44 +08:00
Strong Liu 199fae5fee correct encoding error 2012-03-19 23:03:30 +08:00
Strong Liu 5822404c6d HHH-7185 - run envers tests on db matrix 2012-03-19 21:54:28 +08:00
Lukasz Antoniak ecd8ad5446 HHH-7184 - Envers revision entity JPA2 metadata 2012-03-18 15:53:04 +01:00
Lukasz Antoniak 71db4095c6 HHH-6661 - Test case 2012-03-18 14:54:03 +01:00
Steve Ebersole ee9b3585c5 HHH-7020 - Connection leak with nested sessions 2012-03-15 10:18:05 -05:00
Strong Liu 476fd2fca7 rollback org.jboss.pressgang: to 3.0.0 2012-03-15 22:04:57 +08:00
Galder Zamarreño 41b9f2558f HHH-7176 Upgrade to Infinispan 5.1.2.FINAL 2012-03-15 12:52:12 +01:00
Galder Zamarreño 25487f2401 HHH-7166 Support multiple custom command factories 2012-03-15 12:51:48 +01:00
Strong Liu e049fd6296 uid is a oracle keyword 2012-03-15 16:48:20 +08:00
Strong Liu b145388625 HHH-7174 org.hibernate.test.tm.CMTTest.testConcurrentCachedQueries fails due to test cases interdependent 2012-03-15 16:41:09 +08:00
Steve Ebersole ef41cdd6dd HHH-7133 - NaturalIdLoadAccess not correctly working on mutable NaturalId's 2012-03-14 17:56:10 -05:00
Steve Ebersole 8ffdc614d7 HHH-7133 - NaturalIdLoadAccess not correctly working on mutable NaturalId's 2012-03-14 15:11:29 -05:00
Steve Ebersole 77393f77f9 HHH-7167 - The new natural id code introduced in 4.1.1 depends on the order the entity persisters are loaded which leads to fatal errors 2012-03-14 14:25:27 -05:00
Steve Ebersole c7afef512e HHH-7158 - Regression: null values on NaturalId's at persist-time are causing subsequent NPE's and wrong behaviour 2012-03-14 13:36:47 -05:00
Steve Ebersole e532dc5e7d HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts 2012-03-14 12:05:28 -05:00
Strong Liu 2c85cbefa3 change org.jboss.pressgang:pressgang-jdocbook-style version to 3.0.1-SNAPSHOT, since there is no 3.0.0-SNAPSHOT available 2012-03-14 18:42:14 +08:00
Strong Liu 90d02e669b HHH-7169 - fix failling tests 2012-03-14 14:26:07 +08:00
Steve Ebersole 87941b89aa HHH-7169 - Use ClassLoaderService to load JDBC driver classes 2012-03-13 14:51:04 -05:00
Steve Ebersole c3fc7f3214 HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts 2012-03-13 12:27:48 -05:00
Steve Ebersole 41dd7079e0 HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts 2012-03-13 12:27:48 -05:00
Strong Liu c943285bbd HHH-7156 Make Hibernate ORM compile and run tests using JDK 7 (and JDK 6) 2012-03-13 23:19:08 +08:00
Strong Liu b51b2ff4cb HHH-7156 Make Hibernate ORM compile and run tests using JDK 7 (and JDK 6) 2012-03-13 21:58:48 +08:00
Strong Liu 3a5bb1f571 upgrade to junit 4.10
exclude xml-api which is part of JDK 6/7
change jboss-logging to make it JDK7 compatibile
2012-03-13 16:12:46 +08:00
Steve Ebersole dceda48ff1 HHH-7162 - Use concise artifact syntax in build scripts 2012-03-09 13:40:26 -06:00
Zbyněk Roubalík 3e99b2c440 HHH-7159 Database keywords causes failure of some tests in org.hibernate.test.collection.custom 2012-03-08 15:40:44 +01:00
Steve Ebersole ab80780cf1 release 4.1.1 2012-03-07 21:12:11 -06:00
Steve Ebersole 8563fb8a8b release 4.1.1 2012-03-07 21:10:40 -06:00
Steve Ebersole 0e88fdd909 HHH-7153 - Update to newest jDocBook tool chain versions 2012-03-07 20:40:42 -06:00