115 Commits

Author SHA1 Message Date
Galder Zamarreño
4a323a4415 HHH-6980 Upgrade to Infinispan 5.1.0.CR4 2012-01-18 13:19:01 +00:00
Paul Ferraro
5a8060ae8b HHH-6952 Allow extensions of InfinispanRegionFactory to override classloader logic 2012-01-11 17:24:57 +01:00
Galder Zamarreño
8a4d604d9c ISPN-6955 Add guarantees that the cluster forms 2012-01-11 16:12:58 +01:00
Galder Zamarreño
81c505c70c HHH-6955 Use Infinispan's test JGroups stack that uses TEST_PING
By doing this, discovery of nodes is not timed and instead is done
in-memory which is much more reliable from a testing perspective.
Due to timing issues, some tests would randomly fail because the
cluster did not form in time, so changing to this JGroups stack for
testing solves random test failures due to invalidation messages
not being sent around.
2012-01-10 19:17:26 +01:00
Galder Zamarreño
cc9fbf42a9 HHH-6955 Upgrade to Infinispan 5.1.0.CR3
* Switch to autoCommit=false so that unnecessary transactions
are not created.
* Mark timestamps cache explicitly non-transactional.
* Move away from using caches as a way to send evict all
notifications. Instead, use custom commands provided by Infinispan.
* Get rid of the JDBC transaction test because it does not make
sense configuring JDBC transactions with Infinispan 2LC.
2012-01-10 13:55:30 +01:00
Galder Zamarreño
6491724972 HHH-6729 Upgraded to Infinispan 5.1.0.CR1
* Made the configuration file explicitly define optimistic as locking
mode.
* Make sure a transaction manager that hooks to Hibernate's TM
is configured.
2011-12-08 16:16:44 +01:00
Gail Badner
af3767b82a HHH-6872 : Test failures with hibernate.jdbc.batch_versioned_data=true 2011-12-02 02:19:58 -08:00
Strong Liu
f8e347dabd HHH-6827 code format and javadoc, logging 2011-11-21 20:02:09 +08:00
Steve Ebersole
d4e138eb13 HHH-6833 - Eable SQL logging for tests 2011-11-20 10:27:47 -06:00
Strong Liu
93f6ad6e2e HHH-6818 update dependencies management 2011-11-14 17:12:51 +08:00
Strong Liu
98e68aab4b HHH-6742 move unit tests back to src/test 2011-10-18 21:47:19 +08:00
Strong Liu
0f1d6c189b HHH-6626 ignore PutFromLoadValidatorUnitTestCase for now 2011-10-14 15:16:02 +08:00
Steve Ebersole
f4fa176255 HHH-6683 - Consolidate (consistency) building of service registries 2011-09-27 11:49:17 -05:00
Galder Zamarreño
4a3a59047f HHH-6674 Upgraded to Infinispan 5.0.1.FINAL 2011-09-27 11:37:32 +02: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
Sanne Grinovero
d71a15d1c1 HHH-6626 Improve PutFromLoadValidatorUnitTestCase to be less timesensitive 2011-09-06 18:21:04 +02:00
Galder Zamarreño
c678392e30 HHH-6219 Nullify pending put map or singleton to avoid leaks 2011-06-07 12:16:21 +02:00
Galder Zamarreño
f78c79d676 HHH-6062 Infinispan now integrates as a synchronization
* A new property has been defined to control whether it hooks as a
synchronization or as an XA resource.
* Updated Infinispan to 5.0.0.CR4.
2011-06-07 10:22:05 +02:00
Galder Zamarreño
f01505591d HHH-6186 Upgraded to latest Infinispan 5.0 CR 2011-05-17 13:59:56 +02:00
Steve Ebersole
fb44ad936d HHH-6196 - Split org.hibernate.engine package into api/spi/internal 2011-05-04 17:15:47 -05:00
Steve Ebersole
c930ebcd7d HHH-6191 - repackage org.hibernate.cache per api/spi/internal split 2011-05-04 14:43:04 -05:00
Steve Ebersole
a6b8d62209 HHH-6094 - Test failures in hibernate-infinispan dealing with query caching 2011-05-03 14:33:51 -05:00
Steve Ebersole
16e86687c9 HHH-6150 - JBoss AS7 integration work 2011-04-22 17:42:07 -05:00
Steve Ebersole
53e0439880 HHH-6144 - Introduce ServiceRegistryBuilder 2011-04-20 15:58:10 -05:00
Steve Ebersole
6504cb6d78 HHH-6098 - Slight naming changes in regards to new logging classes 2011-04-08 09:44:13 -05:00
Steve Ebersole
2a8c81790b HHH-6094 - Test failures in hibernate-infinispan dealing with query caching 2011-04-06 14:44:46 -05:00
Galder Zamarreño
634d9186a5 HHH-6015 - Fix classloader issue 2011-03-28 17:26:58 +02:00
Steve Ebersole
815baf4348 HHH-6051 - Create a sessionfactory scoped ServiceRegistry 2011-03-24 22:18:38 -05:00
Steve Ebersole
731d00fd6d HHH-6047 - allow nesting of ServiceRegistry 2011-03-24 14:38:58 -05:00
Steve Ebersole
3402ba3a67 HHH-6028 - Remove o.h.classic.Session/Validatable 2011-03-19 08:16:33 -05:00
Galder Zamarreño
5c8e4f195d HHH-6015 - Investigate hibernate-infinispan test failures
Some tests were relying on empty caches at the start, so
make sure these are clear.
2011-03-16 18:35:53 +01:00
Galder Zamarreño
f3bab56382 HHH-6015 - hibernate-infinispan test failures after migration to JUnit4
Fixed isolated classloader test making sure the two classloaders
required are created, one with the classes and the other without them.
2011-03-15 14:12:01 +01:00
Steve Ebersole
1c203f35ec HHH-5942 - Migrate to JUnit 4 2011-03-14 13:14:07 -05:00
Steve Ebersole
a6f8767a3c HHH-5942 - Migrate to JUnit 4 2011-03-14 13:14:07 -05:00
Steve Ebersole
fd3fb8b316 HHH-5942 - Migrate to JUnit 4 2011-03-14 13:14:07 -05:00
Gail Badner
7c5f2ae5db HHH-5949 : Migrate, complete and integrate TransactionFactory as a service 2011-03-09 15:12:30 -08:00
JPAV
346418c4ef Final sync with upstream master 2011-03-08 16:19:57 -06:00
Steve Ebersole
e1c03f28fd HHH-5949 - Migrate, complete and integrate TransactionFactory as a service 2011-03-07 10:48:32 -06:00
Steve Ebersole
0816d00e59 HHH-5986 - Refactor org.hibernate.util package for spi/internal split 2011-03-05 09:26:34 -06:00
Steve Ebersole
4d5b9f1ca1 HHH-5949 - Migrate, complete and integrate TransactionFactory as a service 2011-03-03 14:16:58 -06:00
Steve Ebersole
b4a440e8d3 HHH-5949 - Migrate, complete and integrate TransactionFactory as a service 2011-03-02 16:52:43 -06:00
JPAV
79080f74d6 sync with master 2011-02-24 16:18:35 -06:00
Steve Ebersole
0c5526f724 HHH-5765 - Replaced ServiceRegistryHolder with ServiceRegistryBuilder 2011-02-23 16:27:31 -06:00
Steve Ebersole
11d32ba69c HHH-5943 - Make ServiceRegistry mutable 2011-02-23 15:48:02 -06:00
Galder Zamarreño
67606ca651 HHH-5859 - Upgraded to 4.2.0.CR1
Apart from upgrading Infinispan, test transaction manager code has been
changed so that read only transactions are not committed twice.
2011-02-23 15:20:00 -06:00
JPAV
19bc3ba7fc Modified infinispan module's build to exclude older version of jboss-logging library 2011-02-22 16:28:42 -06:00
Steve Ebersole
39d2d53968 HHH-5765 - Replaced ServiceRegistryHolder with ServiceRegistryBuilder 2011-02-21 23:41:17 -06:00
Steve Ebersole
f53a6c708a HHH-5943 - Make ServiceRegistry mutable 2011-02-21 17:31:40 -06:00
JPAV
ece77365dc Updated to work with latest releases of jboss-logging and jboss-logging-tools 2011-02-16 16:14:27 -06:00
JPAV
8c806d361d Changes from requests at Hibernate meeting: message codes, use XXXf methods for debug and trace, use @Cause 2011-02-08 13:55:27 -06:00