Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/upgrade to nifi 1.21.0 #1

Open
wants to merge 1,109 commits into
base: main
Choose a base branch
from
Open

feat/upgrade to nifi 1.21.0 #1

wants to merge 1,109 commits into from

Conversation

gpoujol
Copy link

@gpoujol gpoujol commented May 3, 2023

No description provided.

mattyb149 and others added 30 commits January 11, 2023 10:55
…tead of Pattern.matcher() when using Literal Replace. Use a NonFlushableOutputStream when ProcessSession.write() is called. Implemented hashCode() on AbstractConnection. Updated default Run Schedule on ReplaceText from 0 ms to 25 ms. Added a Surround Replacement strategy that allows both prepending and appending text. Updated unit tests to account for this.

Signed-off-by: Matthew Burgess <[email protected]>

This closes apache#6724
This closes apache#6835.

Signed-off-by: Peter Turcsanyi <[email protected]>
… expressions in EvaluateJsonPath

This closes apache#6817

Signed-off-by: David Handermann <[email protected]>
- Reload script after disabled and first validation after changes made

This closes apache#6371

Signed-off-by: David Handermann <[email protected]>
- Removed false positive suppressions no longer necessary in current version

Signed-off-by: Pierre Villard <[email protected]>

This closes apache#6839.
Bumps [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.9.6 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.9.6...v6.11.0)

Updates `body-parser` from 1.19.1 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.19.1...1.20.1)

Updates `express` from 4.17.2 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.2...4.18.2)

This closes apache#6764

Signed-off-by: David Handermann <[email protected]>
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

This closes apache#6771

Signed-off-by: David Handermann <[email protected]>
…style parsing failures

- Added StandardFileNameCompleter with static LS_COLORS to avoid parsing environment variables in Styles.lsStyle()

Signed-off-by: Joe Witt <[email protected]>
Signed-off-by: Pierre Villard <[email protected]>

This closes apache#6859.
…nclude Flow Config History table

Signed-off-by: Pierre Villard <[email protected]>

This closes apache#6856.
…h2AccessTokenProvider can be used with refresh_token grant type.

This closes apache#6845.

Signed-off-by: Peter Turcsanyi <[email protected]>
exceptionfactory and others added 30 commits March 28, 2023 08:21
…rom 8.0.2 to 8.2.1

- Updated suppression configuration
- Upgraded Solr from 8.6.3 to 8.11.1 for Ranger
- Excluded Apache Ivy from Hive and Janus Graph dependencies
- Excluded Groovy from Hive tests

Signed-off-by: Joe Witt <[email protected]>
- Suppressed vulnerability findings related to Couchbase Server

Signed-off-by: Pierre Villard <[email protected]>

This closes apache#7094.
- Upgraded NiFi Framework from 9.24.3
- Upgraded NiFi Registry from 8.20
- Upgraded transitive msal4j dependency from 9.22
- Upgraded transitive hadoop-auth dependency from 9.8.1

Signed-off-by: Joe Witt <[email protected]>
- Upgraded Ranger Hadoop dependencies from 3.3.3 to 3.3.5
- Aligned Iceberg Hadoop version with project Hadoop version
- Updated Atlas dependencies to align hadoop-hdfs-client version with hadoop-common
- Updated Ranger hadoop-auth version to align with other Hadoop dependencies
- Updated Spark Livy bundle to align with project Hadoop version
- Removed unnecessary dependencies from Hive Test Utilities
- Updated HBase 2 Woodstox Core from 5.3.0 to 5.4.0
- Suppressed false positive vulnerabilities for HBase client libraries

Signed-off-by: Pierre Villard <[email protected]>

This closes apache#7097.
…attempting to use a Temporary Funnel destination for a connection due to differences in Group ID by instead checking if the destination is reachable; fixed issue in which processors in an inner versioned group were not stopped even though they changed, when a higher-level parent (that was itself under version control) had its version changed. Wrote system tests to verify

- Fixed system tests so that they work properly in Clustered version of RegistryClientIT
- Fixed system test - ensure that we wait for processors to become valid before attempting to start them; also added an additional system test around Controller Services in versioned flows

This closes apache#7095

Signed-off-by: David Handermann <[email protected]>
- Switch from spotify docker-maven-plugin to fabric8 docker-maven-plugin
- Add consistency to docker maven image names and tags
- Other minor Dockerfile changes for consistency

This closes apache#7105

Signed-off-by: David Handermann <[email protected]>

(cherry picked from commit 08e1822)
…apache#7104)

- Added Authorization Request Resolver with support for building the base redirect URI using allowed proxy headers

This closes apache#7104

(cherry picked from commit 75eb449)
…e#7108)

- Added StandardOidcIdTokenDecoderFactory based on Spring Security OidcIdTokenDecoderFactory with custom REST Operations

Merged apache#7108 into main.

(cherry picked from commit e4f0508)
- Updated Elasticsearch client false positive vulnerability suppressions for new Ranger transitive dependencies

Signed-off-by: Pierre Villard <[email protected]>

This closes apache#7109.
- Removed unnecessary JSTL dependency and reference from Documentation JSP

Signed-off-by: Pierre Villard <[email protected]>

This closes apache#7110.
… if timezone is GMT-X

This closes apache#7103.

Signed-off-by: Peter Turcsanyi <[email protected]>
This closes apache#7098.

(cherry picked form commit 595b1b4)
This closes apache#7114

Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit 3fa25b6)
…graded other plugins

- Upgraded Surefire Plugin from 3.0.0-M8 to 3.0.0
- Upgraded Compiler Plugin from 3.10.1 to 3.11.0
- Upgraded Assembly Plugin from 3.4.2 to 3.5.0
- Upgraded Javadoc Plugin from 3.4.1 to 3.5.0
- Upgraded Release Plugin from 3.0.0-M7 to 3.0.0

Signed-off-by: Joe Witt <[email protected]>
- Restored previous behavior of sending openid and email scopes for OpenID Connect token requests
- Added offline_access scope as the default value in nifi.properties to support Refresh Tokens

This closes apache#7168
Signed-off-by: Paul Grey <[email protected]>
- Restored previous behavior of sending openid and email scopes for OpenID Connect token requests
- Added offline_access scope as the default value in nifi.properties to support Refresh Tokens

This closes apache#7168
Signed-off-by: Paul Grey <[email protected]>
- Restored previous behavior of sending openid and email scopes for OpenID Connect token requests
- Added offline_access scope as the default value in nifi.properties to support Refresh Tokens

This closes apache#7168
Signed-off-by: Paul Grey <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.