|
| 1.11 | modified | msurtani | tests/perf/org/jboss/cache/ReplicatedAsyncPerfTest.java | updated test |
| 1.8 | modified | bstansberry | src/org/jboss/cache/loader/tcp/TcpCacheServerMBean.java | [JBCACHE-1053] Remove setCache(CacheSPI) from mbean interface as it makes the interace illegal |
| 1.24 | modified | bstansberry | src/org/jboss/cache/TreeCacheView.java | Get rid of CacheImpl's CacheMBeanInterface property |
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/pojo/jmx/PojoCacheLegacyJmxWrapperTest.java | [JBCACHE-1014] Test config via PojoCacheLegacyJmxWrapper setters |
| 1.2 | modified | bstansberry | tests/functional/org/jboss/cache/jmx/CacheLegacyJmxWrapperTest.java | Add test of creation of multiplexer channel via JMX invocation |
| 1.9 | modified | bstansberry | src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java | Fix null checks |
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/jmx/CacheLegacyJmxWrapperTest.java | [JBCACHE-1014] Test config via CacheLegacyJmxWrapper setters |
| 1.8 | modified | bstansberry | src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java | Add getClusterConfigCache the passed in Elements so we can return via the getter |
| 1.2 | modified | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCacheLegacyJmxWrapper.java | Add getClusterConfigCache the passed in Elements so we can return via the getter |
| 1.2 | modified | bstansberry | src/org/jboss/cache/jmx/LegacyConfiguration.java | Add getClusterConfigJavadoc |
| 1.19 | modified | bstansberry | src/org/jboss/cache/factories/XmlConfigurationParser.java | Explain why we barf on EvictionPolicyClass |
| 1.21 | modified | bstansberry | src/org/jboss/cache/config/CacheLoaderConfig.java | Fix handling of singletonStore.pushStateWhenCoordinator |
| 1.46 | modified | bstansberry | src/org/jboss/cache/config/Configuration.java | [JBCACHE-1070] Consistent handling of repl version |
| 1.5 | modified | bstansberry | tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTest.java | [JBCACHE-1058] Test duplicate invocations; lifecycle state |
| 1.3 | modified | bstansberry | tests/functional/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperTest.java | [JBCACHE-1058] Test duplicate invocations; lifecycle state |
| 1.8 | modified | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java | Don't destroy failed cache from stopSet LifecycleState in create |
| 1.2 | modified | bstansberry | src/org/jboss/cache/LifecycleUtil.java | Don't destroy failed cache from stop |
| 1.21 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapper.java | Don't destroy failed cache from stop |
| 1.9 | modified | bstansberry | tests/functional/org/jboss/cache/LifeCycleTest.java | [JBCACHE-1058] Test duplicate invocations; lifecycle state |
| 1.4 | modified | bstansberry | tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTest.java | [JBCACHE-1063] Test of getLocalAddress() and getMembers() |
| 1.3 | modified | bstansberry | tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTest.java | [JBCACHE-1068] Get rid of LifeCycle interface[JBCACHE-1047] Revert manageCacheLifecycle attribute |
| 1.2 | modified | bstansberry | tests/functional/org/jboss/cache/jmx/InterceptorRegistrationTest.java | [JBCACHE-1068] Get rid of LifeCycle interface[JBCACHE-1047] Revert manageCacheLifecycle attribute |
| 1.3 | modified | bstansberry | tests/functional/org/jboss/cache/pojo/jmx/InterceptorRegistrationTest.java | [JBCACHE-1068] Get rid of LifeCycle interface[JBCACHE-1047] Revert manageCacheLifecycle attribute |
| 1.20 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapper.java | [JBCACHE-1068] Get rid of LifeCycle interface[JBCACHE-1047] Revert manageCacheLifecycle attribute |
| 1.6 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapperMBean.java | [JBCACHE-1068] Get rid of LifeCycle interface[JBCACHE-1047] Revert manageCacheLifecycle attribute |
| 1.2 | deleted | bstansberry | src/org/jboss/cache/jmx/LifeCycle.java | [JBCACHE-1068] Get rid of LifeCycle interface[JBCACHE-1047] Revert manageCacheLifecycle attribute |
| 1.7 | modified | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java | [JBCACHE-1068] Get rid of LifeCycle interface[JBCACHE-1047] Revert manageCacheLifecycle attribute |
| 1.5 | modified | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperMBean.java | [JBCACHE-1068] Get rid of LifeCycle interface[JBCACHE-1047] Revert manageCacheLifecycle attribute |
| 1.15 | modified | bstansberry | src/org/jboss/cache/jmx/JmxUtil.java | Narrow down the type of exception thrown |
| 1.1 | added | bstansberry | src/org/jboss/cache/LifecycleState.java | [JBCACHE-1058] Add utility classes to help manage lifecycle |
| 1.1 | added | bstansberry | src/org/jboss/cache/LifecycleUtil.java | [JBCACHE-1058] Add utility classes to help manage lifecycle |
| 1.29 | modified | bstansberry | src/org/jboss/cache/loader/tcp/TcpCacheServer.java | [JBCACHE-1053] Remove unused mbean attribs from when we did JMX lookup[JBCACHE-1069] Support injection of CacheJmxWrapper[JBCACHE-1068] Get rid of LifeCycle interface. |
| 1.7 | modified | bstansberry | src/org/jboss/cache/loader/tcp/TcpCacheServerMBean.java | [JBCACHE-1053] Remove unused mbean attribs from when we did JMX lookup[JBCACHE-1069] Support injection of CacheJmxWrapper[JBCACHE-1068] Get rid of LifeCycle interface. |
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/loader/TcpCacheServerTest.java | [JBCACHE-1053] Remove unused mbean attribs from when we did JMX lookup[JBCACHE-1069] Support injection of CacheJmxWrapper[JBCACHE-1068] Get rid of LifeCycle interface. |
| 1.4 | modified | bstansberry | src/org/jboss/cache/TreeCacheViewMBean.java | [JBCACHE-1068] Get rid of LifeCycle interface. |
| 1.24 | modified | msurtani | tests/functional/org/jboss/cache/api/NodeMoveAPITest.java | lifecycle stuff |
| 1.14 | modified | msurtani | tests/functional/org/jboss/cache/api/NodeReplicatedMoveTest.java | lifecycle stuff |
| 1.15 | modified | msurtani | tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationConfigTest.java | broken sequence of events in creating interceptor stack |
| 1.5 | modified | msurtani | tests/functional/org/jboss/cache/HungChannelTest.java | fixed broken test |
| 1.17 | modified | msurtani | src/org/jboss/cache/interceptors/InvocationContextInterceptor.java | JBCACHE-1038 |
| 1.16 | modified | msurtani | src/org/jboss/cache/interceptors/InvocationContextInterceptor.java | JBCACHE-1038 |
| 1.13 | modified | msurtani | src/org/jboss/cache/marshall/CacheMarshaller200.java | Removed rpc tree cache stuff |
| 1.40 | modified | msurtani | src/org/jboss/cache/marshall/MethodDeclarations.java | Removed rpc tree cache stuff |
| 1.15 | modified | msurtani | src/org/jboss/cache/interceptors/InvocationContextInterceptor.java | JBCACHE-1038 |
| 1.33 | modified | msurtani | tests/functional/org/jboss/cache/optimistic/CacheTest.java | JBCACHE-1038 |
| 1.11 | modified | msurtani | tests/functional/org/jboss/cache/factories/InterceptorChainFactoryTest.java | JBCACHE-1045 and made ICF a singleton |
| 1.66 | modified | msurtani | src/org/jboss/cache/CacheImpl.java | JBCACHE-1045 and made ICF a singleton |
| 1.23 | modified | msurtani | tests/functional/org/jboss/cache/api/NodeMoveAPITest.java | JBCACHE-1045 and made ICF a singleton |
| 1.20 | modified | msurtani | tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java | JBCACHE-1045 and made ICF a singleton |
| 1.40 | modified | msurtani | src/org/jboss/cache/factories/InterceptorChainFactory.java | JBCACHE-1045 and made ICF a singleton |