Daniel Stieglitz created NIFI-15553:
---------------------------------------
Summary: 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
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)