Skip to content

Commit

Permalink
update to quarkus 1.11.0.Final
Browse files Browse the repository at this point in the history
- update pom files and comment in docker files;
- unable to build docker native images; in quarkus-simple-api, tried to downgrade the graalvm version but did not work, see quarkusio/quarkus#14545
  • Loading branch information
Ivan Franchin committed Jan 23, 2021
1 parent c1e6c72 commit 797c4a8
Show file tree
Hide file tree
Showing 21 changed files with 31 additions and 26 deletions.
4 changes: 2 additions & 2 deletions book-api/quarkus-book-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus-plugin.version>1.10.5.Final</quarkus-plugin.version>
<quarkus-plugin.version>1.11.0.Final</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>1.10.5.Final</quarkus.platform.version>
<quarkus.platform.version>1.11.0.Final</quarkus.platform.version>
<surefire-plugin.version>2.22.1</surefire-plugin.version>
<lombok.version>1.18.16</lombok.version>
<org.mapstruct.version>1.4.1.Final</org.mapstruct.version>
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 -Dquarkus.package.type=fast-jar
# ./mvnw package -Dquarkus.package.type=fast-jar
#
# Then, build the image with:
#
Expand Down
2 changes: 1 addition & 1 deletion book-api/quarkus-book-api/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Before building the container image run:
#
# mvn package
# ./mvnw package
#
# Then, build the image with:
#
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
# ./mvnw package -Pnative -Dquarkus.native.container-build=true
#
# Then, build the image with:
#
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/quarkus-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus-plugin.version>1.10.5.Final</quarkus-plugin.version>
<quarkus-plugin.version>1.11.0.Final</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>1.10.5.Final</quarkus.platform.version>
<quarkus.platform.version>1.11.0.Final</quarkus.platform.version>
<surefire-plugin.version>2.22.1</surefire-plugin.version>
<lombok.version>1.18.16</lombok.version>
<org.mapstruct.version>1.4.1.Final</org.mapstruct.version>
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 -Dquarkus.package.type=fast-jar
# ./mvnw package -Dquarkus.package.type=fast-jar
#
# Then, build the image with:
#
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
# ./mvnw package
#
# Then, build the image with:
#
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
# ./mvnw package -Pnative -Dquarkus.native.container-build=true
#
# Then, build the image with:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus-plugin.version>1.10.5.Final</quarkus-plugin.version>
<quarkus-plugin.version>1.11.0.Final</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>1.10.5.Final</quarkus.platform.version>
<quarkus.platform.version>1.11.0.Final</quarkus.platform.version>
<surefire-plugin.version>2.22.1</surefire-plugin.version>
<lombok.version>1.18.16</lombok.version>
</properties>
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 -Dquarkus.package.type=fast-jar
# ./mvnw package -Dquarkus.package.type=fast-jar
#
# Then, build the image with:
#
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
# ./mvnw package
#
# Then, build the image with:
#
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
# ./mvnw package -Pnative -Dquarkus.native.container-build=true
#
# Then, build the image with:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus-plugin.version>1.10.5.Final</quarkus-plugin.version>
<quarkus-plugin.version>1.11.0.Final</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>1.10.5.Final</quarkus.platform.version>
<quarkus.platform.version>1.11.0.Final</quarkus.platform.version>
<surefire-plugin.version>2.22.1</surefire-plugin.version>
<lombok.version>1.18.16</lombok.version>
</properties>
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 -Dquarkus.package.type=fast-jar
# ./mvnw package -Dquarkus.package.type=fast-jar
#
# Then, build the image with:
#
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
# ./mvnw package
#
# Then, build the image with:
#
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
# ./mvnw package -Pnative -Dquarkus.native.container-build=true
#
# Then, build the image with:
#
Expand Down
4 changes: 2 additions & 2 deletions simple-api/quarkus-simple-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus-plugin.version>1.10.5.Final</quarkus-plugin.version>
<quarkus-plugin.version>1.11.0.Final</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>1.10.5.Final</quarkus.platform.version>
<quarkus.platform.version>1.11.0.Final</quarkus.platform.version>
<surefire-plugin.version>2.22.1</surefire-plugin.version>
</properties>
<dependencyManagement>
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 -Dquarkus.package.type=fast-jar
# ./mvnw package -Dquarkus.package.type=fast-jar
#
# Then, build the image with:
#
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
# ./mvnw package
#
# Then, build the image with:
#
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
# ./mvnw package -Pnative -Dquarkus.native.container-build=true
#
# Then, build the image with:
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
quarkus.banner.enabled=false
quarkus.banner.enabled=false

# As suggested at https://github.com/quarkusio/quarkus/wiki/Migration-Guide-1.11#graalvm-203
# Go back to GraalVM 20.2 until we upgrade to GraalVM 20.3.1
quarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:20.2.0-java11
# quarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel:20.3-java11

0 comments on commit 797c4a8

Please sign in to comment.