[
https://issues.apache.org/jira/browse/NIFI-10406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17605429#comment-17605429
]
ASF subversion and git services commented on NIFI-10406:
--------------------------------------------------------
Commit 3f0ef9e97768226931660ce3af94ec04c7964ab3 in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3f0ef9e977 ]
NIFI-10406: Updated Maven assemblies to ensure that we always use at least two
of the GAVC parameters for includes and excludes. Updated Maven assembly plugin
to version 3.4.2. Removed some includes and excludes from dependencies that
previously were not matching and were generating Maven WARNING messages.
This closes #6415
Signed-off-by: David Handermann <[email protected]>
> Update nifi parent to assembly plugin 3.4.2
> -------------------------------------------
>
> Key: NIFI-10406
> URL: https://issues.apache.org/jira/browse/NIFI-10406
> Project: Apache NiFi
> Issue Type: Task
> Reporter: Joe Witt
> Assignee: Mark Payne
> Priority: Major
> Fix For: 1.18.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In working on NIFI-10405 it was discovered the build for stateless nifi
> breaks when updating to maven assembly plugin 3.4.2 from 3.3.0. This appears
> to be due to changes related to
> https://issues.apache.org/jira/browse/MASSEMBLY-969 potentially. In any case
> whatever happens with assembly formation for stateless appears to break.
> [ERROR] Failures:
> [ERROR]
> TestExecuteStateless.testErrorBulletinSurfaced:180->testBulletinSurfaced:194
> expected: <1> but was: <0>
> [ERROR]
> TestExecuteStateless.testInfoBulletinNotSurfaced:170->testBulletinSurfaced:194
> expected: <1> but was: <0>
> [ERROR] TestExecuteStateless.testMultipleFailurePortNames:126 expected: <1>
> but was: <0>
> [ERROR] TestExecuteStateless.testProcessorExceptionRoutesToFailure:165
> expected: <1> but was: <0>
> [ERROR] TestExecuteStateless.testRouteToFailureInnerGroup:139 expected: <1>
> but was: <0>
> [ERROR] TestExecuteStateless.testRouteToFailureWithInput:103 expected: <3>
> but was: <0>
> [ERROR] TestExecuteStateless.testSimplePassThrough:58 expected: <1> but
> was: <0>
> [ERROR] TestExecuteStateless.testSplitWithParameters:73 expected: <3> but
> was: <0>
> [ERROR] TestExecuteStateless.testTimeout:154 expected: <1> but was: <0>
> [ERROR]
> TestExecuteStateless.testWarnBulletinSurfaced:175->testBulletinSurfaced:194
> expected: <1> but was: <0>
> [INFO]
> [ERROR] Tests run: 11, Failures: 10, Errors: 0, Skipped: 0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)