+0
> On Feb 8, 2018, at 4:15 AM, Christofer Dutz <christofer.d...@c-ware.de> wrote:
>
> Hi all,
>
> As mentioned in another thread on this list. We have noticed that Junit5 is
> causing more trouble than it is helping us.
>
>
> * Eclipse integration is problematic so we have to add main methods to be
> able to run them in the IDE
> * Maven build seems to be problematic as updating plugins usually requires
> a lot of research
> * Maven tests failing won’t break the build reliably
>
> So I am proposing to replace JUnit 5 with JUnit 4.
>
> Chris