Skip to content

Commit 81d1d82

Browse files
committed
DEVX-796: readme update for requirements
1 parent ad63a1e commit 81d1d82

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

examples/spring-datadog-statsd/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Example to show how Java SDK can be used in a Spring Boot application with Datad
44

55
## Requirements
66

7+
- Java 21 or higher
8+
- Gradle 8.14 or higher
79
- A Composable Commerce Project with a configured [API Client](https://docs.commercetools.com/tutorials/getting-started#creating-an-api-client).
810
Necessary scopes: `view_published_products`, `manage_orders`
911
- Your Project must have existing products containing variants with SKUs, and at least one customer, the storefront search endpoint must be active.

examples/spring-datadog/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Example to show how Java SDK can be used in a Spring Boot application with Datad
44

55
## Requirements
66

7+
- Java 21 or higher
8+
- Gradle 8.14 or higher
79
- A Composable Commerce Project with a configured [API Client](https://docs.commercetools.com/tutorials/getting-started#creating-an-api-client).
810
Necessary scopes: `view_published_products`, `manage_orders`
911
- Your Project must have existing products containing variants with SKUs, and at least one customer, the storefront search endpoint must be active.

examples/spring-newrelic/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Example to show how Java SDK can be used in a Spring Boot application with NewRe
44

55
## Requirements
66

7+
- Java 21 or higher
8+
- Gradle 8.14 or higher
79
- A Composable Commerce Project with a configured [API Client](https://docs.commercetools.com/tutorials/getting-started#creating-an-api-client).
810
Necessary scopes: `view_published_products`, `manage_orders`
911
- Your Project must have existing products containing variants with SKUs, and at least one customer, the storefront search endpoint must be active.

examples/spring-otel/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ OpenTelemetry auto instrumentation.
66

77
## Requirements
88

9+
- Java 21 or higher
10+
- Gradle 8.14 or higher
911
- A Composable Commerce Project with a configured [API Client](https://docs.commercetools.com/tutorials/getting-started#creating-an-api-client).
1012
Necessary scopes: `view_published_products`, `manage_orders`
1113
- Your Project must have existing products containing variants with SKUs, and at least one customer, the storefront search endpoint must be active.

examples/spring/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Example to show how the ME endpoints can be used with the Java SDK in a Spring B
44

55
## Requirements
66

7+
- Java 21 or higher
8+
- Gradle 8.14 or higher
79
- A Composable Commerce Project with a configured [API Client](https://docs.commercetools.com/tutorials/getting-started#creating-an-api-client).
810
Necessary scopes: `view_published_products`, `view_categories`, `manage_my_profile`, `manage_my_shopping_lists`, `manage_my_payments`, `manage_my_orders`
911
- Your Project must have existing products containing variants with SKUs, and at least one customer, the storefront search endpoint must be active.

0 commit comments

Comments
 (0)