From 7e2a1912248b0457818d823c61f5d4dbf31d8316 Mon Sep 17 00:00:00 2001 From: coherence-bot Date: Wed, 11 Dec 2024 17:18:57 +0000 Subject: [PATCH] Update 14.1.2-0-0-SNAPSHOT docs --- 14.1.2-0-0-SNAPSHOT/docs/main/config.js | 4 ++-- 14.1.2-0-0-SNAPSHOT/docs/main/search-index.json | 4 ++-- 14.1.2-0-0-SNAPSHOT/docs/pages/docs/about/03_quickstart.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/14.1.2-0-0-SNAPSHOT/docs/main/config.js b/14.1.2-0-0-SNAPSHOT/docs/main/config.js index 82916c6ab6f35..fa159ef2934a3 100644 --- a/14.1.2-0-0-SNAPSHOT/docs/main/config.js +++ b/14.1.2-0-0-SNAPSHOT/docs/main/config.js @@ -701,13 +701,13 @@ function createNav(){ { title: 'Coherence .NET Client API', action: 'library_books', - href: 'https://docs.oracle.com/en/middleware/standalone/coherence/14.1.2.0/net-reference/html', + href: 'https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2.0/net-reference/html', target: '_blank' }, { title: 'Coherence C++ Client API', action: 'library_books', - href: 'https://docs.oracle.com/en/middleware/standalone/coherence/14.1.2.0/cplus-reference/index.html', + href: 'https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2.0/cplus-reference/index.html', target: '_blank' }, { diff --git a/14.1.2-0-0-SNAPSHOT/docs/main/search-index.json b/14.1.2-0-0-SNAPSHOT/docs/main/search-index.json index 51607db719131..ab1eb93e747c5 100644 --- a/14.1.2-0-0-SNAPSHOT/docs/main/search-index.json +++ b/14.1.2-0-0-SNAPSHOT/docs/main/search-index.json @@ -1902,7 +1902,7 @@ }, { "location": "/docs/about/03_quickstart", - "text": " Java - JDK 11 or higher Maven - 3.8.5 or higher ", + "text": " Java - JDK 17 or higher Maven - 3.8.5 or higher ", "title": "Prerequisites" }, { @@ -1912,7 +1912,7 @@ }, { "location": "/docs/about/03_quickstart", - "text": " Prerequisites Java - JDK 11 or higher Maven - 3.8.5 or higher How to Get Coherence Community Edition As Coherence is generally embedded into an application by using Coherence APIs, the natural place to consume this dependency is from Maven: <dependencies> <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence</artifactId> <version>14.1.2-0-0-SNAPSHOT</version> </dependency> </dependencies> You can also get Coherence from the official Docker image . For other language clients, use ( C++ and .NET ), and for the non-community edition, see Oracle Technology Network . ", + "text": " Prerequisites Java - JDK 17 or higher Maven - 3.8.5 or higher How to Get Coherence Community Edition As Coherence is generally embedded into an application by using Coherence APIs, the natural place to consume this dependency is from Maven: <dependencies> <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence</artifactId> <version>14.1.2-0-0-SNAPSHOT</version> </dependency> </dependencies> You can also get Coherence from the official Docker image . For other language clients, use ( C++ and .NET ), and for the non-community edition, see Oracle Technology Network . ", "title": "Quick Start" }, { diff --git a/14.1.2-0-0-SNAPSHOT/docs/pages/docs/about/03_quickstart.js b/14.1.2-0-0-SNAPSHOT/docs/pages/docs/about/03_quickstart.js index 9f5d14a486b92..96a39c5752ee6 100644 --- a/14.1.2-0-0-SNAPSHOT/docs/pages/docs/about/03_quickstart.js +++ b/14.1.2-0-0-SNAPSHOT/docs/pages/docs/about/03_quickstart.js @@ -7,7 +7,7 @@
  1. -Java - JDK 11 or higher +Java - JDK 17 or higher