-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable option to run integration tests with native image agent
* Added a build step to generate native image agent filters. These limit the generated configuration to avoid some of configuration that Quarkus already takes care of. * Native image agent goal added to Quarkus maven plugin to post-process native image agent configuration files. In particular, the native image agent filters do not impact resource configuration, so these files are post-processed to remove configuration that Quarkus takes care of. * Added a JSON parser to read the resources configuration that the native image agent generates. * Added the ability to transform JSON, which links the JSON parser and JSON emitter. * Added native agent integration test. * The integration tests that run with native image agent execute Quarkus JVM mode using the `java` within the Mandrel builder image. * Refactored container code to enable container launcher to share container runtime parameters common to other similar use cases. In particular, volume related options need to be carefully constructed.
- Loading branch information
Showing
44 changed files
with
1,702 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.