This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a change to branch NIFI-9428
in repository https://gitbox.apache.org/repos/asf/nifi.git
from ac2d7d1e54 NIFI-9968 Added null check before System.setProperty() in
test methods
add fbfdcdca9f NIFI-9970 Restructured Pull Request Template
add a97c20cdb2 NIFI-9936 Added DescribedValue in PropertyDescriptor
Builder for AllowableValues
add 569929269a NIFI-9956: Fix QuerySalesforceObject schema parsing with
nested field strategy
No new revisions were added by this update.
Summary of changes:
.github/PULL_REQUEST_TEMPLATE.md | 104 +++++++++++----------
.../org/apache/nifi/components/AllowableValue.java | 5 +-
.../org/apache/nifi/components/DescribedValue.java | 71 +++++++-------
.../apache/nifi/components/PropertyDescriptor.java | 16 +++-
.../apache/nifi/components/EnumAllowableValue.java | 95 ++++++++++---------
.../nifi/components/TestPropertyDescriptor.java | 61 +++++++-----
.../salesforce/QuerySalesforceObject.java | 2 +-
7 files changed, 198 insertions(+), 156 deletions(-)
copy
nifi-registry/nifi-registry-core/nifi-registry-provider-api/src/main/java/org/apache/nifi/registry/hook/EventField.java
=> nifi-api/src/main/java/org/apache/nifi/components/DescribedValue.java (68%)
copy
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/PublishResult.java
=> nifi-api/src/test/java/org/apache/nifi/components/EnumAllowableValue.java
(60%)