3187 Commits

Author SHA1 Message Date
Emmanuel Bernard
88a7edbdd7 HHH-6091 Make IdentifierGeneratorFactory a service
Create a MutableIdentifierGeneratorFactory to host the register contract
Make MutableIdentifierGeneratorFactory a default StandardServiceInitiator
2011-09-07 12:25:10 +02:00
Sanne Grinovero
d71a15d1c1 HHH-6626 Improve PutFromLoadValidatorUnitTestCase to be less timesensitive 2011-09-06 18:21:04 +02:00
Strong Liu
4b9517d0d9 HHH-6634 upgrade to jandex 1.0.3.Final 2011-09-06 14:29:38 +08:00
Strong Liu
53cdcc5607 Merge pull request #165 from lukasz-antoniak/HHH-6533
HHH-6533 - ByteTypeDescriptor is not working properly
2011-09-05 19:25:37 -07:00
Lukasz Antoniak
7d593e32e2 HHH-6533 - Fix and test 2011-09-05 20:15:29 +02:00
Strong Liu
37c3266edd prepare for next 4.0.0 development 2011-09-01 15:00:15 +08:00
Strong Liu
bd5a0cf6d5 prepare for 4.0.0.CR2 release 4.0.0.CR2 2011-09-01 12:54:43 +08:00
Steve Ebersole
bb476c9610 prepare for 4.0.0.CR2 release 2011-08-31 23:50:09 -05:00
Steve Ebersole
020c919245 HHH-6412 - hibernate version is not injected by the injection plugin 2011-08-31 23:19:05 -05:00
Gail Badner
b0df669cbc HHH-6619 : Move org.hibernate.pretty.Printer to org.hibernate.internal.util.EntityPrinter 2011-08-31 14:56:55 -07:00
Gail Badner
25acc5078e HHH-6020 : Move to JBossTS caused some test failures in hibernate-envers 2011-08-31 14:24:53 -07:00
Steve Ebersole
938c4a870c HHH-6384 - hibernate.hbm2ddl.auto=create does not drop tables 2011-08-31 16:18:25 -05:00
Gail Badner
09bba73a25 HHH-6384 : hibernate.hbm2ddl.auto=create does not drop tables 2011-08-31 16:18:25 -05:00
John Verhaeg
61d60d0c88 HHH-6623 Turned off hibernate.show_sql in core's test/resources/hibernate.properties, which seems to be a sufficient workaround for now 2011-08-31 14:14:13 -05:00
Strong Liu
2be9501710 update gradle wrapper version to 1.0-m3 2011-09-01 02:42:28 +08:00
Emmanuel Bernard
ee3dd3c5ff HHH-6621 Upgrade Hibernate Commons Annotations to 4.0.0.CR2 2011-08-31 19:02:00 +02:00
Strong Liu
1f2f7270db HHH-6618 running hibernate functional test cases on DB matrix 2011-09-01 00:08:29 +08:00
Emmanuel Bernard
45993edbc8 HHH-6622 Upgrade JBoss Logging to GA version 2011-08-31 16:00:32 +02:00
Strong Liu
aa5bcfa2cc HHH-6618 running hibernate functional test cases on DB matrix 2011-08-30 23:29:09 +08:00
Strong Liu
822ae2a135 HHH-6588 rollback to use "org.hibernate.SQL" category to log sql 2011-08-30 18:39:35 +08:00
Strong Liu
75e0ba4ce3 HHH-6588 rollback to use "org.hibernate.SQL" category to log sql 2011-08-30 18:20:31 +08:00
Strong Liu
3b7bdb8ddc HHH-6618 enable idea support for matrix sourceset 2011-08-30 15:20:51 +08:00
Strong Liu
e941eca2d5 HHH-6618 running hibernate functional test cases on DB matrix 2011-08-30 14:06:13 +08:00
Steve Ebersole
68f7d9b713 HHH-6586 - Document metamodel package as experimental and unsupported 2011-08-29 18:38:16 -05:00
Strong Liu
29bce38307 HHH-6606 ignore test org.hibernate.metamodel.source.annotations.util.EmbeddableHierarchyTest#testEmbeddableHierarchy 2011-08-29 14:20:24 +08:00
Lukasz Antoniak
1525067792 HHH-6594 - Fix and test 2011-08-28 09:25:39 +02:00
Scott Marlow
927539f24a HHH-6601 use DEBUG for logging of missing package-info messages 2011-08-24 10:42:52 -04:00
Strong Liu
1ddc599803 Merge remote branch 'lukasz/HHH-5848' 2011-08-24 13:08:19 +08:00
Adam Warski
857a2268f9 Merge pull request #157 from lukasz-antoniak/HHH-5930-4.x
HHH-5930 [branch 4.x] - Remove hibernate-tools dependency from runtime scope
2011-08-21 23:23:48 -07:00
Lukasz Antoniak
40474a69fa HHH-5930 - Removed Ant and Hibernate Tools dependency from Envers build 2011-08-21 17:53:21 +02:00
Strong Liu
af0043ae6a HHH-5789 Hibernate 3.5.4 doesn't build with OpenJDK 6b18-1.8.2 or greater 2011-08-20 10:58:39 +08:00
Strong Liu
77baa2aa64 HHH-5789 Hibernate 3.5.4 doesn't build with OpenJDK 6b18-1.8.2 or greater 2011-08-20 10:45:20 +08:00
Strong Liu
8ee4156a1a HHH-6577 code style format 2011-08-20 10:33:02 +08:00
Strong Liu
d2045611aa Merge remote-tracking branch 'cubrid/master' 2011-08-20 10:29:45 +08:00
Gail Badner
aee2312475 HHH-1645 : Refresh with LockMode on an unitialized proxy does not work 2011-08-19 14:20:42 -07:00
Steve Ebersole
4cbbdb65fd release 4.0.0.CR1 2011-08-17 21:26:53 -05:00
Steve Ebersole
41eb04fe81 release 4.0.0.CR1 4.0.0.CR1 2011-08-17 21:05:19 -05:00
Esen Sagynov
0962a5420f Added CUBRIDDialect source. Extended StandardDialectResolver by adding CUBRIDDialect info. 2011-08-17 18:42:43 -07:00
Gail Badner
fbb2c68b6b HHH-6370 : HSQLDB fixes reported issues and adds minor enhancement (Fred Toussi) 2011-08-16 18:00:10 -07:00
Steve Ebersole
01604bef94 HHH-6503 - Develop Set-style plural attribute support for new metamodel 2011-08-16 18:10:16 -05:00
Steve Ebersole
859b61a7c4 HHH-6503 - Develop Set-style plural attribute support for new metamodel 2011-08-16 17:55:55 -05:00
Hardy Ferentschik
524443d848 HHH-6268 Fixing test errors caused by NullPointerExceptions and refactoring annotation processing code in EntityClass 2011-08-16 18:03:53 +02:00
John Verhaeg
39da72cadb HHH-6268: Oops, shouldn't have been part of this push 2011-08-16 10:41:40 -05:00
Lukasz Antoniak
b3bd4f7aae HHH-5848 - Fix and test 2011-08-15 22:18:49 +02:00
JPAV
adf6271594 HHH-6268 Bound JPA callback methods to entities, including those defined by default listeners, and added new method to Integrator that handles MetadataImplementor instead of Configuration, modifying affected classes accordingly. BeanValidationIntegrator and EnversIntegrator still need to be implemented but require other portions of metamodel to be completed first. 2011-08-15 10:13:29 -05:00
Strong Liu
05cec5a4ba fix bug in previous re-fact 2011-08-15 15:33:39 +08:00
Strong Liu
4ccc536c99 HHH-6573 change to use ClassLoaderService to locate service initiator 2011-08-15 15:30:55 +08:00
Strong Liu
71adfabca8 simple code refact 2011-08-15 14:55:06 +08:00
Gail Badner
dc7feab061 HHH-6498 HHH-6337 : Updates to support single-table inheritance using new metamodel 2011-08-11 18:01:01 -07:00
Scott Marlow
2faeb783a4 HHH-6564 support pre-AS7 transaction manager lookup and AS7-AS4 usertransaction lookup 2011-08-11 13:42:25 -04:00