|
| 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.7 | modified | msurtani | docs/TreeCache/en/modules/mgmt_information.xml | JBCACHE-489 |
| 1.17 | modified | msurtani | docs/faq/en/master.xml | JBCACHE-489 |
| 1.16 | modified | bwang | docs/faq/en/master.xml | upd |
| 1.13 | modified | bwang | docs/TreeCacheAop/en/master.xml | UPD fpr 1.3 release |
| 1.5 | modified | bwang | docs/TreeCacheAop/en/modules/api.xml | UPD fpr 1.3 release |
| 1.4 | modified | bwang | docs/TreeCacheAop/en/modules/appendix.xml | UPD fpr 1.3 release |
| 1.7 | modified | bwang | docs/TreeCacheAop/en/modules/architecture.xml | UPD fpr 1.3 release |
| 1.4 | modified | bwang | docs/TreeCacheAop/en/modules/configuration.xml | UPD fpr 1.3 release |
| 1.8 | modified | bwang | docs/TreeCacheAop/en/modules/instrumentation.xml | UPD fpr 1.3 release |
| 1.8 | modified | bwang | docs/TreeCacheAop/en/modules/introduction.xml | UPD fpr 1.3 release |
| 1.6 | modified | bwang | docs/TreeCacheAop/en/modules/jbossaop.xml | UPD fpr 1.3 release |
| 1.8 | modified | bwang | docs/TreeCacheAop/en/modules/term.xml | UPD fpr 1.3 release |
| 1.1 | added | bwang | docs/design/CollectionRefactoring.txt | added for 2.0, perhaps |
| 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.12 | modified | msurtani | docs/Changelog.txt | Added changelog |
| 1.84 | modified | msurtani | /build.xml | JBCACHE-487 |
| 1.83 | modified | rrajasekaran | /build.xml | Updated Version to Beta1 |
| 1.7 | modified | bwang | tests/functional/org/jboss/cache/aop/loader/CacheLoaderTestsBase.java | JBCACHE-477 Created to illustrate this problem. |