Testing camel-main

2020-12-01 Thread Jeremy Ross
What's the best way to test a simple camel-main project? I'm trying to use org.apache.camel.test.junit5.CamelTestSupport, but I can't figure out how to get it to load application.properties like Main does. TIA!

Re: Camel Quarkus and Picocli

2020-12-01 Thread Mikael Andersson Wigander
Fooled myself. Thought it worked but it doesn't. Back to the original question: how get a Picocli work with a Camel in Quarkus /M ‐‐‐ Original Message ‐‐‐ On Tuesday, December 1st, 2020 at 19:49, Mikael Andersson Wigander wrote: > Nevermind, I just removed the class with QuarkusMain a

Re: Camel Quarkus and Picocli

2020-12-01 Thread Mikael Andersson Wigander
Nevermind, I just removed the class with QuarkusMain and adding Picocli to the Camel component instead /M ‐‐‐ Original Message ‐‐‐ On Tuesday, December 1st, 2020 at 19:34, Mikael Andersson Wigander wrote: > Anyone managed to create an application in Quarkus with Camel and Picocli? >

Camel Quarkus and Picocli

2020-12-01 Thread Mikael Andersson Wigander
Anyone managed to create an application in Quarkus with Camel and Picocli? The different types of command modes makes everything confusing. Thx /M