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 runtime deprecated configuration #5987

Open
squakez opened this issue Dec 10, 2024 · 0 comments
Open

Quarkus runtime deprecated configuration #5987

squakez opened this issue Dec 10, 2024 · 0 comments
Labels
area/quarkus Related to the Quarkus runtime kind/feature New feature or request
Milestone

Comments

@squakez
Copy link
Contributor

squakez commented Dec 10, 2024

The operator complains during the build:

camel-k-operator-8459ff8674-54bfb camel-k-operator {"level":"info","ts":"2024-12-10T14:19:02Z","logger":"camel-k.maven.build","msg":"[io.quarkus.deployment.configuration] Configuration property 'quarkus.package.type' has been deprecated and replaced by: [quarkus.package.jar.enabled, quarkus.package.jar.type, quarkus.native.enabled, quarkus.native.sources-only]"}

and later the application runtime complains as well:

[1] 2024-12-10 14:19:39,609 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.log.console.json" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
[1] 2024-12-10 14:19:39,609 WARN  [io.qua.config] (main) Unrecognized configuration key "quarkus.package.type" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
@squakez squakez added kind/feature New feature or request area/quarkus Related to the Quarkus runtime labels Dec 10, 2024
@squakez squakez added this to the 2.6.0 milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/quarkus Related to the Quarkus runtime kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant