You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The properties set by this buildpack to configure maven to build quarkus appropriately have been deprecated.
Expected Behavior
This buildpack should either detect quarkus version and use the non deprecated property names for newer builds, or should just use the newer names.
Current Behavior
The properties for package type, native sources only, are reported as deprecated, and warnings are issued during the build.
Possible Solution
I'll add a comment to this with the updated property names required for native/non-native builds.. note that native builds require a compatible level of graalvm, which is a higher level than the one supplied by default by paketo.. this doesn't prevent usage of this buildpack in a native scenario, it just means that steps have to be taken to ensure a suitable level of graalvm is supplied as part of the build plan.
Steps to Reproduce
Build with this buildpack and a recent quarkus..
Motivations
Slowly working toward getting buildpacks to do quarkus native.
The text was updated successfully, but these errors were encountered:
The properties set by this buildpack to configure maven to build quarkus appropriately have been deprecated.
Expected Behavior
This buildpack should either detect quarkus version and use the non deprecated property names for newer builds, or should just use the newer names.
Current Behavior
The properties for package type, native sources only, are reported as deprecated, and warnings are issued during the build.
Possible Solution
I'll add a comment to this with the updated property names required for native/non-native builds.. note that native builds require a compatible level of graalvm, which is a higher level than the one supplied by default by paketo.. this doesn't prevent usage of this buildpack in a native scenario, it just means that steps have to be taken to ensure a suitable level of graalvm is supplied as part of the build plan.
Steps to Reproduce
Build with this buildpack and a recent quarkus..
Motivations
Slowly working toward getting buildpacks to do quarkus native.
The text was updated successfully, but these errors were encountered: