Skip to content

Commit

Permalink
Removing references to JDK (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam authored Jan 12, 2024
1 parent 9a20967 commit 3f48a25
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 28 deletions.
1 change: 0 additions & 1 deletion examples/cors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/integrations/micrometer/mp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/integrations/micrometer/se/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ The `GreetingService` class

## Build and run

With JDK11+
```bash
mvn package
java -jar target/helidon-examples-integrations-micrometer-se.jar
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/neo4j/neo4j-mp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/neo4j/neo4j-se/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/jbatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Minimal Helidon MP + jBatch PoC.

## Build and run

With JDK11+
```bash
mvn package
java -jar target/helidon-example-jbatch.jar
Expand Down
1 change: 0 additions & 1 deletion examples/metrics/exemplar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/metrics/filtering/mp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/metrics/filtering/se/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ optional metrics exemplar support.

## Build and run

With JDK11+
```bash
mvn package
java -jar target/helidon-examples-metrics-se.jar
Expand Down
1 change: 0 additions & 1 deletion examples/metrics/http-status-count-se/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/metrics/kpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 0 additions & 1 deletion examples/microprofile/bean-validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/microprofile/http-status-count-mp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/microprofile/messaging-sse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

## Build and run

With JDK11+
```bash
mvn package
java -jar target/helidon-examples-microprofile-messaging-sse.jar
Expand Down
1 change: 0 additions & 1 deletion examples/microprofile/multiport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ using @RoutingName.

## Build and run

With JDK11+
```bash
mvn package
java -jar target/helidon-examples-microprofile-multiport.jar
Expand Down
2 changes: 0 additions & 2 deletions examples/openapi-tools/quickstart-mp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -172,7 +171,6 @@ to

To run the application :

With JDK17+
```bash
mvn package
java -jar target/openapi-java-client.jar
Expand Down
1 change: 0 additions & 1 deletion examples/openapi-tools/quickstart-mp/mp-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Build and run

With JDK11+
```bash
mvn package
java -jar target/openapi-mp-client.jar
Expand Down
1 change: 0 additions & 1 deletion examples/openapi-tools/quickstart-mp/mp-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Build and run

With JDK11+
```bash
mvn package
java -jar target/openapi-mp-server.jar
Expand Down
2 changes: 0 additions & 2 deletions examples/openapi-tools/quickstart-se/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -279,7 +278,6 @@ server:
To run the application :
With JDK17+
```bash
mvn package
java -jar target/openapi-java-client.jar
Expand Down
1 change: 0 additions & 1 deletion examples/openapi-tools/quickstart-se/se-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Build and run

With JDK11+
```bash
mvn package
java -jar target/openapi-java-server.jar
Expand Down
1 change: 0 additions & 1 deletion examples/quickstarts/helidon-quickstart-mp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/quickstarts/helidon-quickstart-se/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/webserver/multiport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/webserver/threadpool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ threadpool.

## Build and run

With JDK11+
```bash
mvn package
java -jar target/helidon-examples-webserver-threadpool.jar
Expand Down

0 comments on commit 3f48a25

Please sign in to comment.