|
| 1.299 | modified | bstansberry | src/org/jboss/cache/TreeCache.java | Fix bizarre args to createDataNode |
| 1.2 | modified | bstansberry | tests/functional/org/jboss/cache/eviction/StateTransferIntegrationTest.java | [JBCACHE-913] Add test of notifying eviction policies of nodes added via state transfer |
| 1.68 | modified | bstansberry | src/org/jboss/cache/interceptors/TxInterceptor.java | Avoid NPE in clearStaleLocks |
| 1.298 | modified | vblagojevic | src/org/jboss/cache/TreeCache.java | final state transfer refactoring |
| 1.50 | modified | vblagojevic | src/org/jboss/cache/buddyreplication/BuddyManager.java | final state transfer refactoring |
| 1.8 | modified | vblagojevic | src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java | final state transfer refactoring |
| 1.18 | modified | vblagojevic | src/org/jboss/cache/statetransfer/StateTransferManager.java | final state transfer refactoring |
| 1.27 | modified | vblagojevic | src/org/jboss/cache/marshall/MethodDeclarations.java | final state transfer refactoring |
| 1.28 | modified | vblagojevic | src/org/jboss/cache/NodeImpl.java | fix NPE |
| 1.27 | modified | msurtani | src/org/jboss/cache/NodeImpl.java | fixed getChildren() |
| 1.297 | modified | msurtani | src/org/jboss/cache/TreeCache.java | fixed getChildren() |
| 1.32 | modified | msurtani | src/org/jboss/cache/optimistic/WorkspaceNodeImpl.java | refactored |
| 1.8 | modified | msurtani | tests/stress/org/jboss/cache/LocalStressTest.java | refactored |
| 1.12 | modified | msurtani | tests/functional/org/jboss/cache/loader/TcpCacheLoaderTest.java | added time for tcp cache server to start up |
| 1.5 | modified | msurtani | tests/functional/org/jboss/cache/eviction/ConcurrentEvictionTest.java | Added sufficient clean ups to unit tests |
| 1.10 | modified | msurtani | tests/functional/org/jboss/cache/misc/TestingUtil.java | Added sufficient clean ups to unit tests |
| 1.12 | modified | msurtani | tests/functional/org/jboss/cache/passivation/BasicPassivationTest.java | Added sufficient clean ups to unit tests |
| 1.6 | modified | msurtani | tests/functional/org/jboss/cache/passivation/ConcurrentPassivationTest.java | Added sufficient clean ups to unit tests |
| 1.11 | modified | msurtani | tests/functional/org/jboss/cache/passivation/LocalPassivationIntegrationTest.java | Added sufficient clean ups to unit tests |
| 1.3 | modified | msurtani | tests/functional/org/jboss/cache/optimistic/RemoveBeforeCreateTest.java | added async sleep |
| 1.3 | modified | msurtani | tests/functional/org/jboss/cache/marshall/RedeploymentEmulationTest.java | Should help with CC runs now... |