Skip to content

Releases: xmlking/nifi-scripting

For NiFi v0.7.0

16 Jul 17:59
Compare
Choose a tag to compare

Updates

  • Updated to NiFi 0.7.0
  • Removed nifi-execute-groovy-processors and nifi-execute-javascript-processors as they no longer needed.
  • Adding nifi-distributed-cache-client-service dependency to NiFi Utils, so you can use distributed cache service with Scripting processors.
  • Adding StringSerDe helper class for NiFi utils package to use along with distributed cache service.

Instructions

  1. Add nifi-sumo-common-0.7.0-SNAPSHOT.jar to Module Directory set in the ExecuteScript Processor's properties

Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.

For NiFi v0.6.1

25 May 07:52
Compare
Choose a tag to compare

Updates

  • Updated to NiFi 0.6.1

Instructions

  1. Add nifi-sumo-common-0.6.1-SNAPSHOT.jar to Module Directory set in the ExecuteScript Processor's properties

Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.

For NiFi v0.5.1

16 Mar 17:17
Compare
Choose a tag to compare

Update

Updated to NiFi 0.5.1
Instructions

Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.

For NiFi v0.4.1

23 Dec 01:32
Compare
Choose a tag to compare

Update

  1. Execute Processors can run without incoming flowFile.
  2. Scripts can now create multiple flowFiles
  3. Updated to NiFi 0.4.1

Instructions

Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.
Groovy language NAR file is needed for ExecuteGroovy, ExecuteRemoteProcess and ExecuteGroovyLdap processes.

For NiFi v0.4.0

21 Dec 19:13
Compare
Choose a tag to compare

For NiFi v0.4.0

New

  1. Added NiFi Execute LDAP Script Processor

Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.

For NiFi v0.4.0

21 Dec 06:02
Compare
Choose a tag to compare

For NiFi v0.4.0

Copy required NAR files attached in this release to $NIFI_HOME/lib and restart NiFi.

For NiFi v0.3.0

21 Dec 05:40
Compare
Choose a tag to compare

For NiFi v0.3.0

Copy NAR files attached here to $NIFI_HOME/lib and restart NiFi.

v0.2.0 for testing

25 Nov 13:18
Compare
Choose a tag to compare
  1. Added ExecuteRemoteProcess processor

v0.1.0 for testing

13 Nov 10:13
Compare
Choose a tag to compare
Initial commit