David Nestorovic

Results 65 comments of David Nestorovic

Implemented here: https://github.com/graalvm/native-build-tools/pull/693

Hey @damnms the issue you are mentioning in your comment is not related to the Native Build Tools (especially not related to the documentation). The issue in your case is...

PR: https://github.com/graalvm/native-build-tools/pull/645

Hey @eugeniace, thanks a lot for reporting this issue. Unfortunately, we don't have bandwidth at the moment to work on it. Can you please open a pull request that adds...

@melix can you confirm (and eventually close this ticket) that this issue is resolved with: https://github.com/graalvm/native-build-tools/pull/683

I think that the best default for _libraries_ is `conditional` mode (it prevents user's applications to register too much stuff for reflection when using many libraries). In all other cases,...

@hgschmie thanks for your patience. Can you please also provide test that shows how these flags work? You can add a new profile on the existing samples, where you will...

@AndreyChukhlebov please sign the Oracle Contributor Agreement according to [this comment](https://github.com/graalvm/native-build-tools/pull/615#issuecomment-2294911128) in order to merge this PR

@YangQiang-ChengDu you have to use ``` -Xmx512 ``` instead of ``` - Xmx 512 ```

@wyhasany please provide tests that fail when this metadata entry is not provided. Please take in account [the comment](https://github.com/oracle/graalvm-reachability-metadata/pull/554#issuecomment-2457171844) from @Kehrlann as he recently contributed in this area