native-build-tools icon indicating copy to clipboard operation
native-build-tools copied to clipboard

Native-image plugins for various build tools

Results 125 native-build-tools issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Error while compiling spring-boot project using maven plugin task "native:compile" on macOS Big Sur. **To Reproduce** Steps to reproduce the behavior: 1. Generate [new spring-boot-project](https://start.spring.io/) with native...

bug

When building the Spring `data-jdbc-h2-kotlin` AOT smoke test (sources available [here](https://github.com/spring-projects/spring-aot-smoke-tests/tree/3.2.x/data/data-jdbc-h2-kotlin)), we observe the following error: ``` Error: An object of type 'org.junit.platform.launcher.core.SessionPerRequestLauncher' was found in the image heap. This...

bug

Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.80.Final to 4.1.108.Final. Commits 3a3f9d1 [maven-release-plugin] prepare release netty-4.1.108.Final be34698 Fix action version for release process 7b1e6c9 [maven-release-plugin] rollback the release of netty-4.1.108.Final a733b96 [maven-release-plugin] prepare for...

OCA Verified
dependencies

following https://graalvm.github.io/native-build-tools/latest/gradle-plugin-quickstart.html on windows 11 ``` ./gradlew -Pagent run > Task :run [native-image-plugin] Instrumenting task with the native-image-agent: run [0.128s][warning][jni,resolve] Re-registering of platform native method: jdk.internal.misc.Unsafe.allocateInstance(Ljava/lang/Class;)Ljava/lang/Object; from code in a...

bug

**Description** Task `nativeTestCompile` works as described in the [docs](https://graalvm.github.io/native-build-tools/latest/gradle-plugin.html#agent-support) as it executes command `native-image` with entry `build/native/agent-output/test` added to the `-H:ConfigurationFileDirectories` parameter. Now, if I gathered the metadata first by...

question

Hi, I am facing with an error when building native image using graalvm. ALWAYS ALWAYS got this error ``` GraalVM Native Image: Generating 'rxbatch' (executable)... ======================================================================================================================== [1/8] Initializing... (0.0s @...

question

- Fixes #602 . - Fixes the issue that nativeTest cannot be executed using Junit 5.11.0-M2. - The project's gradle toolchain actively looks for a random jdk17 release, such as...

OCA Verified

**Before reporting** - This repository should be used to report **issues on the Maven or Gradle plugins for GraalVM**. - Please report issues which are specific to [the Spring Framework](https://spring.io/)...

bug

**Before reporting** - This repository should be used to report **issues on the Maven or Gradle plugins for GraalVM**. - Please report issues which are specific to [the Spring Framework](https://spring.io/)...

bug

**Describe the problem** Is there a way to configure the native tests to set system properties -- as you can do when building and running the native image? **System Info...

question