Skip to content

Commit

Permalink
PLANNER-2648: Remove workaround for quarkusio/quarkus#13341
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Chianelli authored and ge0ffrey committed Feb 1, 2022
1 parent 65b0037 commit c25d9f1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 28 deletions.
2 changes: 1 addition & 1 deletion technology/java-activemq-quarkus/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ First, https://quarkus.io/guides/building-native-image#configuring-graalvm[insta
[source, shell]
----
$ cd solver
$ mvn package -Dnative -DskipTests -Dquarkus.profile=native
$ mvn package -Dnative -DskipTests
----
+
. Run the native executable:
Expand Down
7 changes: 1 addition & 6 deletions technology/kotlin-quarkus/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,8 @@ To run it on port 8081 instead, add `-Dquarkus.http.port=8081`.
+
[source, shell]
----
$ mvn package -Dnative -DskipTests -Dquarkus.profile=native
$ mvn package -Dnative -DskipTests
----
+
[WARNING]
====
The `-Dquarkus.profile=native` is a temporary workaround for https://github.com/quarkusio/quarkus/issues/13341[an issue in Quarkus 1.10].
====

. Run a database. By default, `application.properties` is configured for H2:
.. Download the http://www.h2database.com/html/download.html[H2 database] (Platform-independent zip) and unzip it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Before building the container image run:
#
# mvn package -Pnative -Dquarkus.native.container-build=true -Dquarkus.profile=native
# mvn package -Pnative -Dquarkus.native.container-build=true
#
# Then, build the image with:
#
Expand Down
7 changes: 1 addition & 6 deletions use-cases/employee-scheduling/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,8 @@ To run it on port 8081 instead, add `-Dquarkus.http.port=8081`.
+
[source, shell]
----
$ mvn package -Dnative -DskipTests -Dquarkus.profile=native
$ mvn package -Dnative -DskipTests
----
+
[WARNING]
====
The `-Dquarkus.profile=native` is a temporary workaround for https://github.com/quarkusio/quarkus/issues/13341[an issue in Quarkus 1.10].
====

. Run a database. By default, `application.properties` is configured for H2:
.. Download the http://www.h2database.com/html/download.html[H2 database] (Platform-independent zip) and unzip it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Before building the docker image run:
#
# mvn package -Pnative -Dquarkus.native.container-build=true -Dquarkus.profile=native
# mvn package -Pnative -Dquarkus.native.container-build=true
#
# Then, build the image with:
#
Expand Down
7 changes: 1 addition & 6 deletions use-cases/maintenance-scheduling/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,8 @@ To run it on port 8081 instead, add `-Dquarkus.http.port=8081`.
+
[source, shell]
----
$ mvn package -Dnative -DskipTests -Dquarkus.profile=native
$ mvn package -Dnative -DskipTests
----
+
[WARNING]
====
The `-Dquarkus.profile=native` is a temporary workaround for https://github.com/quarkusio/quarkus/issues/13341[an issue in Quarkus 1.10].
====

. Run a database. By default, `application.properties` is configured for H2:
.. Download the http://www.h2database.com/html/download.html[H2 database] (Platform-independent zip) and unzip it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Before building the docker image run:
#
# mvn package -Pnative -Dquarkus.native.container-build=true -Dquarkus.profile=native
# mvn package -Pnative -Dquarkus.native.container-build=true
#
# Then, build the image with:
#
Expand Down
7 changes: 1 addition & 6 deletions use-cases/school-timetabling/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,8 @@ To run it on port 8081 instead, add `-Dquarkus.http.port=8081`.
+
[source, shell]
----
$ mvn package -Dnative -DskipTests -Dquarkus.profile=native
$ mvn package -Dnative -DskipTests
----
+
[WARNING]
====
The `-Dquarkus.profile=native` is a temporary workaround for https://github.com/quarkusio/quarkus/issues/13341[an issue in Quarkus 1.10].
====

. Run a database. By default, `application.properties` is configured for H2:
.. Download the http://www.h2database.com/html/download.html[H2 database] (Platform-independent zip) and unzip it.
Expand Down

0 comments on commit c25d9f1

Please sign in to comment.