|
| 1.1 | added | bwang | tests/scripts/readme.txt | added |
| 1.8 | modified | bwang | tests/perf/org/jboss/cache/Server.java | track exception counts |
| 1.7 | modified | bwang | tests/perf/org/jboss/cache/Server.java | added countdown to sync up threads |
| 1.6 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.5 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.4 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.3 | modified | bwang | tests/scripts/bench.txt | upd |
| 1.1 | added | bwang | tests/scripts/bench.xml | upd |
| 1.2 | modified | bwang | tests/scripts/bench.txt | upd |
| 1.3 | modified | bwang | tests/perf/org/jboss/cache/Server.java | Added for benchmark purpose. |
| 1.2 | modified | bwang | tests/perf/org/jboss/cache/Server.java | Added for benchmark purpose. |
| 1.1 | added | bwang | tests/scripts/bench.txt | for benchmark |
| 1.1 | added | bwang | tests/scripts/benchmark.sh | for benchmark |
| 1.29 | modified | bstansberry | src/org/jboss/cache/Node.java | [JBCACHE-476] When a cache is associated with a node, ensure the node's IdentityLock's LockStategy matches the cache's isolation level |
| 1.3 | modified | msurtani | src/org/jboss/cache/transaction/DummyBaseTransactionManager.java | SVUID |
| 1.10 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Guard against NPE in testPartialStateTransferWithLoader |
| 1.9 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Activate inactive tests |
| 1.8 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Stop catching exceptions and invoking fail() in concurrentUseTest; let the exception propagate |
| 1.8 | modified | smarlow | tests/functional/org/jboss/cache/aop/loader/CacheLoaderTestsBase.java | I excluded the failing JBCACHE-477 testcase testTxCollectionRemove(). Please uncomment this after the bug is fixed so that we exercise the test case again. |
| 1.18 | modified | msurtani | docs/faq/en/master.xml | Updated FAQs to reflect JBCACHE-477 |
| 1.6 | deleted | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedObjectGraphAopTest.java | Replaced with ReplicatedSyncListTest, ReplicatedSyncSetTest and ReplicatedSyncMapTest |
| 1.131 | modified | bela | src/org/jboss/cache/TreeCache.java | qualified Address |
| 1.130 | modified | dhuang | src/org/jboss/cache/TreeCache.java | Added deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache |
| 1.8 | modified | dhuang | tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java | Added deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache |
| 1.9 | modified | dhuang | src/org/jboss/cache/eviction/LRUPolicy.java | Added deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache |
| 1.6 | modified | dhuang | src/org/jboss/cache/eviction/Region.java | Added deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache |
| 1.9 | modified | dhuang | src/org/jboss/cache/eviction/RegionManager.java | Added deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache |
| 1.1 | added | smarlow | tests/functional/org/jboss/cache/aop/collection/CachedMapAopNullTest.java | more testing for JBCACHE-398 |
| 1.2 | modified | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncSetTest.java | correction to test for JBCACHE-398. |
| 1.2 | modified | smarlow | src/org/jboss/cache/aop/collection/CachedListAbstract.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.8 | modified | smarlow | src/org/jboss/cache/aop/collection/CachedListImpl.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.8 | modified | smarlow | src/org/jboss/cache/aop/collection/CachedMapImpl.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.9 | modified | smarlow | src/org/jboss/cache/aop/collection/CachedSetImpl.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.9 | modified | smarlow | tests/functional/org/jboss/cache/aop/collection/CachedMapAopTest.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.1 | added | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncListTest.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.1 | added | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncMapTest.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.1 | added | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncSetTest.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.7 | modified | smarlow | src/org/jboss/cache/aop/CollectionClassHandler.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.1 | added | smarlow | src/org/jboss/cache/aop/util/Null.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
| 1.7 | modified | bwang | tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java | JBCACHE-495 test case failure? |
| 1.3 | modified | bwang | src/org/jboss/cache/eviction/BaseEvictionAlgorithm.java | Commented out perf testsJBCACHE-494 EvictionException improperly thrown |
| 1.2 | modified | bwang | src/org/jboss/cache/eviction/BaseEvictionAlgorithm.java | Commented out perf testsJBCACHE-494 EvictionException improperly thrown |
| 1.6 | modified | bwang | tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java | Additional test ontributed by a user. |
| 1.34 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | Fixed a problem with LocalSyncHandlers being created for remotely initiated GTXs |
| 1.33 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | Added error message for null tx entry |
| 1.17 | modified | msurtani | docs/faq/en/master.xml | JBCACHE-489 |
| 1.16 | modified | bwang | docs/faq/en/master.xml | upd |
| 1.32 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | Rolled back fix - broke too many things |
| 1.31 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | Fixed bug in removing tx stuff when an exception occurs when committing |
| 1.7 | modified | bwang | tests/functional/org/jboss/cache/aop/loader/CacheLoaderTestsBase.java | JBCACHE-477 Created to illustrate this problem. |