[
https://issues.apache.org/jira/browse/NIFI-5711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16652329#comment-16652329
]
Joseph Witt commented on NIFI-5711:
-----------------------------------
our source:
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/util/NLKBufferedReader.java
jdk source:
http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/687fd7c7986d/src/share/classes/java/io/BufferedReader.java
This is clearly copying numerous lines of code.
> NLKBufferedReader appears to be a copy of the JDK NLKBufferedReader
> -------------------------------------------------------------------
>
> Key: NIFI-5711
> URL: https://issues.apache.org/jira/browse/NIFI-5711
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Joseph Witt
> Priority: Blocker
> Fix For: 1.8.0
>
>
> NLKBufferedReader appears to extend from then copy then alter JDK code.
> Extension and alter is fine. Copy and paste to get there is not. The JDK
> code is not licensed in a manner conducive for ALv2
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)