[
https://issues.apache.org/jira/browse/NIFI-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969885#comment-15969885
]
ASF GitHub Bot commented on NIFI-3688:
--------------------------------------
Github user dlukyanov commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1662#discussion_r111661969
--- Diff:
nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-nar/src/main/resources/META-INF/NOTICE
---
@@ -0,0 +1,123 @@
+nifi-groovyx-nar
+Copyright 2014-2017 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+******************
+Apache Software License v2
+******************
+
+The following binary components are provided under the Apache Software
License v2
+
+ (ASLv2) Apache Commons IO
+ The following NOTICE information applies:
+ Apache Commons IO
+ Copyright 2002-2016 The Apache Software Foundation
+
+ (ASLv2) Apache Commons Email
+ The following NOTICE information applies:
+ Apache Commons Email
+ Copyright 2002-2016 The Apache Software Foundation
+
+ (ASLv2) Apache Commons Lang
+ The following NOTICE information applies:
+ Apache Commons Lang
+ Copyright 2001-2015 The Apache Software Foundation
+
+ This product includes software from the Spring Framework,
+ under the Apache License 2.0 (see: StringUtils.containsWhitespace())
+
+ (ASLv2) Apache Commons Logging
+ The following NOTICE information applies:
+ Apache Commons Logging
+ Copyright 2003-2016 The Apache Software Foundation
+
+ (ASLv2) Apache HttpComponents
+ The following NOTICE information applies:
+ Apache HttpClient
+ Copyright 1999-2015 The Apache Software Foundation
+
+ Apache HttpCore
+ Copyright 2005-2015 The Apache Software Foundation
+
+ Apache HttpMime
+ Copyright 1999-2013 The Apache Software Foundation
+
+ This project contains annotations derived from JCIP-ANNOTATIONS
+ Copyright (c) 2005 Brian Goetz and Tim Peierls. See
http://www.jcip.net
+
+ (ASLv2) Spring Framework
+ The following NOTICE information applies:
+ Spring Framework
+ Copyright 2002-2016
+
+ (ASLv2) SubEthaSMTP - A SMTP mail server
+ The following NOTICE information applies:
+ Spring Framework
+ Copyright 2006-2007
+
+ (ASLv2) Apache POI
+ The following NOTICE information applies:
+
+ This product contains parts that were originally based on software
from BEA.
+ Copyright (c) 2000-2003, BEA Systems, <http://www.bea.com/>.
+
+ This product contains W3C XML Schema documents. Copyright 2001-2003 (c)
+ World Wide Web Consortium (Massachusetts Institute of Technology,
European
+ Research Consortium for Informatics and Mathematics, Keio University)
+
+ This product contains the Piccolo XML Parser for Java
+ (http://piccolo.sourceforge.net/). Copyright 2002 Yuval Oren.
+
+ This product contains the chunks_parse_cmds.tbl file from the vsdump
program.
+ Copyright (C) 2006-2007 Valek Filippov ([email protected])
+
+ This product contains parts of the eID Applet project
+ (http://eid-applet.googlecode.com). Copyright (c) 2009-2014
+ FedICT (federal ICT department of Belgium), e-Contract.be BVBA
(https://www.e-contract.be),
+ Bart Hanssens from FedICT
+
+ CurvesAIP is BSD-licensed software (
https://github.com/virtuald/curvesapi/)
+ Copyright (c) 2005, Graph Builder
+
+ (ASLv2) Joda Time
+ The following NOTICE information applies:
+ This product includes software developed by
+ Joda.org (http://www.joda.org/).
+
+
+************************
+Common Development and Distribution License 1.1
+************************
+
+The following binary components are provided under the Common Development
and Distribution License 1.1. See project link for details.
+
+ (CDDL 1.1) (GPL2 w/ CPE) JavaMail API (compat)
(javax.mail:mail:jar:1.5.6 - https://java.net/projects/javamail/pages/Home)
+
+************************
+Common Development and Distribution License 1.0
+************************
+
+The following binary components are provided under the Common Development
and Distribution License 1.0. See project link for details.
+
+ (CDDL 1.0) JavaBeans Activation Framework (JAF)
(javax.activation:activation:jar:1.1 -
http://java.sun.com/products/javabeans/jaf/index.jsp)
+
+************************
+The MIT License
+************************
+
+The following binary components are provided under the MIT License. See
project link for details.
+
+ (MIT License) EWS Java API
--- End diff --
This just copy-paste from another processor. Could you point to the right
one license header?
> Create extended groovy scripting processor
> ------------------------------------------
>
> Key: NIFI-3688
> URL: https://issues.apache.org/jira/browse/NIFI-3688
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Dmitry Lukyanov
> Priority: Minor
>
> The idea is to simplify groovy scripting.
> Main targets:
> - to be compatible with existing groovy scripting
> - simplify read/write attributes
> - simplify read/write content
> - avoid closure casting to nifi types like `StreamCallback`
> - simplify and provide visibility when accessing to controller services from
> script
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)