David Nestorovic
David Nestorovic
As described in [this issue](https://github.com/graalvm/native-build-tools/issues/579) we should specify default output directory for metadataCopy task according to the recommendation from [GraalVM website](https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildConfiguration/) Note: currently we don't have default value for the...
**Is your feature request related to a problem? Please describe.** When running `gradle -Pagent clean test` agent picks `JAVA_HOME` even though `GRAALVM_HOME` is set. The problem is that we can...
After some refactoring in [this PR](https://github.com/graalvm/native-build-tools/pull/557) some parts of the code looks sufficient ([example](https://github.com/graalvm/native-build-tools/pull/557/files/02eb0699a7d38f8c2ab58a5b18770aa7836db958#diff-45f2dd0466adde99b21b98a4313076b0ad20c41980f2107382eecbde2d9996a2R170)) and could be just removed. This should be investigated deeper whether this change could make problems...
Add possibility to provide `buildArgs` option from the command line. Open questions: - Should command line argument override existing `buildArgs` from the config file, or it should append command line...
**Is your feature request related to a problem? Please describe.** There are missing explanations in the documentation. **Describe the solution you'd like** Read the whole docs and see what is...
**Is your feature request related to a problem? Please describe.** Maven support for agent should be refactored to be more familiar with usual maven standards. **Describe the solution you'd like**...
Create a github bot that will: - Remind people to review PRs if the review is requested and no review is performed for some time (probably sent an email or...
After implementing the feature that disables docker pull for docker images that are not listed in `Allowed docker images list`, it is discovered that `Testcontainers` test uses `testcontainers/ryuk` image under...
Currently root level `.gitignore` doesn't look for files that are not in root level of the project, so each new metadata entry(test) requires a new `.gitignore`.
**Is your feature request related to a problem? Please describe.** Currently we don't have well defined schedule for metadata releases. **Describe the solution you'd like** We should be able to...