squakez opened a new pull request, #5251:
URL: https://github.com/apache/camel-k/pull/5251

   <!-- Description -->
   This is a POC PR to show a possible solution to the majority of traits that 
still depends on Quarkus runtime. Most of them depends or can leverage the 
specific configuration properties mechanism (ie, logging in this example), 
therefore can be directly driven by the catalog. With this PR we delegate a 
single property (logging.level) to the related configuration. Eventually, the 
same would be done with a catalog on the Springboot runtime.
   
   ```
   ./kamel run test.yaml -t logging.level=DEBUG --dev
   ...
   [1] 2024-03-15 10:29:51,850 DEBUG [org.apa.cam.imp.DefaultCamelContext] 
(main) start() took 97 millis
   ...
   ``
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" 
to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   feat(trait): move runtime logic into trait catalog
   ```
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to