|
| 1.12 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Put newly created cache in the map before starting, so if it fails in start it can still be destroyed during test cleanup |
| 1.14 | modified | bstansberry | tests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.java | Put newly created cache in the map before starting, so if it fails in start it can still be destroyed during test cleanup |
| 1.88 | modified | msurtani | /build.xml | Updated version |
| 1.10 | modified | msurtani | src/org/jboss/cache/Version.java | Updated version |
| 1.8 | modified | genman | src/org/jboss/cache/eviction/Region.java | JBCACHE-484 - Fix wrong type conversion |
| 1.2 | modified | genman | src/org/jboss/cache/optimistic/DefaultDataVersion.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.7 | modified | genman | src/org/jboss/cache/loader/rmi/RemoteTreeCacheImpl.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.13 | modified | genman | src/org/jboss/cache/loader/tcp/TcpCacheServer.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.4 | modified | genman | src/org/jboss/cache/eviction/EvictionTimerTask.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.7 | modified | genman | src/org/jboss/cache/eviction/Region.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.12 | modified | genman | src/org/jboss/cache/interceptors/CacheMgmtInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.8 | modified | genman | src/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.21 | modified | genman | src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.17 | modified | genman | src/org/jboss/cache/interceptors/PassivationInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.35 | modified | genman | src/org/jboss/cache/interceptors/TxInterceptor.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.10 | modified | genman | src/org/jboss/cache/loader/AsyncCacheLoader.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.9 | modified | genman | src/org/jboss/cache/loader/FileCacheLoader.java | JBCACHE-484 - Clean up code Fix some race conditions and synchronization issues |
| 1.19 | modified | bwang | tests/perf/org/jboss/cache/Server.java | added random sleep |
| 1.6 | modified | bwang | tests/scripts/bench.txt | added random sleep |
| 1.3 | modified | bwang | tests/scripts/bench.xml | added random sleep |
| 1.133 | modified | bwang | src/org/jboss/cache/TreeCache.java | Commented out jgroups 2.3 features |
| 1.18 | modified | bwang | tests/perf/org/jboss/cache/Server.java | checked members than specified now |
| 1.3 | modified | bwang | tests/scripts/readme.txt | upd |
| 1.132 | modified | bwang | src/org/jboss/cache/TreeCache.java | Added commented out section forJGroups jmx |
| 1.3 | modified | bwang | tests/scripts/benchmark.sh | upd |
| 1.17 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.2 | modified | bwang | tests/scripts/bench.xml | updated xml |
| 1.5 | modified | bwang | tests/scripts/bench.txt | upd |
| 1.2 | modified | bwang | tests/scripts/readme.txt | upd |
| 1.16 | modified | bwang | tests/perf/org/jboss/cache/Server.java | added more stats |
| 1.15 | modified | bwang | tests/perf/org/jboss/cache/Server.java | Output average as well |
| 1.10 | modified | bwang | etc/log4j.xml | changed to info |
| 1.2 | modified | bwang | tests/scripts/benchmark.sh | Clean up |
| 1.13 | modified | rloehr | docs/Changelog.txt | update the changelog with diff between current 1.3.0 notes from JIRA and previous 1.3.0.Beta1 notes from changelog |
| 1.11 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Don't leak ref to 'this' to Thread from CacheUser c'tor |
| 1.5 | modified | bstansberry | tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java | Don't leak ref to 'this' to Thread from CacheUser c'tor |
| 1.4 | modified | msurtani | src/org/jboss/cache/aop/util/AopUtil.java | JBCACHE-502 |
| 1.87 | modified | msurtani | /build.xml | Updated version |
| 1.9 | modified | msurtani | src/org/jboss/cache/Version.java | Updated version |
| 1.4 | modified | bwang | src/org/jboss/cache/eviction/BaseEvictionAlgorithm.java | Changed the log output level from warn to debug in removeQueue |
| 1.4 | modified | bwang | tests/scripts/bench.txt | upd |
| 1.14 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.13 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.12 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
| 1.22 | modified | bstansberry | src/org/jboss/cache/Fqn.java | Ensure equals() handles other types properly |
| 1.12 | modified | bstansberry | src/org/jboss/cache/GlobalTransaction.java | Remove unneeded null check from equals() |
| 1.6 | modified | bstansberry | tests/functional/org/jboss/cache/FqnTest.java | Add a test that equals() handles null and other types properly |
| 1.4 | modified | bstansberry | tests/functional/org/jboss/cache/GlobalTransactionTest.java | Add a test that equals() handles null properly |