|
| 1.15 | modified | genman | src/org/jboss/cache/eviction/BaseEvictionAlgorithm.java | source code tidy and taking advatage of JDK1.5 |
| 1.7 | modified | genman | src/org/jboss/cache/interceptors/BaseCacheLoaderInterceptor.java | source code tidy and taking advatage of JDK1.5 |
| 1.60 | modified | genman | src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java | source code tidy and taking advatage of JDK1.5 |
| 1.9 | modified | genman | src/org/jboss/cache/transaction/DummyTransaction.java | source code tidy and taking advatage of JDK1.5 |
| 1.14 | modified | genman | src/org/jboss/cache/TransactionEntry.java | source code tidy and taking advatage of JDK1.5 |
| 1.285 | modified | genman | src/org/jboss/cache/TreeCache.java | source code tidy and taking advatage of JDK1.5 |
| 1.52 | modified | genman | src/org/jboss/cache/TreeCacheProxyImpl.java | source code tidy and taking advatage of JDK1.5 |
| 1.43 | modified | genman | src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java | JIRA-867 bypass cache for internal put |
| 1.5 | modified | bwang | examples/PojoCache/annotated50/readme.txt | JBCACHE-868 Renaming PojoCache annotation. |
| 1.4 | modified | bwang | examples/PojoCache/annotated50/src/examples/Person.java | JBCACHE-868 Renaming PojoCache annotation. |
| 1.3 | modified | bwang | examples/PojoCache/sensor/article/pojocache.html | JBCACHE-868 Renaming PojoCache annotation. |
| 1.5 | modified | bwang | docs/PojoCache/en/modules/appendix.xml | JBCACHE-868 Renaming PojoCache annotation. |
| 1.5 | modified | bwang | docs/PojoCache/en/modules/instrumentation.xml | JBCACHE-868 Renaming PojoCache annotation. |
| 1.2 | modified | bwang | tests/functional/org/jboss/cache/data/Address.java | JBCACHE-868 Renaming PojoCache annotation. |
| 1.2 | modified | bwang | tests/functional/org/jboss/cache/data/Person.java | JBCACHE-868 Renaming PojoCache annotation. |
| 1.2 | modified | bwang | tests/functional/org/jboss/cache/data/Course.java | JBCACHE-868 Renaming PojoCache annotation. |
| 1.3 | modified | bwang | examples/PojoCache/sensor/src/propagation/Node.java | JBCACHE-868 Renaming PojoCache annotation. |
| 1.3 | modified | bwang | examples/PojoCache/sensor/src/propagation/PropagationManager.java | JBCACHE-868 Renaming PojoCache annotation. |
| 1.3 | modified | bwang | examples/PojoCache/sensor/src/propagation/StateItem.java | JBCACHE-868 Renaming PojoCache annotation. |
| 1.18 | modified | genman | src/org/jboss/cache/NodeImpl.java | JBCACHE-867 - add undo method calls for remove, add more debugging |
| 1.284 | modified | genman | src/org/jboss/cache/TreeCache.java | JBCACHE-867 - add undo method calls for remove, add more debugging |
| 1.8 | modified | genman | tests/functional/org/jboss/cache/eviction/LRUAlgorithmTest.java | JBCACHE-867 - add undo method calls for remove, add more debugging |
| 1.25 | modified | bstansberry | src/org/jboss/cache/loader/FileCacheLoader.java | Minor optimizations; comments |
| 1.37 | modified | genman | tests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.java | JBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified |
| 1.17 | modified | genman | src/org/jboss/cache/NodeImpl.java | JBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified |
| 1.24 | modified | genman | src/org/jboss/cache/loader/JDBCCacheLoader.java | JBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified |
| 1.22 | modified | genman | src/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java | JBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified |
| 1.3 | modified | genman | src/org/jboss/cache/util/MapCopy.java | JBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified |
| 1.16 | modified | genman | src/org/jboss/cache/NodeImpl.java | JBCACHE-867 - Fix put(Map) not calling through cache |
| 1.283 | modified | genman | src/org/jboss/cache/TreeCache.java | JBCACHE-867 - Fix put(Map) not calling through cache |
| 1.35 | modified | genman | src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java | JBCACHE-867 - Fix put(Map) not calling through cache |
| 1.42 | modified | genman | src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java | JBCACHE-867 - Fix emptyMap versus null in notify; use correct Node.put() |
| 1.2 | modified | genman | src/org/jboss/cache/util/MapCopy.java | JBCACHE-867 - Fix emptyMap versus null in notify; use correct Node.put() |
| 1.282 | modified | genman | src/org/jboss/cache/TreeCache.java | JBCACHE-867 - Fix emptyMap versus null in notify; use correct Node.put() |
| 1.41 | modified | genman | src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.12 | modified | genman | src/org/jboss/cache/loader/AbstractCacheLoader.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.23 | modified | genman | src/org/jboss/cache/loader/AsyncCacheLoader.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.23 | modified | genman | src/org/jboss/cache/loader/JDBCCacheLoader.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.21 | modified | genman | src/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.1 | added | genman | src/org/jboss/cache/util/MapCopy.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.4 | modified | genman | tests/functional/org/jboss/cache/lock/LockReleaseTest.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.9 | modified | genman | tests/functional/org/jboss/cache/notifications/CacheListenerTest.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.14 | modified | genman | src/org/jboss/cache/RegionManager.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.281 | modified | genman | src/org/jboss/cache/TreeCache.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.280 | modified | genman | src/org/jboss/cache/TreeCache.java | JBCACHE-867 - Fix impl dependence on getData() being a copy |
| 1.34 | modified | genman | src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java | JBCACHE-867 - Fix impl dependence on getData() being a copy |