squakez opened a new issue, #5987:
URL: https://github.com/apache/camel-k/issues/5987
### Requirement
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
```
### Problem
a
### Proposal
_No response_
### Open questions
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]