[
https://issues.apache.org/jira/browse/NIFI-13058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-13058:
------------------------------------
Status: Patch Available (was: In Progress)
> HtmlDocumentationWriter could not link to JoltTransformRecord reference in
> ScriptedTransformRecord due to incorrect package name
> --------------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-13058
> URL: https://issues.apache.org/jira/browse/NIFI-13058
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> On startup I see the following WARN message in nifi-app.log
> {code:java}
> 2024-04-16 15:25:43,992 WARN [main] o.a.n.d.html.HtmlDocumentationWriter
> Could not link to org.apache.nifi.processors.jolt.record.JoltTransformRecord
> because no bundles were found for ScriptedTransformRecord
> {code}
> I believe this has to do with the reference of
> {code:java} "org.apache.nifi.processors.jolt.record.JoltTransformRecord"{code}
> in the
> {code:java}
> @SeeAlso
> {code}
> section in
> {code:java}
> org.apache.nifi.processors.script.ScriptedTransformRecord
> {code}
> The correct package name to use in the reference is
> {code:java}
> "org.apache.nifi.processors.jolt.JoltTransformRecord"
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)