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
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
The text was updated successfully, but these errors were encountered:
The operator complains during the build:
and later the application runtime complains as well:
The text was updated successfully, but these errors were encountered: