Skip to content

Commit

Permalink
Update to quarkus 1.12 (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored Feb 17, 2021
1 parent 0cd3575 commit 7cb4510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ext {
kafkaVersion = "2.7.0"
liquibaseVersion = "4.3.1"
mustacheVersion = "0.9.6"
quarkusVersion = "1.11.3.Final"
quarkusVersion = "1.12.0.Final"
rabbitMqVersion = "5.10.0"
rxjavaVersion = "2.2.21"
snakeyamlVersion = "1.27"
Expand Down
6 changes: 4 additions & 2 deletions platform/quarkus/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ LABEL maintainer="Aaron Coburn <acoburn@apache.org>"

ENV JAVA_OPTIONS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager -XX:+ExitOnOutOfMemeoryError -Dcom.github.jsonldjava.disallowRemoteContextLoading=true"

COPY build/lib/* /trellis/lib/
COPY build/*-runner.jar /trellis/app.jar
COPY build/quarkus-app/lib/ /trellis/lib/
COPY build/quarkus-app/app/ /trellis/app/
COPY build/quarkus-app/quarkus/ /trellis/quarkus/
COPY build/quarkus-app/quarkus-run.jar /trellis/app.jar

WORKDIR /trellis/

Expand Down

0 comments on commit 7cb4510

Please sign in to comment.