|
| 1.3 | modified | bwang | lib/jboss-aop-jdk50.jar | update to 2.0.alpha2 |
| 1.5 | modified | bstansberry | src/org/jboss/cache/jmx/Cache.java | Fix the differently broken JMX crapola |
| 1.8 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapper.java | Fix the differently broken JMX crapola |
| 1.7 | modified | bstansberry | src/org/jboss/cache/jmx/CacheMBean.java | Fix the differently broken JMX crapola |
| 1.10 | modified | msurtani | src/org/jboss/cache/eviction/EvictionTimerTask.java | proper cache destruction in destroy() |
| 1.278 | modified | msurtani | src/org/jboss/cache/TreeCache.java | proper cache destruction in destroy() |
| 1.8 | modified | msurtani | tests/functional/org/jboss/cache/eviction/ElementSizePolicyTest.java | proper cache destruction in destroy() |
| 1.9 | modified | msurtani | tests/functional/org/jboss/cache/eviction/FIFOPolicyTest.java | proper cache destruction in destroy() |
| 1.8 | modified | msurtani | tests/functional/org/jboss/cache/eviction/LFUPolicyTest.java | proper cache destruction in destroy() |
| 1.10 | modified | msurtani | tests/functional/org/jboss/cache/eviction/MRUPolicyTest.java | proper cache destruction in destroy() |
| 1.19 | modified | msurtani | tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java | some eviction stuff |
| 1.14 | modified | msurtani | src/org/jboss/cache/RegionImpl.java | some eviction stuff |
| 1.12 | modified | msurtani | src/org/jboss/cache/RegionManager.java | some eviction stuff |
| 1.277 | modified | msurtani | src/org/jboss/cache/TreeCache.java | some eviction stuff |
| 1.9 | modified | msurtani | src/org/jboss/cache/eviction/EvictionTimerTask.java | some eviction stuff |
| 1.2 | modified | msurtani | src/org/jboss/cache/eviction/NodeEventType.java | some eviction stuff |
| 1.23 | modified | msurtani | src/org/jboss/cache/marshall/MethodDeclarations.java | Added a workaround for version mapping for move methods |
| 1.23 | modified | gzamarreno | src/org/jboss/cache/loader/FileCacheLoader.java | [JBCACHE-644] - When creating an FCL root location, check for any non portable characters throwing a warning. Checks '*' '<' '>' '|' '"' '?'When storing attributes, check that the Fqn tree does not contain non portable characters. Checks '*' '<' '>' '|' '"' '?' and also '\' '/' and ':'When storing attributes as well, check for entire path that could be bigger than 255 characters throwing a warning. |
| 1.11 | modified | gzamarreno | tests/functional/org/jboss/cache/loader/FileCacheLoaderTest.java | [JBCACHE-644] - When creating an FCL root location, check for any non portable characters throwing a warning. Checks '*' '<' '>' '|' '"' '?'When storing attributes, check that the Fqn tree does not contain non portable characters. Checks '*' '<' '>' '|' '"' '?' and also '\' '/' and ':'When storing attributes as well, check for entire path that could be bigger than 255 characters throwing a warning. |
| 1.276 | modified | msurtani | src/org/jboss/cache/TreeCache.java | Better handling of marshalling exceptions when regions are inactive |
| 1.1 | added | msurtani | src/org/jboss/cache/marshall/InactiveRegionAwareRpcDispatcher.java | Better handling of marshalling exceptions when regions are inactive |
| 1.10 | modified | msurtani | src/org/jboss/cache/marshall/TreeCacheMarshaller200.java | Minor perf tweak |
| 1.275 | modified | msurtani | src/org/jboss/cache/TreeCache.java | Fixed issues dealing with inactive regions. |
| 1.1 | added | msurtani | tests/functional/org/jboss/cache/marshall/ReplicateToInactiveRegionTest.java | Fixed issues dealing with inactive regions. |
| 1.7 | modified | vblagojevic | tests/functional/org/jboss/cache/passivation/PassivationToLocalDelegatingCacheLoaderTest.java | discovered JBCACHE-851 |
| 1.14 | modified | vblagojevic | tests/functional/org/jboss/cache/loader/LocalDelegatingCacheLoaderTest.java | discovered JBCACHE-851 |
| 1.151 | modified | msurtani | /build.xml | Added functionaltests-cc |
| 1.38 | modified | msurtani | src/org/jboss/cache/interceptors/CacheStoreInterceptor.java | Added NP chk |
| 1.11 | modified | msurtani | src/org/jboss/cache/RegionManager.java | Fixed CVS merge screwup |
| 1.274 | modified | msurtani | src/org/jboss/cache/TreeCache.java | Fixed CVS merge screwup |
| 1.22 | modified | msurtani | src/org/jboss/cache/loader/JDBCCacheLoader.java | Removed legacy marshalledvalue stuff |
| 1.6 | modified | msurtani | src/org/jboss/cache/jmx/JmxUtil.java | More JMX crapola |
| 1.6 | modified | msurtani | tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java | More JMX crapola |
| 1.3 | modified | msurtani | tests/functional/org/jboss/cache/options/ExplicitVersionsReplTest.java | Fixed typos in test |
| 1.4 | modified | msurtani | src/org/jboss/cache/jmx/Cache.java | Fixed JMX related crapola |
| 1.7 | modified | msurtani | src/org/jboss/cache/jmx/CacheJmxWrapper.java | Fixed JMX related crapola |
| 1.6 | modified | msurtani | src/org/jboss/cache/jmx/CacheMBean.java | Fixed JMX related crapola |
| 1.14 | modified | msurtani | tests/functional/org/jboss/cache/mgmt/NotificationTest.java | Fixed JMX related crapola |
| 1.11 | modified | msurtani | tests/functional/org/jboss/cache/api/NodeMoveAPITest.java | nc |
| 1.5 | modified | msurtani | tests/functional/org/jboss/cache/api/NodeReplicatedMoveTest.java | nc |
| 1.150 | modified | msurtani | /build.xml | Proper cleanup for old dist files |