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

David Handermann updated NIFI-15553:
------------------------------------
    Fix Version/s: 2.8.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> Replace the use of jars in TestExecuteStreamCommand with the use of java files
> ------------------------------------------------------------------------------
>
>                 Key: NIFI-15553
>                 URL: https://issues.apache.org/jira/browse/NIFI-15553
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Daniel Stieglitz
>            Assignee: Daniel Stieglitz
>            Priority: Minor
>             Fix For: 2.8.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Historically the only way to run a Java file in TestExecuteStreamCommand was 
> to create a jar file with the Java file. Since Java 11 its possible to run a 
> single-file Java program without the need for javac. Hence the tests in 
> TestExecuteStreamCommand no longer need jars but can run the single Java 
> files with the java command.
> The point of this ticket is to remove the use of jars in 
> TestExecuteStreamCommand and replace their use with the single Java files.



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

Reply via email to