Re: JUnit 5 support in camel

2019-08-07 Thread Willem Jiang
It looks like we cannot replace camel-test module right now. +1 with camel-test-junit5. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Aug 7, 2019 at 10:29 PM Alex Dettinger wrote: > > Hey Zoran, > > Thanks for bringing the version neutral name topic to this discussion. > As far

Re: JUnit 5 support in camel

2019-08-07 Thread Alex Dettinger
Hey Zoran, Thanks for bringing the version neutral name topic to this discussion. As far as I can tell, the next major release of junit could even introduce a new api with yet another name than jupiter. But, then a good name could be camel-junit alone. At this stage I would support

Re: JUnit 5 support in camel

2019-08-07 Thread Zoran Regvart
Hi Cameleers, I brought up the issue of naming the JUnit 5 component without the version and with 'jupiter' instead. The reason I brought this up is because I think that we should shield the users from version changes as much as possible. A version neutral name would allow us to move to a future

Re: JUnit 5 support in camel

2019-08-06 Thread Pascal Schumacher
+1 to camel-test-junit5 Am 06.08.2019 um 17:10 schrieb Alex Dettinger: Let me summarize the current options that have been evoked so far: camel-test-jupiter camel-test-junit-jupiter camel-test-junit5 camel-test5 What do you think ? Alex On Tue, Aug 6, 2019 at 5:08 PM Alex Dettinger wrote:

Re: JUnit 5 support in camel

2019-08-06 Thread Claus Ibsen
On Tue, Aug 6, 2019 at 5:23 PM Luca Burgazzoli wrote: > > +1 for camel-test-junit5 as it clearly indicate what it the testing > framework using under the hoods > Yeah that is a good name too, as junit is short name . > --- > Luca Burgazzoli > > > On Tue, Aug 6, 2019 at 5:13 PM Andrea

Re: JUnit 5 support in camel

2019-08-06 Thread Luca Burgazzoli
+1 for camel-test-junit5 as it clearly indicate what it the testing framework using under the hoods --- Luca Burgazzoli On Tue, Aug 6, 2019 at 5:13 PM Andrea Cosentino wrote: > Feedback are welcome. > > Il giorno mar 6 ago 2019 alle ore 17:11 Alex Dettinger < > aldettin...@gmail.com> ha

Re: JUnit 5 support in camel

2019-08-06 Thread Andrea Cosentino
Feedback are welcome. Il giorno mar 6 ago 2019 alle ore 17:11 Alex Dettinger < aldettin...@gmail.com> ha scritto: > Let me summarize the current options that have been evoked so far: > camel-test-jupiter > camel-test-junit-jupiter > camel-test-junit5 > camel-test5 > > What do you think ? > Alex

Re: JUnit 5 support in camel

2019-08-06 Thread Alex Dettinger
Let me summarize the current options that have been evoked so far: camel-test-jupiter camel-test-junit-jupiter camel-test-junit5 camel-test5 What do you think ? Alex On Tue, Aug 6, 2019 at 5:08 PM Alex Dettinger wrote: > Hi guys, > > I've started the development of a new module adding the

Re: JUnit 5 support in camel

2019-08-06 Thread Andrea Cosentino
I'm always +1 with camel-test-junit5. Il giorno mar 6 ago 2019 alle ore 17:08 Alex Dettinger < aldettin...@gmail.com> ha scritto: > Hi guys, > > I've started the development of a new module adding the possibility to > write base camel-test with JUnit5. So far, I've named the module >

JUnit 5 support in camel

2019-08-06 Thread Alex Dettinger
Hi guys, I've started the development of a new module adding the possibility to write base camel-test with JUnit5. So far, I've named the module camel-test-junit5, which would lead to a family of name like camel-test-junit5-spring, camel-test-junit5-spring-boot... I would like to trigger a