David Nestorovic

Results 21 issues of David Nestorovic

This PR adds a guide that shows how newcomers can start using Native Gradle Plugin

OCA Verified

## What does this PR do? Adds interactive task that helps users to contribute to the metadata repository. The user only needs to provide path to tests and answer few...

## What does this PR do? This PR enables automatic `latest` releases. Whenever a new metadata is merged, we will update current `latest` tag (delete previous and create a new...

We should keep docker images scanner as it is for new docker images but change it when we update existing docker images in the allowed images list. Improved solution would...

enhancement

**Describe the solution you'd like** Since [reachability metadata repository](https://github.com/oracle/graalvm-reachability-metadata) has automatic bi-weekly releases, we should implement a scheduled GitHub action that checks if there is a new release of the...

enhancement

**Describe the solution you'd like** We should implement our own wrapper to avoid having dependency on JUnit console. **Additional context** This issue supports effort of the following pull request: https://github.com/graalvm/native-build-tools/pull/712

enhancement

At the moment, we are not detecting style issues in our CI. We should add a github workflow that does the check.

bug
enhancement

**Describe the bug** Simple JUnit test fails when I pass `true in the pom xml. **To Reproduce** Test: ```java private static class Person { private String name; private String surname;...

bug

**Is your feature request related to a problem? Please describe.** As @alina-yur suggested: Right now there is no way to pass build args to builds that are invoked via Maven,...

enhancement
maven-plugin

**Describe the bug** Locally `./gradlew :utils:checkstyleMain` reported some style issues in few files. However, there was no CI failure that would notify us of the style problems on the PR....

bug