From dbbddf38ea609bb2bf38c46df3e0b2129fee17dc Mon Sep 17 00:00:00 2001 From: josh-wong Date: Wed, 30 Oct 2024 02:14:49 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- .../getting-started-with-scalardb-by-using-kotlin.mdx | 10 +++------- .../version-3.12/getting-started-with-scalardb.mdx | 10 +++------- .../getting-started-with-scalardb-cluster-graphql.mdx | 10 ++-------- .../getting-started-with-scalardb-cluster-sql-jdbc.mdx | 6 ++---- ...rted-with-scalardb-cluster-sql-spring-data-jdbc.mdx | 6 ++---- .../getting-started-with-scalardb-cluster.mdx | 6 ++---- .../microservice-transaction-sample/README.mdx | 6 ++---- .../multi-storage-transaction-sample/README.mdx | 6 ++---- .../README.mdx | 6 ++---- .../README.mdx | 6 ++---- 10 files changed, 22 insertions(+), 50 deletions(-) diff --git a/versioned_docs/version-3.12/getting-started-with-scalardb-by-using-kotlin.mdx b/versioned_docs/version-3.12/getting-started-with-scalardb-by-using-kotlin.mdx index a8deb412..a53c46a1 100644 --- a/versioned_docs/version-3.12/getting-started-with-scalardb-by-using-kotlin.mdx +++ b/versioned_docs/version-3.12/getting-started-with-scalardb-by-using-kotlin.mdx @@ -20,19 +20,15 @@ The electronic money application is simplified for this tutorial and isn't suita ## Prerequisites for this sample application -Because ScalarDB is written in Java, you must have one of the following Java Development Kits (JDKs) installed in your environment: - -- [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) 8 -- OpenJDK 8 from [Eclipse Temurin](https://adoptium.net/temurin/releases/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft](https://learn.microsoft.com/en-us/java/openjdk/download) +- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/) +- [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later :::note -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](./requirements.mdx). +This sample application has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](./requirements.mdx). ::: -In addition, since you'll be using Docker Compose to run the databases, you must have [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later installed. - ## Clone the ScalarDB samples repository Open **Terminal**, then clone the ScalarDB samples repository by running the following command: diff --git a/versioned_docs/version-3.12/getting-started-with-scalardb.mdx b/versioned_docs/version-3.12/getting-started-with-scalardb.mdx index 61f047a2..1c55c7fd 100644 --- a/versioned_docs/version-3.12/getting-started-with-scalardb.mdx +++ b/versioned_docs/version-3.12/getting-started-with-scalardb.mdx @@ -20,19 +20,15 @@ Since the focus of the sample application is to demonstrate using ScalarDB, appl ## Prerequisites for this sample application -Because ScalarDB is written in Java, you must have one of the following Java Development Kits (JDKs) installed in your environment: - -- [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) 8 -- OpenJDK 8 from [Eclipse Temurin](https://adoptium.net/temurin/releases/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft](https://learn.microsoft.com/en-us/java/openjdk/download) +- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/) +- [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later :::note -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](./requirements.mdx). +This sample application has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](./requirements.mdx). ::: -In addition, since you'll be using Docker Compose to run the databases, you must have [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later installed. - ## Clone the ScalarDB samples repository Open **Terminal**, then clone the ScalarDB samples repository by running the following command: diff --git a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-graphql.mdx b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-graphql.mdx index 8aa1162b..0f553c33 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-graphql.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-graphql.mdx @@ -10,17 +10,11 @@ This tutorial describes how to use ScalarDB Cluster GraphQL. ## Prerequisites - One of the following Java Development Kits (JDKs): - - [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) LTS version (8, 11, or 17) - - [OpenJDK](https://openjdk.org/install/) LTS version (8, 11, or 17) + - [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) LTS version (8, 11, 17, or 21) + - [OpenJDK](https://openjdk.org/install/) LTS version (8, 11, 17, or 21) - ScalarDB Cluster running on a Kubernetes cluster - We assume that you have a ScalarDB Cluster running on a Kubernetes cluster that you deployed by following the instructions in [Set Up ScalarDB Cluster on Kubernetes by Using a Helm Chart](setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx). -:::note - -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](../requirements.mdx). - -::: - ## Sample application This tutorial illustrates the process of creating an electronic money application, where money can be transferred between accounts. diff --git a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-jdbc.mdx b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-jdbc.mdx index 59cb1afa..d2d7a5c6 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-jdbc.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-jdbc.mdx @@ -9,15 +9,13 @@ This tutorial describes how to create a sample application by using ScalarDB Clu ## Prerequisites for this sample application -- One of the following Java Development Kits (JDKs): - - [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) 8 - - OpenJDK 8 from [Eclipse Temurin](https://adoptium.net/temurin/releases/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft](https://learn.microsoft.com/en-us/java/openjdk/download) +- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/) - ScalarDB Cluster running on a Kubernetes cluster - We assume that you have a ScalarDB Cluster running on a Kubernetes cluster that you deployed by following the instructions in [Set Up ScalarDB Cluster on Kubernetes by Using a Helm Chart](setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx). :::note -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](../requirements.mdx). +This sample application has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](../requirements.mdx). ::: diff --git a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-spring-data-jdbc.mdx b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-spring-data-jdbc.mdx index 98286412..09cdfe7e 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-spring-data-jdbc.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster-sql-spring-data-jdbc.mdx @@ -9,15 +9,13 @@ This tutorial describes how to create a sample application by using ScalarDB Clu ## Prerequisites for this sample application -- One of the following Java Development Kits (JDKs): - - [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) 8 - - OpenJDK 8 from [Eclipse Temurin](https://adoptium.net/temurin/releases/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft](https://learn.microsoft.com/en-us/java/openjdk/download) +- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/) - ScalarDB Cluster running on a Kubernetes cluster - We assume that you have a ScalarDB Cluster running on a Kubernetes cluster that you deployed by following the instructions in [Set Up ScalarDB Cluster on Kubernetes by Using a Helm Chart](setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx). :::note -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](../requirements.mdx). +This sample application has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](../requirements.mdx). ::: diff --git a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster.mdx b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster.mdx index b5281d8c..804a3a2c 100644 --- a/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster.mdx +++ b/versioned_docs/version-3.12/scalardb-cluster/getting-started-with-scalardb-cluster.mdx @@ -83,15 +83,13 @@ The sample application supports the following types of transactions: ## Prerequisites for this sample application -- One of the following Java Development Kits (JDKs): - - [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) 8 - - OpenJDK 8 from [Eclipse Temurin](https://adoptium.net/temurin/releases/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft](https://learn.microsoft.com/en-us/java/openjdk/download) +- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/) - ScalarDB Cluster running on a Kubernetes cluster - We assume that you have a ScalarDB Cluster running on a Kubernetes cluster that you deployed by following the instructions in [Set Up ScalarDB Cluster on Kubernetes by Using a Helm Chart](setup-scalardb-cluster-on-kubernetes-by-using-helm-chart.mdx). :::note -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](../requirements.mdx). +This sample application has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](../requirements.mdx). ::: diff --git a/versioned_docs/version-3.12/scalardb-samples/microservice-transaction-sample/README.mdx b/versioned_docs/version-3.12/scalardb-samples/microservice-transaction-sample/README.mdx index d7342d4b..fbc0e685 100644 --- a/versioned_docs/version-3.12/scalardb-samples/microservice-transaction-sample/README.mdx +++ b/versioned_docs/version-3.12/scalardb-samples/microservice-transaction-sample/README.mdx @@ -75,14 +75,12 @@ The `getCustomerInfo` endpoint works as a participant service endpoint when rece ## Prerequisites for this sample application -- One of the following Java Development Kits (JDKs): - - [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) 8 - - OpenJDK 8 from [Eclipse Temurin](https://adoptium.net/temurin/releases/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft](https://learn.microsoft.com/en-us/java/openjdk/download) +- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/) - [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later :::note -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](../../requirements.mdx). +This sample application has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](../../requirements.mdx). ::: diff --git a/versioned_docs/version-3.12/scalardb-samples/multi-storage-transaction-sample/README.mdx b/versioned_docs/version-3.12/scalardb-samples/multi-storage-transaction-sample/README.mdx index 7dd0f9c4..1826cf40 100644 --- a/versioned_docs/version-3.12/scalardb-samples/multi-storage-transaction-sample/README.mdx +++ b/versioned_docs/version-3.12/scalardb-samples/multi-storage-transaction-sample/README.mdx @@ -38,14 +38,12 @@ The sample application supports the following types of transactions: ## Prerequisites for this sample application -- One of the following Java Development Kits (JDKs): - - [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) 8 - - OpenJDK 8 from [Eclipse Temurin](https://adoptium.net/temurin/releases/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft](https://learn.microsoft.com/en-us/java/openjdk/download) +- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/) - [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later :::note -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](../../requirements.mdx). +This sample application has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](../../requirements.mdx). ::: diff --git a/versioned_docs/version-3.12/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx b/versioned_docs/version-3.12/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx index 7f998dbb..86ebc347 100644 --- a/versioned_docs/version-3.12/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx +++ b/versioned_docs/version-3.12/scalardb-samples/spring-data-microservice-transaction-sample/README.mdx @@ -13,14 +13,12 @@ For details about these features, see [Two-phase Commit Transactions](../../two- ## Prerequisites for this sample application -- One of the following Java Development Kits (JDKs): - - [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) 8 - - OpenJDK 8 from [Eclipse Temurin](https://adoptium.net/temurin/releases/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft](https://learn.microsoft.com/en-us/java/openjdk/download) +- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/) - [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later :::note -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](../../requirements.mdx). +This sample application has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](../../requirements.mdx). ::: diff --git a/versioned_docs/version-3.12/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx b/versioned_docs/version-3.12/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx index 98fabf45..ca4c7bbd 100644 --- a/versioned_docs/version-3.12/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx +++ b/versioned_docs/version-3.12/scalardb-samples/spring-data-multi-storage-transaction-sample/README.mdx @@ -11,14 +11,12 @@ This tutorial describes how to create a sample Spring Boot application by using ## Prerequisites for this sample application -- One of the following Java Development Kits (JDKs): - - [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) 8 - - OpenJDK 8 from [Eclipse Temurin](https://adoptium.net/temurin/releases/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft](https://learn.microsoft.com/en-us/java/openjdk/download) +- OpenJDK LTS version (8, 11, 17, or 21) from [Eclipse Temurin](https://adoptium.net/temurin/releases/) - [Docker](https://www.docker.com/get-started/) 20.10 or later with [Docker Compose](https://docs.docker.com/compose/install/) V2 or later :::note -This sample application only works with Java 8. However, ScalarDB itself works with Java LTS versions, which means that you can use Java LTS versions for your application that uses ScalarDB. For details on the requirements of ScalarDB, such as which Java versions can be used, see [Requirements](../../requirements.mdx). +This sample application has been tested with OpenJDK from Eclipse Temurin. ScalarDB itself, however, has been tested with JDK distributions from various vendors. For details about the requirements for ScalarDB, including compatible JDK distributions, please see [Requirements](../../requirements.mdx). :::