Peter Turcsanyi created NIFI-15210:
--------------------------------------
Summary: Fix verify method of GCS processors and other GCP fixes
Key: NIFI-15210
URL: https://issues.apache.org/jira/browse/NIFI-15210
Project: Apache NiFi
Issue Type: Bug
Reporter: Peter Turcsanyi
Assignee: Peter Turcsanyi
- Fix verify method of GCS processors: NIFI-15019 renamed the Bucket property
in the GCS processors but one more usage of the legacy name was left in the
code (it is quite hidden as it is a string literal in
[AbstractGCSProcessor|https://github.com/apache/nifi/blob/35787a194533cf0f8d5ed2e24f12d994e2f5edf4/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/storage/AbstractGCSProcessor.java#L140]
forward referencing the Bucket property declared only in the child classes).
Due to this, the verify() method of Fetch/Put/DeleteGCSObject is broken.
- Add missing evaluateAttributeExpressions() in PubSub processors (surfaced by
MockPropertyValue improvement in NIFI-14614)
- Adjust IT tests to the refactored GCPCredentialsService in NIFI-15200
- Fix assertion in FetchGCSObjectIT.testSimpleFetchEncrypted
--
This message was sent by Atlassian Jira
(v8.20.10#820010)