Commit Graph

26 Commits

Author SHA1 Message Date
Brian Stansberry 5e71ea4c55 [HHH-3817] Add missing lock release to test
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18871 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-24 19:11:53 +00:00
Brian Stansberry 2b72b05522 [HHH-3817] Better handle race between putFromLoad and removal
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18855 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2010-02-23 02:11:31 +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
Brian Stansberry bca8c96204 [HHH-3817] Remove unneeded get()
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17731 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-13 17:02:19 +00:00
Brian Stansberry 50bba15996 [HHH-3817] Remove unneeded get() calls
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17730 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-13 16:55:04 +00:00
Brian Stansberry 304af4d4e2 [HHH-3817] Remove unneeded get()
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17728 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-13 16:35:41 +00:00
Brian Stansberry c49ef2e2f2 [HHH-4487] Restore versions of the old public API jbc2 package classes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17662 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-08 23:23:42 +00:00
Brian Stansberry ac6a4f652a [HHH-4485] Replace the JBoss Cache integration configuration properties with "jbc2"-less versions
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17660 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-08 22:40:42 +00:00
Brian Stansberry c32a7a00a5 [HHH-4484] When JBoss Cache is configured for INVALIDATION don't send cluster message on entity insert
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17659 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-08 20:59:56 +00:00
Brian Stansberry 0ddf421e78 Fix code style
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17658 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-08 19:43:00 +00:00
Brian Stansberry 2ad3cfb6c0 [HHH-3817] Further refine, test PutFromLoadValidator
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17657 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-08 17:50:07 +00:00
Brian Stansberry d9adc4bc12 [HHH-3817] Create PutFromLoadValidator class to control whether puts are allowed after removes/evicts
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17643 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-07 23:30:50 +00:00
Brian Stansberry c8873dff76 [HHH-3849] Disable lock striping in JBoss Cache configs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17642 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-07 20:45:06 +00:00
Brian Stansberry 92843349de [HHH-3849] Disable lock striping in JBoss Cache configs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17637 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-06 20:42:51 +00:00
Brian Stansberry 9cfcc990f2 [HHH-4435] newerThan should return false when comparing to self
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17634 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-06 18:17:00 +00:00
Brian Stansberry 06491edd23 [HHH-4475] Fix resource locations to reflect repackaging
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17633 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-06 18:15:30 +00:00
Steve Ebersole a41506f404 HHH-4034 - Update org.hibernate.action.BulkOperationCleanupAction to use new Region cache APIs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17084 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-13 23:33:02 +00:00
Steve Ebersole b339e33121 HHH-4022 - Add an actual API contract for querying/managing cache regions (from app code)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17027 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-07 18:39:39 +00:00
Steve Ebersole d5124a5092 HHH-4028 - Move current cache-jbosscache2 module content to cache-jbosscache
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17025 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-07 18:26:08 +00:00
Steve Ebersole e36b0c677e HHH-4028 - Move current cache-jbosscache2 module content to cache-jbosscache
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17024 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-07 17:39:21 +00:00
Steve Ebersole 374fed2b84 HHH-4028 - Move current cache-jbosscache2 module content to cache-jbosscache
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17023 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-07 17:36:04 +00:00
Steve Ebersole b6bfb72da6 HHH-4028 - Move current cache-jbosscache2 module content to cache-jbosscache
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17017 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-07 16:32:02 +00:00
Steve Ebersole 640d95bbf6 HHH-4027 - Remove current cache-jbosscache module content
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17015 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-07 16:26:49 +00:00
Steve Ebersole a15cab0911 HHH-2863 : isolate cache integration testing
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14216 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-06 20:28:10 +00:00
Steve Ebersole f0755725c9 HHH-2704 : migrate to maven (testsuite)
HHH-2696 : migrate to slf4j

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12891 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-08-03 04:09:17 +00:00
Steve Ebersole a797998927 splitting code back out into individual modules (found better way to isolate documentation)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12771 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-07-17 03:15:03 +00:00