Andre F de Miranda created NIFI-3828:
----------------------------------------
Summary: Fix for NIFI-3776 prevents mock processor documentation
from rendering properly
Key: NIFI-3828
URL: https://issues.apache.org/jira/browse/NIFI-3828
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.2.0
Reporter: Andre F de Miranda
Priority: Minor
Because the mock {{FullyDocumentedControllerService}},
{{FullyDocumentedReportingTask}} and {{ExampleProcessor}} are not identified by
the introduce bundles related syntax, the test units struggle to create links
to the mock processors.
{code}
[main] WARN org.apache.nifi.documentation.html.HtmlDocumentationWriter - Could
not link to
org.apache.nifi.documentation.example.FullyDocumentedControllerService because
no bundles were found
[main] WARN org.apache.nifi.documentation.html.HtmlDocumentationWriter - Could
not link to org.apache.nifi.documentation.example.FullyDocumentedReportingTask
because no bundles were found
[main] WARN org.apache.nifi.documentation.html.HtmlDocumentationWriter - Could
not link to org.apache.nifi.processor.ExampleProcessor because no bundles were
found
[main] INFO org.apache.nifi.mock.MockComponentLogger - Initializing...
{code}
While the impact is negligible and isn't negative to the build, this new
behavior is different from the previously existing behavior where the mock
processors would render their documentation identically to what a normal
processor would.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)