Vincent Sevel
Vincent Sevel
nice work @galderz ! so when you run with profile `native-with-agent`, the native process being built after will include whatever has been gathered during jvm tests? so this will influence...
I have tried, but could not get the `-Dnative-with-agent` option to produce an effect. I am running with: ``` $ java -version openjdk version "21.0.2" 2024-01-16 LTS OpenJDK Runtime Environment...
it worked. thanks. I am actually surprised with all that I see. I believe this app is working fine in native. so I do not understand why there are fasterxml...
I executed ` mvn -X clean test -Dnative-with-agent -Denforcer.skip=true -o -Dnative.image.agent.additional.args=experimental-configuration-with-origins` a directory `target/native-image-agent-base-configexperimental-configuration-with-origins` was created, with content: ``` $ ls -al target/native-image-agent-base-configexperimental-configuration-with-origins total 67 drwxr-xr-x 1 Sevel 1049089 0...
I made the relevant files available [here](https://access.redhat.com/support/cases/#/case/03751579/discussion?attachmentId=a096R00003FHkVBQA1)
I won't be able to work on this topic before 2 weeks (but I won't forget :-)
can't start the app during the IT test. I execute: ``` mvn verify -DskipITs=false -Dquarkus.test.integration-test-profile=test-with-native-agent -Dquarkus.native.container-build=true ``` it launches: ``` [INFO] Running org.acme.GreetingResourceIT 2024-04-24 08:39:59,931 INFO [io.qua.tes.com.DefaultDockerContainerLauncher] (main) Executing "docker...
I tried on a linux box @galderz I created a simple projet, and executed: ``` mvn verify -DskipITs=false -Dquarkus.test.integration-test-profile=test-with-native-agent ``` a directory was created with name `/target/native-image-agent-base-config` in `reflect-config.json` I...
> Also, the reflection configuration that you see looks right. There are some additional registrations that originate in the JDK but we can't really filter those without affecting other use...
I was able to run the docker command on a windows prompt with: ``` docker run --name quarkus-integration-test-ZsNZD -i --rm -p 8081:8081 -p 8444:8444 --entrypoint java -v e:\tmp\quarkus\galder\galdertestnative\target:/project:z --env QUARKUS_LOG_CATEGORY__IO_QUARKUS__LEVEL=INFO...