You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2019/01/03 12:13:00 UTC

[jira] [Resolved] (TOBAGO-1701) Switch from JUnit4 to JUnit5

     [ https://issues.apache.org/jira/browse/TOBAGO-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Noeth resolved TOBAGO-1701.
-----------------------------------
    Resolution: Fixed

Jenkins build is back to normal.

> Switch from JUnit4 to JUnit5
> ----------------------------
>
>                 Key: TOBAGO-1701
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1701
>             Project: MyFaces Tobago
>          Issue Type: Task
>          Components: Core, Themes
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>            Priority: Minor
>             Fix For: 5.0.0
>
>         Attachments: Update_Test_to_JUnit5.patch
>
>
> We would like to switch to version 5, but there are currently two problems:
> # Arquillian doesn't support JUnit5 yet (https://issues.jboss.org/browse/ARQ-2066): We don't use Arquillian anymore (/)
> # Tobago compile to Java6. The dynamic tests of JUnit5 require Java8 (/)
> # Failsafe plugin doesn't support JUnit5.: use junit-platform-surefire-provider (/)
> In the attached patch the tests are compiled to Java8 and the qunit-integration-tests run in JUnit4.
> We should wait for the JUnit5 support of Arquillian (?) and update Tobago to Java8 (/).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)