native-build-tools
native-build-tools copied to clipboard
Native-image plugins for various build tools
As shown in [this branch](https://github.com/sdeleuze/spring-native/commit/test-agent) with the `samples/commandlinerunner-agent` project, passing `-DagentOptions=access-filter-file=access-filter.json` (I also tried the absolute path variant) does not seems to be taken in account (no filtering of JUnit...
The documentation for the Gradle and Maven plugins currently does not cover support for configuring resources or auto-detection of resources.
Hello all, I am running into a weird problem with the plugin (v0.9.10) where it always ends up with an error about not able to find the Main entry point...
This is a draft PR that tries to tackle fixing of snapshot publishing. I replaced `jgit` dependency with shell invocation of `git` executable itself in order to workaround issues with...
ATM we are running tests only on Ubuntu 18.04 Linux. We should change that in order to have a complete test and regression coverage. See [docs](https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix ) for more information....
**Is your feature request related to a problem? Please describe.** I found this page https://www.graalvm.org/22.0/reference-manual/native-image/PGO/ **Describe the solution you'd like** I'd like to understand how to produce and consume the...
I have been enabling native testing on the `micronaut-test` project suite and the tests fails with: ``` Failures (1): JUnit Jupiter => org.junit.platform.commons.JUnitException: TestEngine with ID 'junit-jupiter' failed to execute...
I think there may be an issue with how the `native-maven-plugin` runs tests that accesses resources from `src/test/resources`; the behavior appears different from how the `surefire-plugin` resolves these paths. When...
The build tools create a nice debugger cache of all the sources from dependencies in the native image (that's how you can debug that code visually), but they don't copy...
## Proposal Currently, tests are executed in JVM mode, so that we can generate a list of test ids, which are in turn used as an input to generate the...