[
https://issues.apache.org/jira/browse/NIFI-10979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17651705#comment-17651705
]
Daniel Stieglitz commented on NIFI-10979:
-----------------------------------------
[~exceptionfactory] I have made changes to the above directories. I even made
changes to
*
nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer/src/test/java/org/apache/nifi/authorization/ShellUserGroupProviderIT.java
even though its tests failed even before my changes
*
nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site/src/test/java/org/apache/nifi/remote/TestStandardSiteToSiteProtocol.java
even though its completely commented out. I assume it should be deleted but
please let me know your decision.
> Refactor nifi-framework-bundle to use JUnit 5 Part 3
> ----------------------------------------------------
>
> Key: NIFI-10979
> URL: https://issues.apache.org/jira/browse/NIFI-10979
> Project: Apache NiFi
> Issue Type: Sub-task
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> Make changes in the following directories:
> #
> nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components
> #
> nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-loading-utils
> #
> nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils
> # nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-nar-utils
> #
> nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-repository-models
> #
> nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-shell-authorizer
> #
> nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-site-to-site
> #
> nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-standard-prioritizers
>
> Also make change in
> nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/integration/versioned/ImportFlowIT.java
> to replace
> {code:java}
> import org.junit.Test;{code}
> with
> {code:java}
> import org.junit.jupiter.api.Test;{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)