You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/12/05 12:13:00 UTC

[jira] [Commented] (NIFI-10941) Remove TestNG

    [ https://issues.apache.org/jira/browse/NIFI-10941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643307#comment-17643307 ] 

ASF subversion and git services commented on NIFI-10941:
--------------------------------------------------------

Commit 87c583042ef1402608a40ee544663e93ad535347 in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=87c583042e ]

NIFI-10941 Removed TestNG references

- Replaced TestNG assertions with JUnit 5
- Excluded testng transitive dependencies from groovy-all
- Added testng exclusion to Maven Enforcer configuration

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #6753.


> Remove TestNG
> -------------
>
>                 Key: NIFI-10941
>                 URL: https://issues.apache.org/jira/browse/NIFI-10941
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework, Tools and Build
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Several tests in {{nifi-framework-bundle}} reference TestNG assertions instead of JUnit assertions, and several {{nifi-toolkit}} modules include TestNG transitive dependencies through {{groovy-all}}. All test references should be converted to JUnit 5, and TestNG should be excluded from all modules to avoid inadvertent references.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)