Skip to content

Commit 1d226b4

Browse files
authored
Merge pull request #4251 from salaboy/quickstarts-java
Upgrade Java pre-req on QuickStarts to JDK 17
2 parents 1ada47e + 62cd1e5 commit 1d226b4

9 files changed

+15
-15
lines changed

daprdocs/content/en/getting-started/quickstarts/bindings-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ In the YAML file:
651651
For this example, you will need:
652652
653653
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
654-
- Java JDK 11 (or greater):
654+
- Java JDK 17 (or greater):
655655
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
656656
- OpenJDK
657657
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.

daprdocs/content/en/getting-started/quickstarts/configuration-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ try
389389
For this example, you will need:
390390
391391
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
392-
- Java JDK 11 (or greater):
392+
- Java JDK 17 (or greater):
393393
- [Oracle JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11), or
394394
- OpenJDK
395395
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.

daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Console.WriteLine("Published data: " + order);
512512
For this example, you will need:
513513

514514
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
515-
- Java JDK 11 (or greater):
515+
- Java JDK 17 (or greater):
516516
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
517517
- OpenJDK
518518
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.
@@ -1321,7 +1321,7 @@ In the YAML file:
13211321
For this example, you will need:
13221322

13231323
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
1324-
- Java JDK 11 (or greater):
1324+
- Java JDK 17 (or greater):
13251325
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
13261326
- OpenJDK
13271327
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.

daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-serviceinvo-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ dapr run --app-port 7001 --app-id order-processor --app-protocol http --dapr-htt
693693
For this example, you will need:
694694

695695
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
696-
- Java JDK 11 (or greater):
696+
- Java JDK 17 (or greater):
697697
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
698698
- OpenJDK
699699
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.

daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ INFO[0036] Recovered processing operation component[statestore] output.
534534
For this example, you will need:
535535
536536
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
537-
- Java JDK 11 (or greater):
537+
- Java JDK 17 (or greater):
538538
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
539539
- OpenJDK
540540
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.

daprdocs/content/en/getting-started/quickstarts/secrets-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Order-processor output:
356356
For this example, you will need:
357357

358358
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
359-
- Java JDK 11 (or greater):
359+
- Java JDK 17 (or greater):
360360
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
361361
- OpenJDK
362362
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.

daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ var response = await client.PostAsync($"{baseURL}/orders", content);
458458
For this example, you will need:
459459

460460
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
461-
- Java JDK 11 (or greater):
461+
- Java JDK 17 (or greater):
462462
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
463463
- OpenJDK
464464
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.
@@ -1156,7 +1156,7 @@ Dapr invokes an application on any Dapr instance. In the code, the sidecar progr
11561156
For this example, you will need:
11571157

11581158
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
1159-
- Java JDK 11 (or greater):
1159+
- Java JDK 17 (or greater):
11601160
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
11611161
- OpenJDK
11621162
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.

daprdocs/content/en/getting-started/quickstarts/statemanagement-quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ In the YAML file:
419419
For this example, you will need:
420420

421421
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
422-
- Java JDK 11 (or greater):
422+
- Java JDK 17 (or greater):
423423
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
424424
- OpenJDK
425425
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.
@@ -1050,7 +1050,7 @@ In the YAML file:
10501050
For this example, you will need:
10511051

10521052
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
1053-
- Java JDK 11 (or greater):
1053+
- Java JDK 17 (or greater):
10541054
- [Oracle JDK](https://www.oracle.com/java/technologies/downloads), or
10551055
- OpenJDK
10561056
- [Apache Maven](https://maven.apache.org/install.html), version 3.x.

daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -750,10 +750,10 @@ The `order-processor` console app starts and manages the lifecycle of an order p
750750
For this example, you will need:
751751
752752
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
753-
- Java JDK 11 (or greater):
754-
- [Microsoft JDK 11](https://docs.microsoft.com/java/openjdk/download#openjdk-11)
755-
- [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)
756-
- [OpenJDK 11](https://jdk.java.net/11/)
753+
- Java JDK 17 (or greater):
754+
- [Microsoft JDK 17](https://docs.microsoft.com/java/openjdk/download#openjdk-17)
755+
- [Oracle JDK 17](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK17)
756+
- [OpenJDK 17](https://jdk.java.net/17/)
757757
- [Apache Maven](https://maven.apache.org/install.html) version 3.x.
758758
<!-- IGNORE_LINKS -->
759759
- [Docker Desktop](https://www.docker.com/products/docker-desktop)

0 commit comments

Comments
 (0)