fdk-java icon indicating copy to clipboard operation
fdk-java copied to clipboard

JUnit5 option for FDK users.

Open mjg123 opened this issue 6 years ago • 3 comments

We set our JUnit version to 4.12 here https://github.com/fnproject/fdk-java/blob/master/pom.xml#L31

Typically doing that is fine because junit is normally scoped to testing, and users can be free to choose their version as ours won't be included transitively into their builds. However we have a testing module which has junit as a normally-scoped dep: https://github.com/fnproject/fdk-java/blob/master/testing/pom.xml#L25-L29

We should support users wanting to use JUnit 5, and we should also track JUnit releases.

mjg123 avatar Jun 12 '18 08:06 mjg123

first preparations, to work on a jUnit 5 module

https://github.com/fnproject/fdk-java/pull/141

svenruppert avatar Jun 14 '18 08:06 svenruppert

please have a look at #141

svenruppert avatar Jun 25 '18 03:06 svenruppert

Hello @mjg123 @svenruppert still haven't release with Junit5 yet?

MazizEsa avatar Aug 05 '21 10:08 MazizEsa