|
| 1.33 | modified | bstansberry | src/org/jboss/cache/config/Configuration.java | Make fetchInMemoryState @Dynamic for use by Hibernate |
| 1.7 | modified | bwang | examples/PojoCache/annotated50/build.xml | upd |
| 1.6 | modified | bwang | examples/PojoCache/annotated50/readme.txt | upd |
| 1.6 | modified | bwang | examples/PojoCache/loadtime/build.xml | upd |
| 1.4 | modified | bwang | examples/PojoCache/loadtime/readme.txt | upd |
| 1.5 | modified | bwang | examples/PojoCache/non-annotated/build.xml | upd |
| 1.3 | modified | bwang | examples/PojoCache/non-annotated/readme.txt | upd |
| 1.3 | modified | bwang | examples/PojoCache/passivation/build.xml | upd |
| 1.3 | modified | bwang | examples/PojoCache/passivation/readme.txt | upd |
| 1.5 | modified | bwang | examples/PojoCache/sensor/build.xml | upd |
| 1.3 | modified | bwang | examples/PojoCache/sensor/readme.txt | upd |
| 1.5 | modified | bwang | examples/PojoCache/loadtime/src/test/examples/StudentMaintTest.java | Updated for new API |
| 1.5 | modified | bwang | examples/PojoCache/annotated50/src/test/examples/StudentMaintTest.java | Updated for new API |
| 1.5 | modified | bwang | examples/PojoCache/non-annotated/src/test/examples/StudentMaintTest.java | Updated for new API |
| 1.5 | modified | bwang | examples/PojoCache/sensor/src/test/propagation/PropagationReplAopTest.java | Updated for new API |
| 1.13 | modified | vblagojevic | src/org/jboss/cache/statetransfer/DefaultStateTransferGenerator.java | added missing delimeter nodes |
| 1.160 | modified | gzamarreno | /build.xml | Modified so that it passes under CC |
| 1.5 | modified | gzamarreno | tests/functional/org/jboss/cache/marshall/RedeploymentEmulationTest.java | Modified so that it passes under CC |
| 1.4 | deleted | msurtani | tests/functional/org/jboss/cache/eviction/StateTransferIntegrationTest.java | Repetition of a test in o.j.c.statetransfer.VersionedTestsBase |
| 1.16 | modified | msurtani | src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java | Fixed issue with unnecessary call up interceptor stack when notifying of node creation |
| 1.26 | modified | vblagojevic | tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java | more sleep time to let eviction thread run |
| 1.159 | modified | msurtani | /build.xml | marked JBCACHE-880 as a known failure |
| 1.32 | modified | msurtani | src/org/jboss/cache/config/Configuration.java | fixed some stuff |
| 1.5 | modified | msurtani | src/org/jboss/cache/interceptors/CacheMgmtInterceptorMBean.java | fixed some stuff |
| 1.4 | modified | msurtani | src/org/jboss/cache/jmx/CacheLegacyJmxWrapper.java | fixed some stuff |
| 1.4 | modified | msurtani | src/org/jboss/cache/jmx/CacheLegacyJmxWrapperMBean.java | fixed some stuff |
| 1.9 | modified | msurtani | src/org/jboss/cache/jmx/JmxUtil.java | fixed some stuff |
| 1.17 | modified | msurtani | tests/functional/org/jboss/cache/mgmt/NotificationTest.java | fixed some stuff |
| 1.158 | modified | bwang | /build.xml | Exclusion for CC |
| 1.6 | modified | msurtani | src/org/jboss/cache/factories/CacheFactory.java | - Configurations are now cloned before being used by the factory to guarantee ownership- Cloning configurations also resets RuntimeConfiguration of the clone- RemoteCacheListenerTest updated for completeness and thoroughness |
| 1.14 | modified | msurtani | src/org/jboss/cache/factories/DefaultCacheFactory.java | - Configurations are now cloned before being used by the factory to guarantee ownership- Cloning configurations also resets RuntimeConfiguration of the clone- RemoteCacheListenerTest updated for completeness and thoroughness |
| 1.11 | modified | msurtani | tests/functional/org/jboss/cache/notifications/RemoteCacheListenerTest.java | - Configurations are now cloned before being used by the factory to guarantee ownership- Cloning configurations also resets RuntimeConfiguration of the clone- RemoteCacheListenerTest updated for completeness and thoroughness |
| 1.31 | modified | msurtani | src/org/jboss/cache/config/Configuration.java | - Configurations are now cloned before being used by the factory to guarantee ownership- Cloning configurations also resets RuntimeConfiguration of the clone- RemoteCacheListenerTest updated for completeness and thoroughness |
| 1.4 | modified | msurtani | src/org/jboss/cache/config/RuntimeConfig.java | - Configurations are now cloned before being used by the factory to guarantee ownership- Cloning configurations also resets RuntimeConfiguration of the clone- RemoteCacheListenerTest updated for completeness and thoroughness |
| 1.13 | modified | msurtani | src/org/jboss/cache/UnversionedNode.java | Committed half baked code by mistake |
| 1.5 | modified | msurtani | src/org/jboss/cache/factories/CacheFactory.java | - Improved javadocs |
| 1.27 | modified | msurtani | src/org/jboss/cache/CacheSPI.java | - Improved javadocs- allow for deep remove and get direct |
| 1.10 | modified | msurtani | src/org/jboss/cache/NodeSPI.java | - Improved javadocs- allow for deep remove and get direct |
| 1.12 | modified | msurtani | src/org/jboss/cache/UnversionedNode.java | - Improved javadocs- allow for deep remove and get direct |
| 1.6 | modified | msurtani | tests/functional/org/jboss/cache/api/CacheSPITest.java | - Improved javadocs- allow for deep remove and get direct |