[ 
https://issues.apache.org/jira/browse/NIFI-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567337#comment-14567337
 ] 

Matt Gilman commented on NIFI-633:
----------------------------------

[~danbress] I applied the patch and was unable to build because of the cyclic 
dependency issue that I mentioned in NIFI-632.

{code}
[ERROR] The projects in the reactor contain a cyclic reference: Edge between 
'Vertex{label='org.apache.nifi:nifi-documentation:0.1.1-incubating-SNAPSHOT'}' 
and 
'Vertex{label='org.apache.nifi:nifi-framework-core:0.1.1-incubating-SNAPSHOT'}' 
introduces to cycle in the graph 
org.apache.nifi:nifi-framework-core:0.1.1-incubating-SNAPSHOT --> 
org.apache.nifi:nifi-framework-core-api:0.1.1-incubating-SNAPSHOT --> 
org.apache.nifi:nifi-runtime:0.1.1-incubating-SNAPSHOT --> 
org.apache.nifi:nifi-documentation:0.1.1-incubating-SNAPSHOT --> 
org.apache.nifi:nifi-framework-core:0.1.1-incubating-SNAPSHOT -> [Help 1]
{code}

> Documentation Generation: Logger
> --------------------------------
>
>                 Key: NIFI-633
>                 URL: https://issues.apache.org/jira/browse/NIFI-633
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 0.1.0
>            Reporter: Matt Gilman
>            Assignee: Dan Bress
>            Priority: Minor
>             Fix For: 0.1.1
>
>         Attachments: 0001-NIFI-633-Documentation-Generation-Logger.patch
>
>
> During the documentation generation, the processor is created and 
> initialized. During initialization the processor is given a mock 
> ProcessorInitializationContext which returns null when calling getLogger(). 
> If a processor attempts to log anything without verifying the logger is not 
> null, a NPE is thrown and documentation generation fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to