native-image icon indicating copy to clipboard operation
native-image copied to clipboard

A Cloud Native Buildpack that creates native images from Java applications

Results 15 native-image issues
Sort by recently updated
recently updated
newest added

Hello team, I just downloaded the latest 3.3.0-RC1, and wanted to build a native image out of it, with GraalVM 22. With the simple maven command ```mvn -Pnative spring-boot:build-image``` with...

type:bug

I am using the builder-jammy-base buildpack with the spring-boot-maven-plugin to build a native image. After some troubleshooting with the Graal team (https://github.com/oracle/graal/issues/8273) it seems that certain required artifacts (jdk_library and...

type:enhancement

We use `BP_NATIVE_IMAGE=true` and `BP_DATADOG_ENABLED=true`. Both add arguments to `native-image`. Unfortunately native-image BP removes argument added by Datadog BP. ## Expected Behavior native-image BP appends arguments ## Current Behavior native-image...

type:bug

I have a Spring Boot App with Gradle and Kotlin including `id("org.graalvm.buildtools.native") version "0.9.26"` and a `META-INF/native-image` folder in Resources. When running bootBuildImage with paketo base builder, it builds a...

type:bug

## Describe the Enhancement After using BP_NATIVE_IMAGE_BUILD_ARGUMENTS, these arguments are always added to the very beginning of the command(before -cp), example: ``` [creator] Executing native-image --no-fallback -H:+StaticExecutableWithDynamicLibC @/workspace/META-INF/native-image/argfile $BP_NATIVE_IMAGE_BUILD_ARGUMENTS -H:Name=/layers/paketo-buildpacks_native-image/native-image/xxxx...

type:enhancement
note:ideal-for-contribution
hacktoberfest

From @neoludo via https://github.com/spring-projects-experimental/spring-native/issues/1434 HI there, I've followed instructions at https://paketo.io/docs/howto/configuration/#ca-certificates to add certificates at runtime. I can see that log at startup : Added 3 additional CA certificate(s) to...

semver:patch
type:bug

## Summary This prototype of fix #276 ## Use Cases build of debug binaries with graalvm

## Describe the Enhancement Implement [include/exclude behavior](https://github.com/paketo-buildpacks/rfcs/blob/8aad2878edc331b8da3eac244933ff70d34c5824/text/utilities/0005-source-removal-buildpack.md). ## Possible Solution The Java buildpacks are implementing source include/exclude inline by calling code from the source removal buildpack. This means it needs...

type:enhancement

## Expected Behaviour in case of `-g` native-image (since 22.3) produces two images: binary and binary.debug, containing debug info. some debug tools expects lack one to resolve symbols. ## Current...

type:enhancement

## Describe the Enhancement GraalVM team recently announced a new release model, that will include Native Image Bundles (NIB) in the future GraalVM archives. https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5 It would be nice to...

type:enhancement