Skip to content

Commit

Permalink
Updated readme files to point to jdk 17 and Maven 3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmirasch committed Mar 5, 2024
1 parent 0ebaebb commit 4eef140
Show file tree
Hide file tree
Showing 60 changed files with 113 additions and 113 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ REST endpoints are generated from query rules. You can insert `LoanApplication`
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- [GraalVM 19.3.1](https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-19.3.1) installed
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-drools-quarkus-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This example demonstrates how to enable and consume the runtime metrics monitori
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed
- Docker 19+ (only if you want to run the integration tests and/or you want to use the `docker-compose` script provided in this example).

### How to enable the feature
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-event-driven-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The main goal behind the addon is to allow Kogito DMN services to be used as par
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed
- [Docker Engine](https://docs.docker.com/engine/) and [Docker Compose](https://docs.docker.com/compose/) installed

When using native image compilation, you will also need:
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-incubation-api-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The custom REST endpoint evaluates a DMN that computes Traffic Violation:
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

### Compile and Run in Local Dev Mode

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ events.

You will need:

- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:

Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-listener-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Listener injection is _optional_. If you don't need it, just ignore it.
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- [GraalVM 19.3.1](https://github.com/oracle/graal/releases/tag/vm-19.3.1) installed
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-pmml-quarkus-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Demonstrates DMN on Kogito capabilities, including REST interface code generatio
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

### Compile and Run in Local Dev Mode

Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-quarkus-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Demonstrates DMN on Kogito capabilities, including REST interface code generatio
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- [GraalVM 19.3.1](https://github.com/oracle/graal/releases/tag/vm-19.3.1) installed
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/dmn-tracing-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ A simple DMN service to evaluate a loan approval and generate tracing events tha
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- [GraalVM 19.3.1](https://github.com/oracle/graal/releases/tag/vm-19.3.1) installed
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/flexible-process-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ will terminate.

You will need:

* Java 11+ installed
* Java 17+ installed
* Environment variable JAVA_HOME set accordingly
* Maven 3.8.6+ installed
* Maven 3.9.6+ installed

When using native image compilation, you will also need:

Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/kogito-travel-agency/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ There will be services implemented to carry on the hotel and flight booking. Imp

You will need:

* Java 11+ installed
* Java 17+ installed
* Environment variable JAVA_HOME set accordingly
* Maven 3.8.6+ installed
* Maven 3.9.6+ installed

When using native image compilation, you will also need:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ There will be services implemented to carry on the hotel and flight booking. Imp
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3.1+ installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Public process that will be responsible for processing visa application
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3.1+ installed
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/onboarding-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ You can run the example in any of the following configurations:

You will need:

- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:

Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/pmml-event-driven-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The main goal behind the addon is to allow Kogito PMML services to be used as pa
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed
- [Docker Engine](https://docs.docker.com/engine/) and [Docker Compose](https://docs.docker.com/compose/) installed

When using native image compilation, you will also need:
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/pmml-incubation-api-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The custom REST endpoint evaluates a PMML that computes a linear regression:
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

### Compile and Run in Local Dev Mode

Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/pmml-quarkus-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Demonstrates PMML on Kogito capabilities, including REST interface code generati
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- [GraalVM 19.3.1](https://github.com/oracle/graal/releases/tag/vm-19.3.1) installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ This example shows
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/process-decisions-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ The DMN file where this decision is declared is [TrafficViolation.dmn](src/main/
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ The DMN file where this decision is declared is [TrafficViolation.dmn](src/main/
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ The DMN file where this decision is declared is [TrafficViolation.dmn](src/main/
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.1+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/process-error-handling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ The `Apply` script calls the corresponding method of the class `ErrorHandlingScr
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The custom REST endpoint evaluates a process that expects a name:
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

### Compile and Run in Local Dev Mode

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ You can install Infinispan server by downloading version 12.x from the [official
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ https://kafka.apache.org/quickstart
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/process-kafka-multi-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ https://kafka.apache.org/quickstart
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ docker-compose up
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 20.2+ installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ https://kafka.apache.org/quickstart
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ For local testing only you can use [Podman](https://podman.io/getting-started/in

You will need:

- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ For more details you can check applications.properties.
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/process-monitoring-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This example demonstrates how to enable and consume the runtime metrics monitori

You will need:

- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed
- Docker 19+ (only if you want to run the integration tests and/or you want to use the `docker-compose` script provided in this example).

### How to enable the feature
Expand Down
4 changes: 2 additions & 2 deletions kogito-quarkus-examples/process-performance-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Kafka cluster installed and available over the network. Refer to [Kafka Apache s
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed
- Apache Kafka

When using native image compilation, you will also need:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Optionally and for convenience, a docker-compose [configuration file](docker-com
### Prerequisites

You will need:
- Java 11+ installed
- Java 17+ installed
- Environment variable JAVA_HOME set accordingly
- Maven 3.8.6+ installed
- Maven 3.9.6+ installed

When using native image compilation, you will also need:
- GraalVM 19.3+ installed
Expand Down
Loading

0 comments on commit 4eef140

Please sign in to comment.