Emmanuel Bernard
|
e20a0e6a9f
|
HHH-6668 Resource should not have heading / (hibernate.cfg.xml schema)
|
2011-09-20 18:51:14 +02:00 |
CodingFabian
|
2a15694fa1
|
ColumnName cache now uses a map which supports multithreaded access.
The implementation now uses ConcurrentHashMap which provides faster multithreaded gets and safe writes.
|
2011-09-15 23:36:38 +08:00 |
Strong Liu
|
999526c3c3
|
minor change, correct javadoc and typo
|
2011-09-15 23:25:29 +08:00 |
Strong Liu
|
50db873e2c
|
correct unmappable non-utf-8 characters
|
2011-09-15 22:45:08 +08:00 |
Strong Liu
|
1e1a6ebe04
|
HHH-6659 upgrade maven wagon plugin to 1.0
|
2011-09-15 22:07:00 +08:00 |
Steve Ebersole
|
afc94dad59
|
prep 4.0.0.CR3
|
2011-09-14 21:27:11 -05:00 |
Steve Ebersole
|
55da9dacdf
|
prep 4.0.0.CR3
|
2011-09-14 21:24:56 -05:00 |
Steve Ebersole
|
1d0740484f
|
HHH-6641 - Document services
|
2011-09-14 21:11:33 -05:00 |
Strong Liu
|
7b3a481af1
|
HHH-6658 upgrade jboss-logging-tools to 1.0.0.Beta7
|
2011-09-15 10:09:03 +08:00 |
Strong Liu
|
6dc324fcef
|
HHH-6655 test case
|
2011-09-15 01:12:40 +08:00 |
Strong Liu
|
4ee000ecf5
|
HHH-6654 upgrade ant to 1.8.2
|
2011-09-14 14:25:12 +08:00 |
Steve Ebersole
|
0fd15e1f37
|
HHH-6645 - Fix entity information
|
2011-09-13 20:15:03 -05:00 |
Steve Ebersole
|
d652de654c
|
HHH-6653 - Clean up JAXB generated classes
|
2011-09-13 20:08:42 -05:00 |
Steve Ebersole
|
9f214d8018
|
HHH-6640 - Add ability for Integrator to prepare ServiceRegistryBuilder and MetadataImplementor as part of lifecycle
|
2011-09-13 18:46:28 -05:00 |
Strong Liu
|
6cd04c2fb7
|
HHH-6650 upgrade jacc dependency
|
2011-09-13 16:46:38 +08:00 |
Adam Warski
|
53626310cf
|
HHH-6647: requesting an upgraded lock when looking for the last audit record to make sure the same one isn't found by two concurrent transactions
|
2011-09-12 09:17:18 +02:00 |
Adam Warski
|
6df15ef85a
|
Typo in method name
|
2011-09-12 09:17:17 +02:00 |
John Verhaeg
|
f4c36a10f8
|
HHH-6439: Added getAddUniqueConstraintString method to Dialect and updated UniqueKey classes to use it
|
2011-09-09 10:30:01 -05:00 |
John Verhaeg
|
88b6b4c67b
|
HHH-6581: Changed default access type determination to look for an explicit access annotation at the top of the hierarchy before falling back to the current strategy of examining identifiers
|
2011-09-09 09:42:00 -05:00 |
Adam Warski
|
47d76b365c
|
Merge pull request #166 from lukasz-antoniak/HHH-6614
HHH-6614 - Envers bad performance without invoking EntityManager.clear()
|
2011-09-09 01:56:17 -07:00 |
Steve Ebersole
|
050e42fb51
|
HHH-6641 - Document services
|
2011-09-08 17:11:29 -05:00 |
Steve Ebersole
|
f4506a4fd9
|
HHH-6641 - Document services
|
2011-09-08 16:51:28 -05:00 |
Steve Ebersole
|
db7cdb95a8
|
HHH-6641 - Document services
|
2011-09-08 16:41:40 -05:00 |
Lukasz Antoniak
|
578de2e5a2
|
HHH-6614 - Fix and test
|
2011-09-08 22:48:34 +02:00 |
Strong Liu
|
ed9c2bb61c
|
HHH-6635 C3P0: hibernate.c3p0.* configuration properties not properly parsed
|
2011-09-07 20:19:06 +08:00 |
Strong Liu
|
fcf43b2933
|
HHH-6635 C3P0: hibernate.c3p0.* configuration properties not properly parsed
|
2011-09-07 20:19:06 +08:00 |
Emmanuel Bernard
|
102f9b3876
|
HHH-6084 Add tests for id strategy provider in hem
|
2011-09-07 12:25:11 +02:00 |
Emmanuel Bernard
|
9b2dedc681
|
HHH-6084 define id strategy provider in HEM (waiting for MetadataImpl replacement in 4.1)
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
|
2011-09-07 12:25:11 +02:00 |
Emmanuel Bernard
|
7c39b19ab2
|
HHH-6091 Move DefaultIdentifierGeneratorFactory; use MutableIdentifierGeneratorFactory for public contracts
|
2011-09-07 12:25:10 +02:00 |
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
|
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 |