This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch NIFI-15258
in repository https://gitbox.apache.org/repos/asf/nifi-api.git
discard 5c47d22 NIFI-15451: Provide ability for Connectors to lookup Bundles
available for a given component type (#46)
omit 070d52d NIFI-15461: Fixed bug that caused system tests to fail (#48)
omit 860daf9 NIFI-15446: Updated JavaDocs to clarify how invocations of
Connector Methods work (#45)
omit 5b9a59b NIFI-15440: Implementation of ConnectorActions (#47)
omit 8fda9f1 NIFI-15427: Added drainFlowFiles(FlowContext) method to
Connector (#42)
omit ca54e76 NIFI-15428: If non-existent property value is set, connector
should be invalid. (#43)
omit 4a552ac NIFI-15353: Adding documentation writers for connectors. (#40)
omit 0020d5a NIFI-15356: Introducing the ConnectorWebMethod. (#37)
omit ce524ac NIFI-15369: Allow ConfigurationStep to depend on another
(ConfigurationStep,Property) tuple (#39)
omit e15cf73 NIFI-15361: Removing documentation from ConfigurationStep.
(#38)
omit 8b20ea8 NIFI-15315 Add support for assets in Connectors (#31)
omit e7000ae NIFI-15352: Added getFullyQualifiedName to secret, to
encapsulate the… (#35)
omit b9a8815 NIFI-15258: Enable Custom UI to retrieve connector with flow
contexts (#33)
omit 81a78a4 NIFI-15343: Adding providerId to Secret. (#30)
omit b390ec4 NIFI-15312: Moved SecretsProvider / SecretsManager to
framework instead of api; added description to Secret and updated
ParameterProvider to allow more specific fetching of parameters; cleaned up
Connector validation logic (#29)
omit 2a88f22 NIFI-15326: Adding support for connector configuration step
documentation. (#28)
omit 1d40638 NIFI-15322: Require all property descriptors within a
PropertyGroup / ConfigurationStep are unique (#27)
omit 34e0a02 NIFI-15259: Adding web context interface for custom Connector
UIs.
omit a761ed1 NIFI-15258: Initial API for Connectors
add ccb4e36 NIFI-15426 update Copyright NOTICE to 2026
add ee7b135 NIFI-15443 Add support for migrateProperties in Registry
Clients and Parameter Providers (#44)
add a50a385 NIFI-15360 Add support for Parameter Tags (#36)
add b3c3d3d NIFI-15477 Added recordGauge method to ProcessSession
new 69107e9 NIFI-15258: Initial API for Connectors
new 848f964 NIFI-15259: Adding web context interface for custom Connector
UIs.
new 3de0980 NIFI-15322: Require all property descriptors within a
PropertyGroup / ConfigurationStep are unique (#27)
new ea37cfa NIFI-15326: Adding support for connector configuration step
documentation. (#28)
new e71fd0e NIFI-15312: Moved SecretsProvider / SecretsManager to
framework instead of api; added description to Secret and updated
ParameterProvider to allow more specific fetching of parameters; cleaned up
Connector validation logic (#29)
new 162d212 NIFI-15343: Adding providerId to Secret. (#30)
new 2da2f7a NIFI-15258: Enable Custom UI to retrieve connector with flow
contexts (#33)
new a444e85 NIFI-15352: Added getFullyQualifiedName to secret, to
encapsulate the… (#35)
new 6818a2d NIFI-15315 Add support for assets in Connectors (#31)
new 8be1e12 NIFI-15361: Removing documentation from ConfigurationStep.
(#38)
new 1bbe285 NIFI-15369: Allow ConfigurationStep to depend on another
(ConfigurationStep,Property) tuple (#39)
new 9d0f895 NIFI-15356: Introducing the ConnectorWebMethod. (#37)
new 8121edc NIFI-15353: Adding documentation writers for connectors. (#40)
new 893faac NIFI-15428: If non-existent property value is set, connector
should be invalid. (#43)
new 25b4af4 NIFI-15427: Added drainFlowFiles(FlowContext) method to
Connector (#42)
new 51aa3f9 NIFI-15440: Implementation of ConnectorActions (#47)
new da295c4 NIFI-15446: Updated JavaDocs to clarify how invocations of
Connector Methods work (#45)
new 542d061 NIFI-15461: Fixed bug that caused system tests to fail (#48)
new e7dceb2 NIFI-15451: Provide ability for Connectors to lookup Bundles
available for a given component type (#46)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5c47d22)
\
N -- N -- N refs/heads/NIFI-15258 (e7dceb2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
NOTICE | 2 +-
.../java/org/apache/nifi/parameter/Parameter.java | 21 ++++++++-
.../apache/nifi/parameter/ParameterProvider.java | 18 ++++++++
.../ParameterTag.java} | 50 ++++++++++----------
.../org/apache/nifi/processor/ProcessSession.java | 13 ++++++
.../metrics/CommitTiming.java} | 12 +++--
.../nifi/registry/flow/FlowRegistryClient.java | 18 ++++++++
.../org/apache/nifi/parameter/TestParameter.java | 53 ++++++++++++++++++++++
8 files changed, 153 insertions(+), 34 deletions(-)
copy
src/main/java/org/apache/nifi/{components/connector/StringLiteralValue.java =>
parameter/ParameterTag.java} (54%)
copy src/main/java/org/apache/nifi/{action/details/ActionDetails.java =>
processor/metrics/CommitTiming.java} (72%)