[
https://issues.apache.org/jira/browse/NIFI-15553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18056717#comment-18056717
]
ASF subversion and git services commented on NIFI-15553:
--------------------------------------------------------
Commit 24f5afcceba578779a3a9dc0da96d20fb9da78a5 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=24f5afcceb ]
NIFI-15553 Replaced the use of JARs in TestExecuteStreamCommand with the use of
Java files (#10860)
Signed-off-by: David Handermann <[email protected]>
> 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
> 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)