Skip to content

Commit

Permalink
[incubator-kie-issues#1260] Add note to README files of workflow exam…
Browse files Browse the repository at this point in the history
…ples regarding required configuration setting for native images (apache#1929)
  • Loading branch information
martinweiler authored and rgdoliveira committed Jun 10, 2024
1 parent 7fe188d commit 736bf2a
Show file tree
Hide file tree
Showing 28 changed files with 138 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ mvn clean package quarkus:dev
```

### Compile and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
5 changes: 5 additions & 0 deletions kogito-quarkus-examples/process-decisions-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
5 changes: 5 additions & 0 deletions kogito-quarkus-examples/process-error-handling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```
Expand Down
5 changes: 5 additions & 0 deletions kogito-quarkus-examples/process-kafka-multi-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
5 changes: 5 additions & 0 deletions kogito-quarkus-examples/process-performance-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
5 changes: 5 additions & 0 deletions kogito-quarkus-examples/process-quarkus-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Compile and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
5 changes: 5 additions & 0 deletions kogito-quarkus-examples/process-saga-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ java -jar target/process-saga-quarkus-runner.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```
Expand Down
5 changes: 5 additions & 0 deletions kogito-quarkus-examples/process-scripts-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
5 changes: 5 additions & 0 deletions kogito-quarkus-examples/process-timer-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
5 changes: 5 additions & 0 deletions kogito-quarkus-examples/process-usertasks-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

##### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ java -jar target\quarkus-app\quarkus-run.jar
```

### Package and Run using Local Native Image
Note that the following configuration property needs to be added to `application.properties` in order to enable automatic registration of `META-INF/services` entries required by the workflow engine:
```
quarkus.native.auto-service-loader-registration=true
```

Note that this requires GRAALVM_HOME to point to a valid GraalVM installation

```sh
Expand Down

0 comments on commit 736bf2a

Please sign in to comment.