|
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/jmx/NotificationTest.java | [JBCACHE-855] CacheMgmtInterceptor no longer handles JMX notifications; CacheJmxWrapper does |
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/jmx/OptimisticNotificationTest.java | [JBCACHE-855] CacheMgmtInterceptor no longer handles JMX notifications; CacheJmxWrapper does |
| 1.29 | modified | bstansberry | src/org/jboss/cache/interceptors/CacheMgmtInterceptor.java | [JBCACHE-855] CacheMgmtInterceptor no longer handles JMX notifications; CacheJmxWrapper does |
| 1.6 | modified | bstansberry | src/org/jboss/cache/interceptors/CacheMgmtInterceptorMBean.java | [JBCACHE-855] CacheMgmtInterceptor no longer handles JMX notifications; CacheJmxWrapper does |
| 1.16 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapper.java | [JBCACHE-855] CacheMgmtInterceptor no longer handles JMX notifications; CacheJmxWrapper does |
| 1.1 | added | bstansberry | src/org/jboss/cache/jmx/CacheNotificationBroadcaster.java | [JBCACHE-855] CacheMgmtInterceptor no longer handles JMX notifications; CacheJmxWrapper does |
| 1.1 | added | bstansberry | src/org/jboss/cache/jmx/CacheNotificationListener.java | [JBCACHE-855] CacheMgmtInterceptor no longer handles JMX notifications; CacheJmxWrapper does |
| 1.22 | deleted | bstansberry | tests/functional/org/jboss/cache/mgmt/NotificationTest.java | [JBCACHE-855] CacheMgmtInterceptor no longer handles JMX notifications; CacheJmxWrapper does |
| 1.3 | deleted | bstansberry | tests/functional/org/jboss/cache/mgmt/OptimisticNotificationTest.java | [JBCACHE-855] CacheMgmtInterceptor no longer handles JMX notifications; CacheJmxWrapper does |
| 1.35 | modified | bstansberry | src/org/jboss/cache/CacheSPI.java | [JBCACHE-1050] Don't throw NPE if getInterceptorChain() invoked before create() |
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTest.java | [JBCACHE-1014] Improve testsuite coverage of JMX configuration |
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTestBase.java | [JBCACHE-1014] Improve testsuite coverage of JMX configuration |
| 1.11 | deleted | bstansberry | tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java | [JBCACHE-1014] Improve testsuite coverage of JMX configuration |
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/jmx/InterceptorRegistrationTest.java | [JBCACHE-1014] Improve testsuite coverage of JMX configuration |
| 1.13 | modified | bstansberry | tests/functional/org/jboss/cache/config/ConfigurationTest.java | [JBCACHE-934] Remove ChannelFactory JMX lookup from CacheImpl |
| 1.5 | modified | bstansberry | tests/functional/org/jboss/cache/multiplexer/BadMuxConfigTest.java | [JBCACHE--1044] RuntimeConfig's channel factory should by type ChannelFactory, not JChannelFactoryMBean |
| 1.3 | modified | bstansberry | tests/functional/org/jboss/cache/multiplexer/MultiplexerTestHelper.java | [JBCACHE--1044] RuntimeConfig's channel factory should by type ChannelFactory, not JChannelFactoryMBean |
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/multiplexer/ChannelInjectionPreferenceTest.java | [JBCACHE--1023] Inject preconfigured Channel |
| 1.1 | added | bstansberry | tests/functional/org/jboss/cache/config/ChannelInjectionTest.java | [JBCACHE--1023] Inject preconfigured Channel |
| 1.15 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapper.java | [JBCACHE-1050] Don't throw NPE if getInterceptorChain() invoked before create()[JBCACHE-1047] JMX Wrapper classes allow explicit config of whether to control cache lifecycle |
| 1.4 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapperMBean.java | [JBCACHE-1047] JMX wrappers allow explicit control of whether to control cache lifecycle |
| 1.6 | modified | bstansberry | src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java | [JBCACHE-934] Remove ChannelFactory JMX lookup from CacheImpl[JBCACHE--1044] RuntimeConfig's channel factory should by type ChannelFactory, not JChannelFactoryMBean |
| 1.5 | modified | bstansberry | src/org/jboss/cache/jmx/CacheLegacyJmxWrapperMBean.java | [JBCACHE-934] Remove ChannelFactory JMX lookup from CacheImpl[JBCACHE--1044] RuntimeConfig's channel factory should by type ChannelFactory, not JChannelFactoryMBean |
| 1.11 | modified | bstansberry | src/org/jboss/cache/jmx/JmxUtil.java | Only register interceptor in JMX if statistics are enabled for that interceptor |
| 1.9 | modified | bstansberry | src/org/jboss/cache/config/RuntimeConfig.java | [JBCACHE-934] Remove ChannelFactory JMX lookup from CacheImpl[JBCACHE--1023] Inject preconfigured Channel |
| 1.44 | modified | bstansberry | src/org/jboss/cache/config/Configuration.java | [JBCACHE-934] Remove ChannelFactory JMX lookup from CacheImpl |
| 1.4 | modified | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java | [JBCACHE-856] Rationalize top-level mbean classes[JBCACHE-1047] JMX wrappers allow explicit control of whether to control cache lifecycle |
| 1.3 | modified | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperMBean.java | [JBCACHE-856] Rationalize top-level mbean classes[JBCACHE-1047] JMX wrappers allow explicit control of whether to control cache lifecycle |
| 1.2 | deleted | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCache.java | [JBCACHE-856] Rationalize top-level mbean classes |
| 1.2 | deleted | bstansberry | src/org/jboss/cache/pojo/jmx/PojoCacheMBean.java | [JBCACHE-856] Rationalize top-level mbean classes |
| 1.9 | modified | bstansberry | tests/functional/org/jboss/cache/transaction/AbortionTest.java | [JBCACHE-1046] CacheImpl.channel should be type Channel |
| 1.63 | modified | bstansberry | src/org/jboss/cache/CacheImpl.java | [JBCACHE-934] Remove ChannelFactory JMX lookup from CacheImpl[JBCACHE--1023] Inject preconfigured Channel[JBCACHE-1050] Don't throw NPE if getInterceptorChain() invoked before create()[JBCACHE-1046] CacheImpl.channel should be type Channel |
| 1.17 | modified | bstansberry | src/org/jboss/cache/factories/XmlConfigurationParser.java | [JBCACHE-934] Remove ChannelFactory JMX lookup from CacheImpl |
| 1.10 | modified | genman | src/org/jboss/cache/eviction/ExpirationAlgorithm.java | JBCACHE-1051 |
| 1.10 | modified | genman | tests/functional/org/jboss/cache/eviction/ExpirationPolicyTest.java | JBCACHE-1051 |