Re: Does pax exam work with junit 5?

2019-03-04 Thread Arnoud Glimmerveen
Hi Toni,

As an OSGi user I would like to see a Pax Exam release that supports JUnit 
5. I did in the mean time gather that the JUnit 5 support is in a separate 
branch (exam5-milestones) and not yet part of master. The insight I am 
looking for is:

1) To what extend is JUnit 5 support implemented? Is there any particular 
reason why this development is not yet merged towards master?
2) What is the status of the other (major) changes planned for Pax Exam 5? 
Are any of these changes mandatory in order for the JUnit 5 support to 
complete? If these are not mandatory for JUnit 5, is there a willingness to 
'lower' the ambition for Pax Exam 5 in order to get a release out?
3) Are there project members available/willing the guide the process of 
getting things feature complete (e.g. reviewing/merging PR's) and 
eventually cut a release?

Best regards,

Arnoud

On Monday, February 25, 2019 at 8:56:36 AM UTC+1, Toni Menzel wrote:
>
> Hey Arnoud, Hey Christian, 
> What insights do you actually look for?
>
> @Christian well there should not much stopping you from using any 
> framework really, since the (old by now) Junit4 is just a small "adaptor" 
> on top of a framework-independant launcher api.
> Just look how the current Junit4Runner is implemented or look for 
> "plumbing" api in pax exam.
>
> Yes, there was a bigger movement behind a thing called "Pax Exam 5" but it 
> seems to have died out. 
> If you need insight into things, ping me or just ask here. I am happy to 
> help, but probably won't be able to lead the full effort (again).
>
> Toni Menzel
>
> *Developer Ergonomist*
> rebaze consultancy
> Alleestrasse 25 / 30167 Hannover / Germany
> M +49 171 6520284
> www.rebaze.com
>
> rebaze GmbH, Zollstrasse 6, 39114 Hannover, Germany 
> Managing Director: Toni Menzel
> Phone: +49 171 6520284 / E-Mail: h...@rebaze.com 
> Registration Court: District Court of Stendal
> Registration Number: HRB 17993 
> Sales Tax (VAT) Registration Number: DE282233792
>
>
>
> On Sun, Feb 24, 2019 at 11:05 PM Arnoud Glimmerveen  > wrote:
>
>> I am also interested to get Pax Exam to work with JUnit 5. As the exact 
>> status of Pax Exam 5.x (with the JUnit 5 support) is unclear to me, it 
>> makes it difficult to determine if there is an area where I could 
>> contribute. I did try to build master and for me most modules build find, 
>> though a lot of the integration tests appear to have issues.
>>
>> If someone is able to offer some insight here, there may also be others 
>> watching this mailinglist able and willing to pitch in!
>>
>> Best regards,
>>
>> Arnoud.
>>
>> On Tuesday, February 12, 2019 at 6:34:58 PM UTC+1, Achim Nierbeck wrote:
>>>
>>> Afaik no, but there had been a "Pax Exam 5" confluence planning page. 
>>> Though it seems it's kinda "dead" by now. 
>>> maybe you want to revoke it? 
>>>
>>> regards, Achim 
>>>
>>> Am Mo., 11. Feb. 2019 um 12:31 Uhr schrieb Christian Schneider <
>>> ch...@die-schneider.net>:
>>>
>>>> I would like to start migrating to junit 5. Does pax exam work with 
>>>> junit 5?
>>>> Are there any examples?
>>>>
>>>> Christian
>>>>
>>>> -- 
>>>> -- 
>>>> Christian Schneider
>>>> http://www.liquid-reality.de
>>>>
>>>> Computer Scientist
>>>> http://www.adobe.com
>>>>
>>>> -- 
>>>> -- 
>>>> --
>>>> OPS4J - http://www.ops4j.org - op...@googlegroups.com
>>>>
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "OPS4J" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to ops4j+un...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>> -- 
>>>
>>> Apache Member
>>> Apache Karaf <http://karaf.apache.org/> Committer & PMC
>>> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer 
>>> & Project Lead
>>> blog <http://notizblog.nierbeck.de/>
>>> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>>>
>>> Software Architect / Project Manager / Scrum Master 
>>>
>>> -- 
>> -- 
>> --
>> OPS4J - http://www.ops4j.org - op...@googlegroups.com 
>>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "OPS4J" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to ops4j+un...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
-- 
--
OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ops4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Does pax exam work with junit 5?

2019-02-24 Thread Toni Menzel
Hey Arnoud, Hey Christian,
What insights do you actually look for?

@Christian well there should not much stopping you from using any framework
really, since the (old by now) Junit4 is just a small "adaptor" on top of a
framework-independant launcher api.
Just look how the current Junit4Runner is implemented or look for
"plumbing" api in pax exam.

Yes, there was a bigger movement behind a thing called "Pax Exam 5" but it
seems to have died out.
If you need insight into things, ping me or just ask here. I am happy to
help, but probably won't be able to lead the full effort (again).

Toni Menzel

*Developer Ergonomist*
rebaze consultancy
Alleestrasse 25 / 30167 Hannover / Germany
M +49 171 6520284
www.rebaze.com

rebaze GmbH, Zollstrasse 6, 39114 Hannover, Germany
Managing Director: Toni Menzel
Phone: +49 <+49%2030%2054909582> 171 6520284 / E-Mail: h...@rebaze.com
Registration Court: District Court of Stendal
Registration Number: HRB 17993
Sales Tax (VAT) Registration Number: DE282233792



On Sun, Feb 24, 2019 at 11:05 PM Arnoud Glimmerveen <
arnoudglimmerv...@gmail.com> wrote:

> I am also interested to get Pax Exam to work with JUnit 5. As the exact
> status of Pax Exam 5.x (with the JUnit 5 support) is unclear to me, it
> makes it difficult to determine if there is an area where I could
> contribute. I did try to build master and for me most modules build find,
> though a lot of the integration tests appear to have issues.
>
> If someone is able to offer some insight here, there may also be others
> watching this mailinglist able and willing to pitch in!
>
> Best regards,
>
> Arnoud.
>
> On Tuesday, February 12, 2019 at 6:34:58 PM UTC+1, Achim Nierbeck wrote:
>>
>> Afaik no, but there had been a "Pax Exam 5" confluence planning page.
>> Though it seems it's kinda "dead" by now.
>> maybe you want to revoke it?
>>
>> regards, Achim
>>
>> Am Mo., 11. Feb. 2019 um 12:31 Uhr schrieb Christian Schneider <
>> ch...@die-schneider.net>:
>>
>>> I would like to start migrating to junit 5. Does pax exam work with
>>> junit 5?
>>> Are there any examples?
>>>
>>> Christian
>>>
>>> --
>>> --
>>> Christian Schneider
>>> http://www.liquid-reality.de
>>>
>>> Computer Scientist
>>> http://www.adobe.com
>>>
>>> --
>>> --
>>> --
>>> OPS4J - http://www.ops4j.org - op...@googlegroups.com
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "OPS4J" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to ops4j+un...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>>
>> Apache Member
>> Apache Karaf <http://karaf.apache.org/> Committer & PMC
>> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer
>> & Project Lead
>> blog <http://notizblog.nierbeck.de/>
>> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>>
>> Software Architect / Project Manager / Scrum Master
>>
>> --
> --
> --
> OPS4J - http://www.ops4j.org - ops4j@googlegroups.com
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OPS4J" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ops4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
--
OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ops4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Does pax exam work with junit 5?

2019-02-24 Thread Arnoud Glimmerveen
I am also interested to get Pax Exam to work with JUnit 5. As the exact 
status of Pax Exam 5.x (with the JUnit 5 support) is unclear to me, it 
makes it difficult to determine if there is an area where I could 
contribute. I did try to build master and for me most modules build find, 
though a lot of the integration tests appear to have issues.

If someone is able to offer some insight here, there may also be others 
watching this mailinglist able and willing to pitch in!

Best regards,

Arnoud.

On Tuesday, February 12, 2019 at 6:34:58 PM UTC+1, Achim Nierbeck wrote:
>
> Afaik no, but there had been a "Pax Exam 5" confluence planning page. 
> Though it seems it's kinda "dead" by now. 
> maybe you want to revoke it? 
>
> regards, Achim 
>
> Am Mo., 11. Feb. 2019 um 12:31 Uhr schrieb Christian Schneider <
> ch...@die-schneider.net >:
>
>> I would like to start migrating to junit 5. Does pax exam work with junit 
>> 5?
>> Are there any examples?
>>
>> Christian
>>
>> -- 
>> -- 
>> Christian Schneider
>> http://www.liquid-reality.de
>>
>> Computer Scientist
>> http://www.adobe.com
>>
>> -- 
>> -- 
>> --
>> OPS4J - http://www.ops4j.org - op...@googlegroups.com 
>>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "OPS4J" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to ops4j+un...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
>
> Apache Member
> Apache Karaf <http://karaf.apache.org/> Committer & PMC
> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & 
> Project Lead
> blog <http://notizblog.nierbeck.de/>
> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>
>
> Software Architect / Project Manager / Scrum Master 
>
>

-- 
-- 
--
OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ops4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Does pax exam work with junit 5?

2019-02-12 Thread 'Achim Nierbeck' via OPS4J
Afaik no, but there had been a "Pax Exam 5" confluence planning page.
Though it seems it's kinda "dead" by now.
maybe you want to revoke it?

regards, Achim

Am Mo., 11. Feb. 2019 um 12:31 Uhr schrieb Christian Schneider <
ch...@die-schneider.net>:

> I would like to start migrating to junit 5. Does pax exam work with junit
> 5?
> Are there any examples?
>
> Christian
>
> --
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Computer Scientist
> http://www.adobe.com
>
> --
> --
> --
> OPS4J - http://www.ops4j.org - ops4j@googlegroups.com
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OPS4J" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ops4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>


-- 

Apache Member
Apache Karaf <http://karaf.apache.org/> Committer & PMC
OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer &
Project Lead
blog <http://notizblog.nierbeck.de/>
Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS>

Software Architect / Project Manager / Scrum Master

-- 
-- 
--
OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ops4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Does pax exam work with junit 5?

2019-02-11 Thread Christian Schneider
I would like to start migrating to junit 5. Does pax exam work with junit 5?
Are there any examples?

Christian

-- 
-- 
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com

-- 
-- 
--
OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ops4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.