Skip to content

deesyx/quarkus-demo

Repository files navigation

Run

  1. set up db: docker-compose up -d
  2. run in native:
  • build native package: ./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true
  • build native image: docker build -f src/main/docker/Dockerfile.native -t quarkus/quarkus-demo .
  • run native: docker run -i --rm -p 8080:8080 quarkus/quarkus-demo

POI failed in native

quarkusio/quarkus#10891 oracle/graal#2187 oracle/graal#3191 https://stackoverflow.com/questions/59178299/using-apache-poi-with-graalvm-native-image-classcastexception-from-xmlbeans

How to use native image agent

https://stackoverflow.com/questions/64450394/how-to-use-the-graalvm-native-image-agent-with-quarkus https://stackoverflow.com/questions/67046821/how-do-i-run-the-graalvm-native-image-tracing-agent-from-a-spring-native-gradle https://www.graalvm.org/reference-manual/native-image/Agent/

Native image agent not found

oracle/graal#1057

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published