christophd opened a new pull request, #3376: URL: https://github.com/apache/camel-k/pull/3376
- Load and extract structural logging artifacts from Camel K runtime module - Use logback configuration provided by this runtime module - Add logging artifacts during Dockerfile image build IMPORTANT: This PR must wait for Camel K runtime module to be merged and released to Maven central (https://github.com/apache/camel-k-runtime/pull/833) otherwise build scripts will fail because of the missing module. As a workaround users can explicitly build the Camel K runtime modules locally and reference the SNAPSHOT version as follows: ``` make RUNTIME_VERSION=1.14.0-SNAPSHOT images ``` or use the local Camel K runtime repository ``` make CAMEL_K_RUNTIME_DIR=$(pwd)/../camel-k-runtime images ``` This will build the Camel K image with the SNAPSHOT runtime modules and its Maven structural logging settings. **Release Note** ```release-note Chore(build): Use Camel K runtime Maven structural logging module ``` -- 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]
