[nifi] branch dependabot/npm_and_yarn/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/moment-2.29.2 created (now a78d7175d2)

2022-04-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/moment-2.29.2
in repository https://gitbox.apache.org/repos/asf/nifi.git


  at a78d7175d2 Bump moment

No new revisions were added by this update.



[nifi] branch main updated: NIFI-9896: Fixed bug with overwriting Script Body value in InvokeScriptedProcessor

2022-04-09 Thread mthomsen
This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
 new 252a8abadd NIFI-9896: Fixed bug with overwriting Script Body value in 
InvokeScriptedProcessor
252a8abadd is described below

commit 252a8abadd5b37cc40aad0d0fb10b44bd065ad6b
Author: Matthew Burgess 
AuthorDate: Fri Apr 8 12:52:44 2022 -0400

NIFI-9896: Fixed bug with overwriting Script Body value in 
InvokeScriptedProcessor

This closes #5948

Signed-off-by: Mike Thomsen 
---
 .../java/org/apache/nifi/processors/script/InvokeScriptedProcessor.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/InvokeScriptedProcessor.java
 
b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/InvokeScriptedProcessor.java
index 65146dff24..93a9984c83 100644
--- 
a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/InvokeScriptedProcessor.java
+++ 
b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/InvokeScriptedProcessor.java
@@ -256,8 +256,6 @@ public class InvokeScriptedProcessor extends 
AbstractSessionFactoryProcessor {
 scriptingComponentHelper.setScriptPath(newValue);
 } else if (ScriptingComponentUtils.SCRIPT_BODY.equals(descriptor)) 
{
 scriptingComponentHelper.setScriptBody(newValue);
-} else if (ScriptingComponentUtils.MODULES.equals(descriptor)) {
-scriptingComponentHelper.setScriptBody(newValue);
 } else if 
(scriptingComponentHelper.SCRIPT_ENGINE.equals(descriptor)) {
 scriptingComponentHelper.setScriptEngineName(newValue);
 }



[nifi-fds] branch dependabot/npm_and_yarn/minimist-1.2.6 created (now 54687cbc2)

2022-04-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/minimist-1.2.6
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git


  at 54687cbc2 Bump minimist from 1.2.5 to 1.2.6

No new revisions were added by this update.