[
https://issues.apache.org/jira/browse/NIFI-15210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard updated NIFI-15210:
----------------------------------
Fix Version/s: 2.7.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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
> Priority: Major
> Fix For: 2.7.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> - 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-14164)
> - 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)