Hi
Yes it is good to be able to deprecate and get rid of the last junit
4.x based test module.
On Thu, Feb 10, 2022 at 8:04 PM Nicolas Filotto wrote:
>
> Hi,
>
> I've just created a ticket https://issues.apache.org/jira/browse/CAMEL-17633
> and proposed a PR https://github.com/apache/camel/pull
Hi Nicolas
Thanks for sharing. It looks good and pretty similar to the other
extensions we have.
I will take a deeper look at the PR asap.
Regards
JB
On Thu, Feb 10, 2022 at 8:03 PM Nicolas Filotto wrote:
>
> Hi,
>
> I've just created a ticket https://issues.apache.org/jira/browse/CAMEL-17633
Hi,
I've just created a ticket https://issues.apache.org/jira/browse/CAMEL-17633
and proposed a PR https://github.com/apache/camel/pull/6929, to add the support
of Junit 5 for Camel CDI. I reused part of the code for JUnit 4, the main
difference is about the way to advice a route.
So far, wha