5294 Commits

Author SHA1 Message Date
Steve Ebersole
6f25adcfd2 HHH-8734 - Update to Gradle 1.9 2013-11-21 13:46:40 -06:00
Brett Meyer
d47e9daf88 HHH-8689 regression test 2013-11-21 11:36:41 -05:00
Galder Zamarreño
c418ea147f HHH-8624 Update to Infinispan 6.0.0.Final 2013-11-21 13:41:39 +01:00
Galder Zamarreño
c7fa16abe9 HHH-8623 Cache should be up to date after region eviction
* Region clear now happens within the transaction of the caller,
if any. Otherwise, a new transaction is started in order to do the
clear within a transaction and so deal with situations where cache
statistics are queried outside of a transaction.
* Cache updates after the region eviction should be allowed to
happen, so if region eviction happened within the transaction, a
putFromLoad() is mapped to a normal put instead of a PFER call,
so that the data is accessible for the current transaction. This is
not an issue for situations where region has not evicted because
the session cache will have data that's been accessed in the
transaction.
* Transaction manager could be null, if region non-transactional
2013-11-21 13:41:39 +01:00
Galder Zamarreño
7788092173 HHH-8624 Update to Infinispan 6.0 snapshot
* Snapshot update is only to verify that the testsuite passes with
the latest Infinispan fixes for ISPN-3639.
2013-11-21 13:41:38 +01:00
Brett Meyer
f9c8ec9f2a 4.3.0.CR1 post-release 2013-11-20 16:52:56 -05:00
Brett Meyer
4e37d0ad8a 4.3.0.CR1 post-release 2013-11-20 15:51:17 -05:00
Steve Ebersole
b1d38a2040 release 4.3.0.CR1 4.3.0.CR1 2013-11-20 12:18:52 -06:00
Steve Ebersole
7deda8c34b HHH-8720 - Create an index for the topical guides 2013-11-20 11:32:11 -06:00
Gail Badner
412d5d6fca HHH-8662 : Deprecate functionality for initialized many-to-many collections of proxies 2013-11-20 04:18:22 -08:00
Gail Badner
f679a3c783 HHH-8597 : Rename org.hibernate.loader.plan2 to org.hibernate.loader.plan 2013-11-20 02:21:31 -08:00
Gail Badner
8e2f2a9da6 HHH-8597 : Delete org.hibernate.loader.plan2 and related code 2013-11-20 01:38:46 -08:00
Gail Badner
b42b759a0d HHH-8722 HHH-8723 : Reorg AbstractLoadPlanBuildingAssociationVisitationStrategy and add Any support 2013-11-19 23:22:33 -08:00
Gail Badner
eeb5a3f2c2 HHH-8722 HHH-8723 : Reorg AbstractLoadPlanBuildingAssociationVisitationStrategy and add Any support 2013-11-19 23:22:23 -08:00
Gail Badner
ed4fafeb50 HHH-8722 HHH-8723 : Reorg AbstractLoadPlanBuildingAssociationVisitationStrategy and add Any support 2013-11-19 23:22:13 -08:00
Gail Badner
9d8fa394e3 HHH-8722 HHH-8723 : Reorg AbstractLoadPlanBuildingAssociationVisitationStrategy and add Any support 2013-11-19 23:21:47 -08:00
Gail Badner
7693826b77 HHH-8722 HHH-8723 : Reorg AbstractLoadPlanBuildingAssociationVisitationStrategy and add Any support 2013-11-19 23:21:27 -08:00
Gail Badner
ec348c32fd HHH-8722 HHH-8723 : Reorg AbstractLoadPlanBuildingAssociationVisitationStrategy and add Any support 2013-11-19 23:21:13 -08:00
Gail Badner
de7cddc879 HHH-8722 HHH-8723 : Reorg AbstractLoadPlanBuildingAssociationVisitationStrategy and add Any support 2013-11-19 23:19:00 -08:00
Steve Ebersole
4e6f3a9753 HHH-8692 - Document value generation feature 2013-11-19 17:30:16 -06:00
Steve Ebersole
475aba7c0f HHH-8720 - Create an index for the topical guides 2013-11-19 17:30:16 -06:00
Brett Meyer
834a71bc6d HHH-8721 CoreMessageLogger conflicts 2013-11-19 18:09:28 -05:00
Steve Ebersole
8580b29161 HHH-8709 - SynchronizationCallbackCoordinator is calling Thread.currentThread way too often 2013-11-19 11:29:22 -06:00
Brett Meyer
fe6263936e HHH-8686 FumTest hangs on mysql55 2013-11-18 18:35:04 -05:00
Steve Ebersole
465c3b1e9c HHH-8684 - Named output parameters don't work for stored procedure call 2013-11-18 16:17:31 -06:00
Steve Ebersole
162e1659c3 HHH-8684 - Named output parameters don't work for stored procedure call 2013-11-18 15:49:55 -06:00
Steve Ebersole
67d8a53887 HHH-8700 - Update ORM modules using JPA metamodel generator to use the new module 2013-11-18 15:36:23 -06:00
Steve Ebersole
da6ee1e5bc HHH-8693 - asciidoc is not integrated into release workflow 2013-11-18 14:48:10 -06:00
Sanne Grinovero
9a3b1417c6 HHH-8703 Remove need to support EntityKey de-serialization without having access to a SessionFactory 2013-11-18 09:02:57 -06:00
Steve Ebersole
d6fa2b2864 HHH-8703 - Remove NonFlushedChanges api 2013-11-18 08:29:14 -06:00
Sanne Grinovero
220a27af64 HHH-8682 org.hibernate.engine.spi.EntityKey consumes a lot of memory 2013-11-16 14:09:03 -06:00
Sanne Grinovero
15adff22ce HHH-8679 Relax synchronized block in Loader#wrapResultSetIfEnabled 2013-11-16 14:09:03 -06:00
Sanne Grinovero
e64376eb2b HHH-8698 ColumnNameCache wraps and unwraps int to Integer multiple times 2013-11-16 14:09:03 -06:00
Sanne Grinovero
61a75accf5 HHH-8680 Relax synchronized block in TableGenerator#generate 2013-11-16 14:09:03 -06:00
Sanne Grinovero
be44a1984e HHH-8681 NonNullableTransientDependencies should initialize identityMap lazily 2013-11-16 14:09:03 -06:00
Sanne Grinovero
b2479bf00d Whitespace and style fixes (only) 2013-11-16 14:09:03 -06:00
Steve Ebersole
7f82763843 HHH-8704 - ManyToOneType#scheduleBatchLoadIfNeeded creates EntityKey instances even if absolutely not necessary 2013-11-16 14:07:35 -06:00
Steve Ebersole
449c558365 HHH-8654 - Ability to get notified of interesting Session events 2013-11-15 13:04:18 -06:00
Steve Ebersole
1e74abf511 HHH-8654 - Ability to get notified of interesting Session events 2013-11-15 12:01:14 -06:00
Steve Ebersole
9e58a6de69 HHH-8694 - Move hibernate-maven-plugin and hibernate-gradle-plugin under tooling sub directory 2013-11-13 18:23:48 -06:00
Steve Ebersole
f073b979d4 HHH-8654 - Ability to get noitified of interesting Session events 2013-11-13 16:03:35 -06:00
Gail Badner
b7f17e9412 HHH-8629 : Integrate LoadPlans into collection initializers 2013-11-13 12:44:18 -08:00
Gail Badner
fdf211fdd1 HHH-8629 : Integrate LoadPlans into collection initializers 2013-11-13 12:44:18 -08:00
Hardy Ferentschik
faca8f5dd4 HHH-8483 Deleting obsolte settings.gralde in metamodel-generator project and making sure artifact is correctly named in root level settings file 2013-11-12 16:07:00 +01:00
Strong Liu
fe82f74a05 ignore target director from git 2013-11-11 20:54:24 +08:00
Hardy Ferentschik
0d643af4f5 HHH-8483 Adding creation of metamodelgen ascidoc to the build. Removing obsolete docbook files 2013-11-11 20:08:18 +08:00
Hardy Ferentschik
197ef85ef7 HHH-8483 Converting the docbook documentation for metamodelgen to ascidoc 2013-11-11 20:08:17 +08:00
Hardy Ferentschik
5618ea53e3 METAGEN-104 Making sure that determination of bean properties takes method name and return type into consideration 2013-11-11 20:08:17 +08:00
Hardy Ferentschik
b98c45f904 METAGEN-104 Improving the way the test source directory is discovered 2013-11-11 20:08:17 +08:00
Hardy Ferentschik
052012776e HHH-8483 Deleting readme 2013-11-11 20:08:17 +08:00