[
https://issues.apache.org/jira/browse/TOBAGO-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16779402#comment-16779402
]
Hudson commented on TOBAGO-1701:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #1675 (See
[https://builds.apache.org/job/Tobago%20Trunk/1675/])
TOBAGO-1701: JUnit 5 (lofwyr: rev db2b287bfa8e252037753c4c6921a38caeb7ab26)
* (edit)
tobago-core/src/test/java/org/apache/myfaces/tobago/convert/DurationConverterUnitTest.java
TOBAGO-1701: JUnit 5 (lofwyr: rev 7c968dae64450bba8ba836128f14f85caec170f1)
* (edit)
tobago-core/src/test/java/org/apache/myfaces/tobago/internal/util/JsonUtilsUnitTest.java
TOBAGO-1701: JUnit 5 (lofwyr: rev fc27629ef00ab375c9ea1b02237865b32f78d949)
* (edit)
tobago-core/src/test/java/org/apache/myfaces/tobago/renderkit/css/TobagoClassUnitTest.java
* (edit)
tobago-core/src/test/java/org/apache/myfaces/tobago/renderkit/css/CustomClassUnitTest.java
* (edit)
tobago-core/src/test/java/org/apache/myfaces/tobago/renderkit/html/HtmlElementsUnitTest.java
* (edit)
tobago-core/src/test/java/org/apache/myfaces/tobago/webapp/TobagoResponseWriterUnitTest.java
* (edit)
tobago-core/src/test/java/org/apache/myfaces/tobago/renderkit/css/StyleUnitTest.java
TOBAGO-1701: JUnit 5 (lofwyr: rev 717d95c4a8ec02bdc3104fce0b393cbe09a7fabb)
* (edit) pom.xml
TOBAGO-1701: JUnit 5 (lofwyr: rev 8b15208c3a2f568b798be73bf6376d802dc0036b)
* (edit)
tobago-theme/tobago-theme-standard/src/test/java/org/apache/myfaces/tobago/renderkit/css/BootstrapClassUnitTest.java
> 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)