Galder Zamarreno
|
ddd1d72e5a
|
[HHH-4944] (putFromLoad calls could store stale data) Fixed.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18857 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-02-23 12:11:34 +00:00 |
Galder Zamarreno
|
011ef60c10
|
[HHH-4640] (Add test with JNDI bound JBoss Transactions Transaction Manager) Test was not closing SessionFactory instance.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18856 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-02-23 12:09:45 +00:00 |
Galder Zamarreno
|
b15adba4ef
|
Disable lock striping to avoid potential deadlocks like the ones explained in http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218955#4218955. It's worth noting that In Infinispan, each entity/collection has its own cache and the update timestamps and query cache are maintained separately, so the chances of this happening are much lower.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18849 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-02-22 16:43:06 +00:00 |
Galder Zamarreno
|
89b9b4e79f
|
[HHH-4640] (Add test with JNDI bound JBoss Transactions Transaction Manager) Done.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18848 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-02-22 16:37:22 +00:00 |
Galder Zamarreno
|
1ec20855ee
|
Update to Infinispan 4.0.0.CR4
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18819 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-02-17 12:51:06 +00:00 |
Galder Zamarreno
|
d88f65ff0c
|
[HHH-4836] (Infinispan: 2L QueryCache don't considers cached queries which belong to current transaction) Fixed by not suspending transactions on get any more, since no locks are aquired on get.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18790 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-02-12 12:21:43 +00:00 |
Steve Ebersole
|
7d0258ec55
|
prepare 3.5.0-CR-1 ++ dev
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18771 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-02-10 19:42:49 +00:00 |
Steve Ebersole
|
7a9b5f1781
|
prep 3.5.0-CR-1 release
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18769 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-02-10 19:17:55 +00:00 |
Gail Badner
|
0530b809d8
|
setting the version number on trunk back to 3.5.0-SNAPSHOT
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18668 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-29 00:57:52 +00:00 |
Gail Badner
|
18ed315b62
|
prep 3.5.0-Beta-4
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18666 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-29 00:46:30 +00:00 |
Galder Zamarreno
|
671d9db8e2
|
Individual regions currently use the same implementation as InfinispanRegionFactory for the next timestamp. Get them to actually call InfinispanRegionFactory to make it easier for users to provide diff implementations if desired.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18618 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-25 16:23:59 +00:00 |
Galder Zamarreno
|
b34bb068a7
|
[HHH-4814] (Configure global/cache level JMX statistics from Hibernate configuration file) Added hibernate.cache.infinispan.statistics that enables cache manager and individual cache statistics.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18617 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-25 15:47:02 +00:00 |
Steve Ebersole
|
5d8d70036a
|
HHH-4659 - Add support for standard declarative cache (@Cacheable)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18614 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-24 17:07:28 +00:00 |
Hardy Ferentschik
|
79bb60ea89
|
setting the version number on trunk back to 3.5.0-SNAPSHOT
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18552 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-14 02:01:24 +00:00 |
Hardy Ferentschik
|
1f8019b3fc
|
Version upgrade for preperation of 3.5.0-Beta-3 release
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18550 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2010-01-14 01:34:37 +00:00 |
Galder Zamarreno
|
b95147a81e
|
Upgraded to Infinispan 4.0.0.CR3. It no longer depends on a transitive rhq/jopr dependency :)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18210 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-12-11 16:44:23 +00:00 |
Galder Zamarreno
|
77e57b6727
|
Added JDBC transaction test.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18185 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-12-09 18:21:07 +00:00 |
Galder Zamarreno
|
16528acc0b
|
[HHH-4520] (Infinispan second level cache integration can cache stale collection data) testManyUsers now enabled after ISPN-277 was fixed.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18184 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-12-09 18:20:38 +00:00 |
Galder Zamarreno
|
df2f9a8270
|
[HHH-4575] (When Infinispan is configured for INVALIDATION don't send cluster message on entity insert) Fixed.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18119 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-12-03 09:03:35 +00:00 |
Galder Zamarreno
|
05a02472a9
|
[ISPN-277] (LRU data container endlesly looping or exhibiting heavy contention) Update to trunk and check if testManyUsers runs fine now.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18077 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-27 16:53:33 +00:00 |
Galder Zamarreno
|
abc165eaba
|
[HHH-4520] (Infinispan second level cache integration can cache stale collection data) Ported fix. testManyUsers has been disabled while ISPN-277 gets fixed. Finally, Infinispan version has been upgraded to 4.0.0.CR2.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18005 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-18 16:56:13 +00:00 |
Galder Zamarreno
|
ec31e277ec
|
[HHH-4519] (Hibernate/Infinispan integration doesn't property handle Entity/CollectionRegionAccessStrategy evictAll) Fixed and got provider to work with forthcoming Infinispan 4.0.0.CR2 which has been just tagged but the maven repo has not been updated yet.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17976 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-13 18:12:53 +00:00 |
Steve Ebersole
|
5ecfeb5cb8
|
prep 3.5.0-Beta-2 by hand because maven rocks
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17892 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-02 18:20:40 +00:00 |
Steve Ebersole
|
c42e871b95
|
prep 3.5.0-Beta-2 by hand because maven rocks
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17890 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-11-02 18:09:43 +00:00 |
Galder Zamarreno
|
95d4af906e
|
Do not hardcode marshaller and version. Stick to defaults.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17799 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-10-19 16:48:53 +00:00 |
Steve Ebersole
|
b759f3ca1f
|
HHH-4499 : JDK 1.6 and modules
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17780 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-10-16 14:22:29 +00:00 |
Hardy Ferentschik
|
26dce3ac64
|
moved the jdk6 based modules into a profile to be able to skip them. Also removed the /bin part of the javac command
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17774 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-10-16 12:10:32 +00:00 |
Galder Zamarreno
|
d5bd71b60a
|
Update to Infinispan 4.0.0.BETA2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17765 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-10-15 14:45:24 +00:00 |
Galder Zamarreno
|
9e7e49d1f1
|
[ISPN-6] [HHH-4103] Tidy up commented code.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17488 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-09-08 09:55:19 +00:00 |
Galder Zamarreno
|
fc6da13a85
|
[ISPN-6] [HHH-4103] Fixed Infinispan classloader tests that required fixing some issues in the region factory implementation, but also a fix in Infinispan and a fix in JBoss Marshalling. I'll update the pom.xml to a new Infinispan release as soon as we have a new one. I've also added a fndi version of the Infinispan region factory to be used under JBoss AS. Finally, added some extra optional Infinispan configurations to the default file for testing and indication purpouses.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17487 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-09-07 17:50:30 +00:00 |
Manik Surtani
|
4b6a3903a9
|
[ISPN-6] Updated dependency of test suite to Infinispan 4.0.0.BETA1
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17415 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-25 15:20:45 +00:00 |
Galder Zamarreno
|
9ccd912bde
|
[HHH-4103] Initial commit.
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17386 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
2009-08-21 08:39:33 +00:00 |