Skip to content

Commit 4c5ebcc

Browse files
committed
Removing references to JDK
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
1 parent 4efab4d commit 4c5ebcc

File tree

26 files changed

+2
-28
lines changed

26 files changed

+2
-28
lines changed

examples/cors/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ uncomment that line and then package and run the application.
1414

1515
## Build and run
1616

17-
With JDK11+
1817
```bash
1918
mvn package
2019
java -jar helidon-examples-cors.jar

examples/integrations/micrometer/mp/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The example is similar to the one from the Helidon MP QuickStart with these diff
2222

2323
## Build and run
2424

25-
With JDK11+
2625
```bash
2726
mvn package
2827
java -jar target/helidon-examples-integrations-micrometer-mp.jar

examples/integrations/micrometer/se/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ The `GreetingService` class
3434

3535
## Build and run
3636

37-
With JDK11+
3837
```bash
3938
mvn package
4039
java -jar target/helidon-examples-integrations-micrometer-se.jar

examples/integrations/neo4j/neo4j-mp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docker run --publish=7474:7474 --publish=7687:7687 -e 'NEO4J_AUTH=neo4j/secret'
1313
Goto the Neo4j browser and play the first step of the movies graph: [`:play movies`](http://localhost:7474/browser/?cmd=play&arg=movies).
1414

1515

16-
Then build with JDK11+
16+
Then build
1717
```bash
1818
mvn package
1919
java -jar target/helidon-examples-integration-neo4j-mp.jar

examples/integrations/neo4j/neo4j-se/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docker run --publish=7474:7474 --publish=7687:7687 -e 'NEO4J_AUTH=neo4j/secret'
1010

1111
Goto the Neo4j browser and play the first step of the movies graph: [`:play movies`](http://localhost:7474/browser/?cmd=play&arg=movies).
1212

13-
Build and run with With JDK11+
13+
Build and run
1414
```bash
1515
mvn package
1616
java -jar target/helidon-examples-integration-neo4j-se.jar

examples/jbatch/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Minimal Helidon MP + jBatch PoC.
44

55
## Build and run
66

7-
With JDK11+
87
```bash
98
mvn package
109
java -jar target/helidon-example-jbatch.jar

examples/metrics/exemplar/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ docker run --name zipkin -d -p 9411:9411 openzipkin/zipkin
1515

1616
## Build and run
1717

18-
With JDK11+
1918
```bash
2019
mvn package
2120
java -jar target/helidon-examples-metrics-exemplar.jar

examples/metrics/filtering/mp/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ optional metrics exemplar support.
55

66
## Build and run
77

8-
With JDK11+
98
```bash
109
mvn package
1110
java -jar target/helidon-examples-metrics-filtering-mp.jar

examples/metrics/filtering/se/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ optional metrics exemplar support.
55

66
## Build and run
77

8-
With JDK11+
98
```bash
109
mvn package
1110
java -jar target/helidon-examples-metrics-se.jar

examples/metrics/http-status-count-se/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Use this example for inspiration in writing your own service or just use the `Ht
2323
## Build and run
2424

2525

26-
With JDK17+
2726
```bash
2827
mvn package
2928
java -jar target/http-status-count-se.jar

examples/metrics/kpi/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ You would typically write any given application to use only one of the approache
1111

1212
## Build and run
1313

14-
With JDK11+
1514
```bash
1615
mvn package
1716
```

examples/microprofile/bean-validation/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ To be able to use bean validation add the following dependency:
1515

1616
## Build and run
1717

18-
With JDK11+
1918
```bash
2019
mvn package
2120
java -jar target/helidon-examples-microprofile-bean-validation.jar

examples/microprofile/http-status-count-mp/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Use this example for inspiration in writing your own filter or just use the filt
1010
## Build and run
1111

1212

13-
With JDK17+
1413
```bash
1514
mvn package
1615
java -jar target/http-status-count-mp.jar

examples/microprofile/messaging-sse/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
## Build and run
99

10-
With JDK11+
1110
```bash
1211
mvn package
1312
java -jar target/helidon-examples-microprofile-messaging-sse.jar

examples/microprofile/multiport/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ using @RoutingName.
2121

2222
## Build and run
2323

24-
With JDK11+
2524
```bash
2625
mvn package
2726
java -jar target/helidon-examples-microprofile-multiport.jar

examples/openapi-tools/quickstart-mp/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Let's change a little class `MessageServiceImpl` for our example :
5454

5555
To run the application :
5656

57-
With JDK17+
5857
```bash
5958
mvn package
6059
java -jar target/openapi-java-server.jar
@@ -172,7 +171,6 @@ to
172171

173172
To run the application :
174173

175-
With JDK17+
176174
```bash
177175
mvn package
178176
java -jar target/openapi-java-client.jar

examples/openapi-tools/quickstart-mp/mp-client/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Build and run
44

5-
With JDK11+
65
```bash
76
mvn package
87
java -jar target/openapi-mp-client.jar

examples/openapi-tools/quickstart-mp/mp-server/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Build and run
44

5-
With JDK11+
65
```bash
76
mvn package
87
java -jar target/openapi-mp-server.jar

examples/openapi-tools/quickstart-se/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ Let's change a little class `MessageServiceImpl` for our example :
6363

6464
To run the application :
6565

66-
With JDK17+
6766
```bash
6867
mvn package
6968
java -jar target/openapi-java-server.jar
@@ -279,7 +278,6 @@ server:
279278
280279
To run the application :
281280
282-
With JDK17+
283281
```bash
284282
mvn package
285283
java -jar target/openapi-java-client.jar

examples/openapi-tools/quickstart-se/se-server/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Build and run
44

5-
With JDK11+
65
```bash
76
mvn package
87
java -jar target/openapi-java-server.jar

examples/quickstarts/helidon-quickstart-mp/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ This example implements a simple Hello World REST service using MicroProfile.
44

55
## Build and run
66

7-
With JDK17+
87
```bash
98
mvn package
109
java -jar target/helidon-quickstart-mp.jar

examples/quickstarts/helidon-quickstart-se/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ This project implements a simple Hello World REST service using Helidon SE.
44

55
## Build and run
66

7-
With JDK17+
87
```bash
98
mvn package
109
java -jar target/helidon-quickstart-se.jar

examples/quickstarts/helidon-standalone-quickstart-mp/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This example implements a simple Hello World REST service using MicroProfile
55

66
## Build and run
77

8-
With JDK17+
98
```bash
109
mvn package
1110
java -jar target/helidon-standalone-quickstart-mp.jar

examples/quickstarts/helidon-standalone-quickstart-se/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This project implements a simple Hello World REST service using Helidon SE with
55

66
## Build and run
77

8-
With JDK17+
98
```bash
109
mvn package
1110
java -jar target/helidon-standalone-quickstart-se.jar

examples/webserver/multiport/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Seperate routing is defined for each named socket in `Main.java`
2020

2121
## Build and run
2222

23-
With JDK11+
2423
```bash
2524
mvn package
2625
java -jar target/helidon-examples-webserver-multiport.jar

examples/webserver/threadpool/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ threadpool.
2929

3030
## Build and run
3131

32-
With JDK11+
3332
```bash
3433
mvn package
3534
java -jar target/helidon-examples-webserver-threadpool.jar

0 commit comments

Comments
 (0)