[
https://issues.apache.org/jira/browse/NIFI-13775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883373#comment-17883373
]
ASF subversion and git services commented on NIFI-13775:
--------------------------------------------------------
Commit 29307dbf7119ad0af0ae9d6ee4e522e46be957af in nifi's branch
refs/heads/main from Joe Witt
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=29307dbf71 ]
NIFI-13775 Fixed NoClassDefFoundError with ArrayUtils in ConsumeKafka (#9287)
- Upgraded Kafka Clients from 3.7.1 to 3.8.0
- Inheriting from the correct base services-api instead of shared-bundle then
identifying missing explicit dependencies of Kafka processors commons-lang3 and
commons-codec
Signed-off-by: David Handermann <[email protected]>
> New kafka services inherit the incorrect parent NAR and bump Kafka Client
> Version to 3.8.0
> ------------------------------------------------------------------------------------------
>
> Key: NIFI-13775
> URL: https://issues.apache.org/jira/browse/NIFI-13775
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Joe Witt
> Assignee: Joe Witt
> Priority: Major
> Fix For: 2.0.0-M5
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> New Kafka processors fail due to missing things like commons-lang3.
> It turns out the kafka module pom declares it extends from the
> nifi-standard-shared-bom but then the services nar says it depends on
> nifi-standard-services-api-nar. The services nar should depend on the
> nifi-standard-shared-nar
--
This message was sent by Atlassian Jira
(v8.20.10#820010)