Fork me on GitHub

History

The following sections outline Oracle Coherence Incubator changes in reverse chronological order.

Version 13.0.0 built on 2017-08-30 20:50

Source and Documentation Contributors

  • Brian Oliver

Global and Cross-Module Changes

  • 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

coherence-common

  • Issue #164: Introduced the ability to use introduce-cache-config with interceptors.

coherence-processingpattern

  • 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.