The following sections outline Oracle Coherence Incubator changes in reverse chronological order.
Coherence Incubator 13 is based on Coherence 12, upgrade to require Coherence 12.2.x+.
Coherence Incubator 13 deprecates the following modules/patterns as equivalent and/or more advanced functionality is now available in Coherence itself. The deprecated modules include:
JVisualVM Plugin (now shipped with Coherence) Push Replication Pattern (see Coherence Federated Caching) Event Distribution Pattern (previously used by the new deprecated Push Replication Pattern) Processing Pattern (no longer supported)
Issue #166: Updated pom.xml files to support publishing to Maven Central instead of maven.java.net
Issue #49: Resolved inappropriate use of CacheFactory.ensureCluster(), replacing with CacheFactory.getCluster().
Issue #159: Introduced ability to provide a ConfigurableCacheFactory when creating a ProcessingSession.
Issue #160: Ensure consistent use of ClassLoaders based on calling context.
Issue #161: Ensure Processing Pattern is initialized using the Cache Configuration LifecycleEvents.
Issue #162: Introduce Shared ExecutorService for internal background tasks.
Issue #163: Resolves fail-over/fail-back of Grid-based Tasks.