|
| 1.20 | modified | jgreene | tests/functional/org/jboss/cache/statetransfer/StateTransfer200Test.java | Re-enable tests |
| 1.15 | modified | gzamarreno | docs/JBossCache-UserGuide/en/modules/cache_loaders.xml | [JBCACHE-1091] Rest of documention for SSCL. |
| 1.208 | modified | msurtani | /build.xml | Version to reflect GA |
| 1.34 | modified | msurtani | src/org/jboss/cache/Version.java | Version to reflect GA |
| 1.11 | modified | jgreene | docs/PojoCache/en/modules/architecture.xml | static replication is not in 2.0.0 |
| 1.4 | modified | jgreene | src/org/jboss/cache/pojo/impl/CachedType.java | Remove unused imports |
| 1.8 | modified | gzamarreno | tests/functional/org/jboss/cache/loader/SingletonStoreCacheLoaderTest.java | [JBCACHE-1091] Make SingletonStoreCacheLoaderTest create unit test configuration from UTCCF. |
| 1.3 | deleted | msurtani | tests/functional/org/jboss/cache/optimistic/ConcurrentCreationTest.java | Consolidated JBCACHE-1026 tests |
| 1.8 | modified | msurtani | tests/functional/org/jboss/cache/optimistic/ConcurrentTransactionTest.java | Consolidated JBCACHE-1026 tests |
| 1.3 | modified | jgreene | src/org/jboss/cache/pojo/impl/InternalConstant.java | Remove no longer needed constant |
| 1.9 | modified | jgreene | src/org/jboss/cache/pojo/impl/AdvisedPojoHandler.java | Optomize enum fields by treating them like primitives |
| 1.3 | modified | jgreene | src/org/jboss/cache/pojo/impl/CachedType.java | Optomize enum fields by treating them like primitives |
| 1.5 | modified | jgreene | tests/functional/org/jboss/cache/pojo/EnumTest.java | Optomize enum fields by treating them like primitives |
| 1.2 | modified | msurtani | tests/functional/org/jboss/cache/optimistic/ConcurrentCreationTest.java | test for JBCACHE-1026 |
| 1.88 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | bypass block/unblock calls |
| 1.5 | modified | msurtani | tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTestBase.java | Made abstract to prevent IntelliJ trying to run this as a test class |