[
https://issues.apache.org/jira/browse/NIFI-15210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18037876#comment-18037876
]
ASF subversion and git services commented on NIFI-15210:
--------------------------------------------------------
Commit 77e51cb7fa615364836c55f56e8828214934c83b in nifi's branch
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=77e51cb7fa ]
NIFI-15210 Fixed verify method of GCS processors and other GCP fixes
Signed-off-by: Pierre Villard <[email protected]>
This closes #10519.
> 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
> 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)