Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarkus properties have been deprecated.. #83

Open
BarDweller opened this issue Jul 26, 2024 · 0 comments
Open

Quarkus properties have been deprecated.. #83

BarDweller opened this issue Jul 26, 2024 · 0 comments

Comments

@BarDweller
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant