Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

chore(deps): bump Apache NiFi to 1.18.0 #96

Merged
merged 2 commits into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## v1.23.0 [unreleased]

### Others
1. [#96](https://github.com/influxdata/nifi-influxdb-bundle/pull/96): Update to Apache NiFi 1.18.0

### Dependencies
Update dependencies:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The Nar compatibility matrix:

| Nar Version | NiFi Version |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|
| [nifi-influx-database-nar-1.23.0-SNAPSHOT.nar](https://github.com/influxdata/nifi-influxdb-bundle/releases/download/v1.23.0-SNAPSHOT/nifi-influx-database-nar-1.23.0-SNAPSHOT.nar) | 1.17.0 |
| [nifi-influx-database-nar-1.23.0-SNAPSHOT.nar](https://github.com/influxdata/nifi-influxdb-bundle/releases/download/v1.23.0-SNAPSHOT/nifi-influx-database-nar-1.23.0-SNAPSHOT.nar) | 1.18.0 |
| [nifi-influx-database-nar-1.22.0.nar](https://github.com/influxdata/nifi-influxdb-bundle/releases/download/v1.22/nifi-influx-database-nar-1.22.0.nar) | 1.17.0 |
| [nifi-influx-database-nar-1.21.0.nar](https://github.com/influxdata/nifi-influxdb-bundle/releases/download/v1.21.0/nifi-influx-database-nar-1.21.0.nar) | 1.16.3 |
| [nifi-influx-database-nar-1.20.0.nar](https://github.com/influxdata/nifi-influxdb-bundle/releases/download/v1.20.0/nifi-influx-database-nar-1.20.0.nar) | 1.16.3 |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-bundles</artifactId>
<version>1.17.0</version>
<version>1.18.0</version>
</parent>

<artifactId>nifi-influx-database-bundle</artifactId>
Expand Down Expand Up @@ -103,7 +103,7 @@
<!-- skip until remove org.json from Java client -->
<enforcer.skip>true</enforcer.skip>

<nifi.version>1.17.0</nifi.version>
<nifi.version>1.18.0</nifi.version>

<plugin.surefire.version>2.22.2</plugin.surefire.version>
<plugin.jacoco.version>0.8.8</plugin.jacoco.version>
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

ARG NIFI_IMAGE=apache/nifi:1.17.0
ARG NIFI_IMAGE=apache/nifi:1.18.0

FROM $NIFI_IMAGE

Expand Down
76 changes: 38 additions & 38 deletions scripts/flow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -259,7 +259,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -295,7 +295,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -396,7 +396,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -443,7 +443,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -482,7 +482,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -518,7 +518,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -554,7 +554,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -590,7 +590,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -680,7 +680,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -770,7 +770,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -806,7 +806,7 @@ HTTP endpoint.
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -1219,7 +1219,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-http-context-map-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand All @@ -1239,7 +1239,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -1323,7 +1323,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-http-context-map-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand All @@ -1343,7 +1343,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -1380,7 +1380,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -1479,7 +1479,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -1552,7 +1552,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -1709,7 +1709,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -1761,7 +1761,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-social-media-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -2105,7 +2105,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>5 sec</schedulingPeriod>
Expand Down Expand Up @@ -2170,7 +2170,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -2222,7 +2222,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-kafka-1-0-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -2324,7 +2324,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-update-attribute-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -2482,7 +2482,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -2747,7 +2747,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -2873,7 +2873,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -2918,7 +2918,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-registry-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -2965,7 +2965,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -3018,7 +3018,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -3166,7 +3166,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -3289,7 +3289,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -3341,7 +3341,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-standard-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<maxConcurrentTasks>1</maxConcurrentTasks>
<schedulingPeriod>0 sec</schedulingPeriod>
Expand Down Expand Up @@ -3630,7 +3630,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>false</enabled>
<property>
Expand Down Expand Up @@ -3703,7 +3703,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -3759,7 +3759,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down Expand Up @@ -3861,7 +3861,7 @@ curl -i -X GET -G http://localhost:8234 \
<bundle>
<group>org.apache.nifi</group>
<artifact>nifi-record-serialization-services-nar</artifact>
<version>1.17.0</version>
<version>1.18.0</version>
</bundle>
<enabled>true</enabled>
<property>
Expand Down