[
https://issues.apache.org/jira/browse/NIFI-13058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz reassigned NIFI-13058:
---------------------------------------
Assignee: Daniel Stieglitz
> HtmlDocumentationWriter could not link for JoltTransformRecord 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
>
> 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 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 full package name should be
> {code:java}
> org.apache.nifi.processors.jolt.JoltTransformRecord
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)