Re: [QUESTION] Open API REST DSL with contract first OpenAPI

2024-08-12 Thread Claus Ibsen
Hi You can take a look at interceptFrom or interceptSendTo However some kind of advanced configuration in rest-dsl to call a custom processor is not supported. It may be something we could consider. On Tue, Aug 13, 2024 at 8:31 AM wrote: > Hello comunity, > > we have migrated out Camel Spri

Re: Good way to use adviceWith in JUnit5 CamelTestSupport tests?

2024-08-12 Thread Claus Ibsen
Hi Yeah that is a good question. AdviceWith is a great feature for unit testing and we should ensure it's still possible and easy to use. Otavio is leading this effort and it would be good to get his attention to this matter. On Mon, Aug 12, 2024 at 10:00 AM Castermans, Thom wrote: > Hello Ca

[QUESTION] Open API REST DSL with contract first OpenAPI

2024-08-12 Thread medved
Hello comunity, we have migrated out Camel Spring Boot Project to v 4.7 and started to use the new Documentation first approach as described here https://camel.apache.org/manual/rest-dsl-openapi.html. That helped us simplify out prooject quite a bit. My question is: Is it possible to inject s

[ANNOUNCE] Apache Camel 4.0.6 (LTS) Release

2024-08-12 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 4.0.6. Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This is a patch release with 10 improvements and fixes. For more details ple

Good way to use adviceWith in JUnit5 CamelTestSupport tests?

2024-08-12 Thread Castermans, Thom
Hello Camel users, (Prefix: I have asked this question on Stack Overflow [1] last week, but think this might be a better venue. I will update the Q&A with anything I learn here.) Our team has recently upgraded to Camel 4.7.0 and learned about the ongoing work to streamline the CamelTestSupport