|
| 1.6 | modified | bstansberry | docs/TreeCache/en/modules/eviction_policies.xml | [JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type |
| 1.3 | modified | bstansberry | src-50/org/jboss/cache/pojo/eviction/AopLRUPolicy.java | [JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type |
| 1.4 | modified | bstansberry | src/org/jboss/cache/aop/eviction/AopLRUPolicy.java | [JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type |
| 1.4 | modified | bstansberry | src/org/jboss/cache/eviction/BaseEvictionPolicy.java | [JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type |
| 1.5 | modified | bstansberry | src/org/jboss/cache/eviction/EvictionPolicy.java | [JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type |
| 1.7 | modified | bstansberry | src/org/jboss/cache/interceptors/EvictionInterceptor.java | [JBCACHE-801] Restore EvictionPolicy ability to ignore events based on event type |
| 1.6 | modified | bstansberry | src/org/jboss/cache/eviction/EvictedEventNode.java | [JBCACHE-801] Use enum for node event types |
| 1.9 | modified | bstansberry | src/org/jboss/cache/aop/interceptors/PojoEvictionInterceptor.java | [JBCACHE-801] Use enum for node event types |
| 1.11 | modified | bstansberry | tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java | [JBCACHE-801] Use enum for node event types |
| 1.2 | modified | bstansberry | tests/functional/org/jboss/cache/eviction/ElementSizeAlgorithmTest.java | [JBCACHE-801] Use enum for node event types |
| 1.6 | modified | bstansberry | tests/functional/org/jboss/cache/eviction/RegionTest.java | [JBCACHE-801] Use enum for node event types |
| 1.12 | modified | bstansberry | src/org/jboss/cache/eviction/BaseEvictionAlgorithm.java | [JBCACHE-801] Use enum for node event types |
| 1.4 | modified | bstansberry | src/org/jboss/cache/eviction/BaseSortedEvictionAlgorithm.java | [JBCACHE-801] Use enum for node event types |
| 1.1 | added | bstansberry | src/org/jboss/cache/eviction/NodeEventType.java | [JBCACHE-801] Use enum for node event types |
| 1.12 | modified | bstansberry | src/org/jboss/cache/eviction/Region.java | [JBCACHE-801] Use enum for node event types |
| 1.22 | modified | bstansberry | src/org/jboss/cache/eviction/RegionManager.java | [JBCACHE-801] Use enum for node event types |
| 1.142 | modified | bstansberry | /build.xml | Add target to run functional tests excluding known failures |
| 1.6 | modified | msurtani | src/org/jboss/cache/interceptors/InvocationContextInterceptor.java | JBCACHE-785 |
| 1.2 | modified | msurtani | tests/functional/org/jboss/cache/transaction/SuspendTxTest.java | JBCACHE-785 |
| 1.2 | modified | msurtani | tests/functional/org/jboss/cache/HungChannelTest.java | JBCACHE-761 |
| 1.251 | modified | msurtani | src/org/jboss/cache/TreeCache.java | JBCACHE-761 |
| 1.3 | modified | msurtani | src/org/jboss/cache/buddyreplication/BuddyLocator.java | Updated javadocs, and genericized |
| 1.5 | modified | msurtani | src/org/jboss/cache/buddyreplication/NextMemberBuddyLocator.java | Updated javadocs, and genericized |
| 1.39 | modified | msurtani | src/org/jboss/cache/Fqn.java | * Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests |
| 1.18 | modified | msurtani | src/org/jboss/cache/loader/JDBCCacheLoader.java | * Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests |
| 1.15 | modified | msurtani | tests/functional/org/jboss/cache/FqnTest.java | * Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests |
| 1.32 | modified | msurtani | tests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.java | * Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests |
| 1.7 | deleted | msurtani | tests/functional/org/jboss/cache/loader/ExtendedCacheLoaderTestsBase.java | * Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests |
| 1.9 | modified | msurtani | tests/functional/org/jboss/cache/loader/FileCacheLoaderTest.java | * Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests |
| 1.4 | modified | msurtani | tests/functional/org/jboss/cache/loader/JdbmCacheLoaderTest.java | * Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests |
| 1.12 | modified | msurtani | tests/functional/org/jboss/cache/loader/LocalDelegatingCacheLoaderTest.java | * Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests |
| 1.8 | modified | msurtani | tests/functional/org/jboss/cache/loader/TcpCacheLoaderTest.java | * Removed ExtendedCacheLoader base test* Merged store and load tests into CacheLoaderTestBase* Fixed bug in Fqn.getFqnChild(), added better javadocs and unit tests |
| 1.9 | modified | msurtani | etc/META-INF/hibernate-recommended-config.xml | JBCACHE-793 |