christophd commented on issue #5047:
URL: https://github.com/apache/camel-k/issues/5047#issuecomment-1885511629

   A workaround for this is to set the service discovery path as a Maven 
setting on the IntegrationPlatform
   
   For Camel 4.0 runtime:
   
   ```
   k patch itp camel-k --type=merge -p 
'{"spec":{"build":{"maven":{"properties":{"quarkus.camel.service.discovery.include-patterns":
 "META-INF/services/org/apache/camel/datatype/transformer/*"}}}}}'
   ```
   
   For Camel 4.2 runtime:
   
   ```
   k patch itp camel-k --type=merge -p 
'{"spec":{"build":{"maven":{"properties":{"quarkus.camel.service.discovery.include-patterns":
 "META-INF/services/org/apache/camel/transformer/*"}}}}}'
   ```


-- 
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