From 4c5ebcc44f64041918d6d2a08c5b30a5d4c43f78 Mon Sep 17 00:00:00 2001 From: Maxim Nesen Date: Thu, 11 Jan 2024 13:34:27 +0100 Subject: [PATCH] Removing references to JDK Signed-off-by: Maxim Nesen --- examples/cors/README.md | 1 - examples/integrations/micrometer/mp/README.md | 1 - examples/integrations/micrometer/se/README.md | 1 - examples/integrations/neo4j/neo4j-mp/README.md | 2 +- examples/integrations/neo4j/neo4j-se/README.md | 2 +- examples/jbatch/README.md | 1 - examples/metrics/exemplar/README.md | 1 - examples/metrics/filtering/mp/README.md | 1 - examples/metrics/filtering/se/README.md | 1 - examples/metrics/http-status-count-se/README.md | 1 - examples/metrics/kpi/README.md | 1 - examples/microprofile/bean-validation/README.md | 1 - examples/microprofile/http-status-count-mp/README.md | 1 - examples/microprofile/messaging-sse/README.md | 1 - examples/microprofile/multiport/README.md | 1 - examples/openapi-tools/quickstart-mp/README.md | 2 -- examples/openapi-tools/quickstart-mp/mp-client/README.md | 1 - examples/openapi-tools/quickstart-mp/mp-server/README.md | 1 - examples/openapi-tools/quickstart-se/README.md | 2 -- examples/openapi-tools/quickstart-se/se-server/README.md | 1 - examples/quickstarts/helidon-quickstart-mp/README.md | 1 - examples/quickstarts/helidon-quickstart-se/README.md | 1 - examples/quickstarts/helidon-standalone-quickstart-mp/README.md | 1 - examples/quickstarts/helidon-standalone-quickstart-se/README.md | 1 - examples/webserver/multiport/README.md | 1 - examples/webserver/threadpool/README.md | 1 - 26 files changed, 2 insertions(+), 28 deletions(-) diff --git a/examples/cors/README.md b/examples/cors/README.md index e32f6d9c..6fdaab0e 100644 --- a/examples/cors/README.md +++ b/examples/cors/README.md @@ -14,7 +14,6 @@ uncomment that line and then package and run the application. ## Build and run -With JDK11+ ```bash mvn package java -jar helidon-examples-cors.jar diff --git a/examples/integrations/micrometer/mp/README.md b/examples/integrations/micrometer/mp/README.md index 53660633..e15d9501 100644 --- a/examples/integrations/micrometer/mp/README.md +++ b/examples/integrations/micrometer/mp/README.md @@ -22,7 +22,6 @@ The example is similar to the one from the Helidon MP QuickStart with these diff ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-integrations-micrometer-mp.jar diff --git a/examples/integrations/micrometer/se/README.md b/examples/integrations/micrometer/se/README.md index 1a316861..299c7bca 100644 --- a/examples/integrations/micrometer/se/README.md +++ b/examples/integrations/micrometer/se/README.md @@ -34,7 +34,6 @@ The `GreetingService` class ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-integrations-micrometer-se.jar diff --git a/examples/integrations/neo4j/neo4j-mp/README.md b/examples/integrations/neo4j/neo4j-mp/README.md index d925c4b2..8a6e4115 100644 --- a/examples/integrations/neo4j/neo4j-mp/README.md +++ b/examples/integrations/neo4j/neo4j-mp/README.md @@ -13,7 +13,7 @@ docker run --publish=7474:7474 --publish=7687:7687 -e 'NEO4J_AUTH=neo4j/secret' Goto the Neo4j browser and play the first step of the movies graph: [`:play movies`](http://localhost:7474/browser/?cmd=play&arg=movies). -Then build with JDK11+ +Then build ```bash mvn package java -jar target/helidon-examples-integration-neo4j-mp.jar diff --git a/examples/integrations/neo4j/neo4j-se/README.md b/examples/integrations/neo4j/neo4j-se/README.md index 45c0ac6c..96ee4e48 100644 --- a/examples/integrations/neo4j/neo4j-se/README.md +++ b/examples/integrations/neo4j/neo4j-se/README.md @@ -10,7 +10,7 @@ docker run --publish=7474:7474 --publish=7687:7687 -e 'NEO4J_AUTH=neo4j/secret' Goto the Neo4j browser and play the first step of the movies graph: [`:play movies`](http://localhost:7474/browser/?cmd=play&arg=movies). -Build and run with With JDK11+ +Build and run ```bash mvn package java -jar target/helidon-examples-integration-neo4j-se.jar diff --git a/examples/jbatch/README.md b/examples/jbatch/README.md index 3153e004..47857cc9 100644 --- a/examples/jbatch/README.md +++ b/examples/jbatch/README.md @@ -4,7 +4,6 @@ Minimal Helidon MP + jBatch PoC. ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-example-jbatch.jar diff --git a/examples/metrics/exemplar/README.md b/examples/metrics/exemplar/README.md index 8541e1fb..09125f0f 100644 --- a/examples/metrics/exemplar/README.md +++ b/examples/metrics/exemplar/README.md @@ -15,7 +15,6 @@ docker run --name zipkin -d -p 9411:9411 openzipkin/zipkin ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-metrics-exemplar.jar diff --git a/examples/metrics/filtering/mp/README.md b/examples/metrics/filtering/mp/README.md index 78ce08a3..02e74162 100644 --- a/examples/metrics/filtering/mp/README.md +++ b/examples/metrics/filtering/mp/README.md @@ -5,7 +5,6 @@ optional metrics exemplar support. ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-metrics-filtering-mp.jar diff --git a/examples/metrics/filtering/se/README.md b/examples/metrics/filtering/se/README.md index 05ace377..8a79ed34 100644 --- a/examples/metrics/filtering/se/README.md +++ b/examples/metrics/filtering/se/README.md @@ -5,7 +5,6 @@ optional metrics exemplar support. ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-metrics-se.jar diff --git a/examples/metrics/http-status-count-se/README.md b/examples/metrics/http-status-count-se/README.md index 94407219..4a0e2713 100644 --- a/examples/metrics/http-status-count-se/README.md +++ b/examples/metrics/http-status-count-se/README.md @@ -23,7 +23,6 @@ Use this example for inspiration in writing your own service or just use the `Ht ## Build and run -With JDK17+ ```bash mvn package java -jar target/http-status-count-se.jar diff --git a/examples/metrics/kpi/README.md b/examples/metrics/kpi/README.md index 8daaf3b1..c0fe038d 100644 --- a/examples/metrics/kpi/README.md +++ b/examples/metrics/kpi/README.md @@ -11,7 +11,6 @@ You would typically write any given application to use only one of the approache ## Build and run -With JDK11+ ```bash mvn package ``` diff --git a/examples/microprofile/bean-validation/README.md b/examples/microprofile/bean-validation/README.md index 9c6734cb..a31bab2e 100644 --- a/examples/microprofile/bean-validation/README.md +++ b/examples/microprofile/bean-validation/README.md @@ -15,7 +15,6 @@ To be able to use bean validation add the following dependency: ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-microprofile-bean-validation.jar diff --git a/examples/microprofile/http-status-count-mp/README.md b/examples/microprofile/http-status-count-mp/README.md index 807d6fdf..fea3cfe5 100644 --- a/examples/microprofile/http-status-count-mp/README.md +++ b/examples/microprofile/http-status-count-mp/README.md @@ -10,7 +10,6 @@ Use this example for inspiration in writing your own filter or just use the filt ## Build and run -With JDK17+ ```bash mvn package java -jar target/http-status-count-mp.jar diff --git a/examples/microprofile/messaging-sse/README.md b/examples/microprofile/messaging-sse/README.md index 37a7e2dd..4c785716 100644 --- a/examples/microprofile/messaging-sse/README.md +++ b/examples/microprofile/messaging-sse/README.md @@ -7,7 +7,6 @@ ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-microprofile-messaging-sse.jar diff --git a/examples/microprofile/multiport/README.md b/examples/microprofile/multiport/README.md index 50dd7334..47104b8c 100644 --- a/examples/microprofile/multiport/README.md +++ b/examples/microprofile/multiport/README.md @@ -21,7 +21,6 @@ using @RoutingName. ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-microprofile-multiport.jar diff --git a/examples/openapi-tools/quickstart-mp/README.md b/examples/openapi-tools/quickstart-mp/README.md index d87a0acb..eb7d40aa 100644 --- a/examples/openapi-tools/quickstart-mp/README.md +++ b/examples/openapi-tools/quickstart-mp/README.md @@ -54,7 +54,6 @@ Let's change a little class `MessageServiceImpl` for our example : To run the application : -With JDK17+ ```bash mvn package java -jar target/openapi-java-server.jar @@ -172,7 +171,6 @@ to To run the application : -With JDK17+ ```bash mvn package java -jar target/openapi-java-client.jar diff --git a/examples/openapi-tools/quickstart-mp/mp-client/README.md b/examples/openapi-tools/quickstart-mp/mp-client/README.md index 1a357667..b5314a9b 100644 --- a/examples/openapi-tools/quickstart-mp/mp-client/README.md +++ b/examples/openapi-tools/quickstart-mp/mp-client/README.md @@ -2,7 +2,6 @@ ## Build and run -With JDK11+ ```bash mvn package java -jar target/openapi-mp-client.jar diff --git a/examples/openapi-tools/quickstart-mp/mp-server/README.md b/examples/openapi-tools/quickstart-mp/mp-server/README.md index a541c192..06eb4753 100644 --- a/examples/openapi-tools/quickstart-mp/mp-server/README.md +++ b/examples/openapi-tools/quickstart-mp/mp-server/README.md @@ -2,7 +2,6 @@ ## Build and run -With JDK11+ ```bash mvn package java -jar target/openapi-mp-server.jar diff --git a/examples/openapi-tools/quickstart-se/README.md b/examples/openapi-tools/quickstart-se/README.md index 2aca6bf2..88300bfd 100644 --- a/examples/openapi-tools/quickstart-se/README.md +++ b/examples/openapi-tools/quickstart-se/README.md @@ -63,7 +63,6 @@ Let's change a little class `MessageServiceImpl` for our example : To run the application : -With JDK17+ ```bash mvn package java -jar target/openapi-java-server.jar @@ -279,7 +278,6 @@ server: To run the application : -With JDK17+ ```bash mvn package java -jar target/openapi-java-client.jar diff --git a/examples/openapi-tools/quickstart-se/se-server/README.md b/examples/openapi-tools/quickstart-se/se-server/README.md index 688b55ec..5cfcbd53 100644 --- a/examples/openapi-tools/quickstart-se/se-server/README.md +++ b/examples/openapi-tools/quickstart-se/se-server/README.md @@ -2,7 +2,6 @@ ## Build and run -With JDK11+ ```bash mvn package java -jar target/openapi-java-server.jar diff --git a/examples/quickstarts/helidon-quickstart-mp/README.md b/examples/quickstarts/helidon-quickstart-mp/README.md index 45297d27..6e456c63 100644 --- a/examples/quickstarts/helidon-quickstart-mp/README.md +++ b/examples/quickstarts/helidon-quickstart-mp/README.md @@ -4,7 +4,6 @@ This example implements a simple Hello World REST service using MicroProfile. ## Build and run -With JDK17+ ```bash mvn package java -jar target/helidon-quickstart-mp.jar diff --git a/examples/quickstarts/helidon-quickstart-se/README.md b/examples/quickstarts/helidon-quickstart-se/README.md index c3da9e6d..d6276727 100644 --- a/examples/quickstarts/helidon-quickstart-se/README.md +++ b/examples/quickstarts/helidon-quickstart-se/README.md @@ -4,7 +4,6 @@ This project implements a simple Hello World REST service using Helidon SE. ## Build and run -With JDK17+ ```bash mvn package java -jar target/helidon-quickstart-se.jar diff --git a/examples/quickstarts/helidon-standalone-quickstart-mp/README.md b/examples/quickstarts/helidon-standalone-quickstart-mp/README.md index ef863b8b..252a95c4 100644 --- a/examples/quickstarts/helidon-standalone-quickstart-mp/README.md +++ b/examples/quickstarts/helidon-standalone-quickstart-mp/README.md @@ -5,7 +5,6 @@ This example implements a simple Hello World REST service using MicroProfile ## Build and run -With JDK17+ ```bash mvn package java -jar target/helidon-standalone-quickstart-mp.jar diff --git a/examples/quickstarts/helidon-standalone-quickstart-se/README.md b/examples/quickstarts/helidon-standalone-quickstart-se/README.md index 08887994..02d08260 100644 --- a/examples/quickstarts/helidon-standalone-quickstart-se/README.md +++ b/examples/quickstarts/helidon-standalone-quickstart-se/README.md @@ -5,7 +5,6 @@ This project implements a simple Hello World REST service using Helidon SE with ## Build and run -With JDK17+ ```bash mvn package java -jar target/helidon-standalone-quickstart-se.jar diff --git a/examples/webserver/multiport/README.md b/examples/webserver/multiport/README.md index f028517f..0bec11e2 100644 --- a/examples/webserver/multiport/README.md +++ b/examples/webserver/multiport/README.md @@ -20,7 +20,6 @@ Seperate routing is defined for each named socket in `Main.java` ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-webserver-multiport.jar diff --git a/examples/webserver/threadpool/README.md b/examples/webserver/threadpool/README.md index fbf71967..09ef9185 100644 --- a/examples/webserver/threadpool/README.md +++ b/examples/webserver/threadpool/README.md @@ -29,7 +29,6 @@ threadpool. ## Build and run -With JDK11+ ```bash mvn package java -jar target/helidon-examples-webserver-threadpool.jar