Re: Clarify test recommendations when using Arquillian?

2019-07-05 Thread Rick Wagner
Many thanks, Antonin! This is helpful. Rick On Thu, Jul 4, 2019 at 1:44 AM Antonin Stefanutti wrote: > Hi Rick, > > You can find an example on how to use AdviceWith along with Arquillian and > CDI here: > > > https://github.com/apache/camel/blob/camel-2.24.1/components/camel-cdi/src/test/java/

RE: NotifyBuilder.whenDoneSatisfied(Mock) deprecated

2019-07-05 Thread Shultz, Dmitry
Claus, I'm looking at the 2.24.1 code of NotifyBuilder.whenDoneSatisfied() and whenReceivedSatisfied() - can't see no Javadoc related to deprecation, sorry. Cheers, Dmitry -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Thursday, July 4, 2019 8:24 PM To:

Re: NotifyBuilder.whenDoneSatisfied(Mock) deprecated

2019-07-05 Thread Claus Ibsen
Hi Ah okay yeah all the mock stuff has been deprecated and its removed in Camel 3. Some of the other deprecated stuff we have added hints in javadoc what else to use. Also see the migration guide for Camel 3 etc. On Fri, Jul 5, 2019 at 6:44 PM Shultz, Dmitry wrote: > > Claus, > > I'm looking at

RE: NotifyBuilder.whenDoneSatisfied(Mock) deprecated

2019-07-05 Thread Shultz, Dmitry
Thanks Claus, I'm still puzzled though. This is what I see in the migration doc (https://github.com/apache/camel/blob/master/MIGRATION.md): 'The mock component has been moved out of camel-core and as part of this work, we had to remove a number of methods on its assertion clause builder that w

Transactions, delivery guaranties, state

2019-07-05 Thread Максим Самарин
Hello all, I'm learning Apache Camel and several questions appeared regarding transactions and delivery guaranties. Could you help with them please. 1) Route Ex.: from ( "jms:queue:inputQueue" )    . split ( splitter ) any other transformations    . to ( "jms:queue:outputQueue" ) ; I.e

Re: NotifyBuilder.whenDoneSatisfied(Mock) deprecated

2019-07-05 Thread Claus Ibsen
On Fri, Jul 5, 2019 at 8:15 PM Shultz, Dmitry wrote: > > Thanks Claus, I'm still puzzled though. > > This is what I see in the migration doc > (https://github.com/apache/camel/blob/master/MIGRATION.md): > > 'The mock component has been moved out of camel-core and as part of this > work, we had t

RE: NotifyBuilder.whenDoneSatisfied(Mock) deprecated

2019-07-05 Thread Shultz, Dmitry
Here it is https://issues.apache.org/jira/browse/CAMEL-13730 Cheers, Dmitry -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Friday, July 5, 2019 12:40 PM To: users@camel.apache.org Subject: Re: NotifyBuilder.whenDoneSatisfied(Mock) deprecated On Fri, Jul 5, 20