Commit 5cf3ba8
NIFI-15258 Added API for Connectors (#70)
NIFI-15259: Adding web context interface for custom Connector UIs.
NIFI-15322: Require all property descriptors within a PropertyGroup / ConfigurationStep are unique (#27)
NIFI-15326: Adding support for connector configuration step documentation. (#28)
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)
NIFI-15343: Adding providerId to Secret. (#30)
NIFI-15258: Enable Custom UI to retrieve connector with flow contexts (#33)
NIFI-15352: Added getFullyQualifiedName to secret, to encapsulate the combination of group and name (#35)
NIFI-15352: Added getFullyQualifiedName to SecretReference
NIFI-15315 Add support for assets in Connectors (#31)
NIFI-15361: Removing documentation from ConfigurationStep. (#38)
NIFI-15369: Allow ConfigurationStep to depend on another (ConfigurationStep,Property) tuple (#39)
NIFI-15356: Introducing the ConnectorWebMethod. (#37)
NIFI-15353: Adding documentation writers for connectors. (#40)
NIFI-15428: If non-existent property value is set, connector should be invalid. (#43)
NIFI-15427: Added drainFlowFiles(FlowContext) method to Connector (#42)
NIFI-15440: Implementation of ConnectorActions (#47)
NIFI-15446: Updated JavaDocs to clarify how invocations of Connector Methods work (#45)
NIFI-15461: Fixed bug that caused system tests to fail (#48)
NIFI-15451: Provide ability for Connectors to lookup Bundles available for a given component type (#46)
NIFI-15485: Include provider name when providing fqn for secrets (#52)
NIFI-15467: Allow Connectors to specify bundle compatability when upd… (#54)
NIFI-15536: Change Connector API to use DescribedValue vs AllowableValue (#60)
NIFI-15514: Ensure that when AbstractConnector is started, it includes all components, not just processors and controller services; code cleanup (#57)
NIFI-15538: When starting/stopping components allow specifying whether or not the action should be recursive; code cleanup and simplification to use a Virtual Thread to execute code sequentially instead of chaining CompletableFutures. (#61)
NIFI-15480: Added DropFlowFileSummary, ability to drop FlowFiles from a ConnectionFacade / ProcessGroupFacade (#62)
NIFI-15557: Allow Connectors to enable a Controller Service using overridden property values (#63)
NIFI-15565: Code cleanup (#64)
NIFI-15621: Allow Configuration to Validate with ValidationContext (#69)
Co-authored-by: Mark Payne <markap14@hotmail.com>
Co-authored-by: Matt Gilman <matt.c.gilman@gmail.com>
Co-authored-by: Bryan Bende <bbende@apache.org>
Co-authored-by: Bob Paulin <bob@bobpaulin.com>
Signed-off-by: David Handermann <exceptionfactory@apache.org>1 parent 833e800 commit 5cf3ba8
74 files changed
Lines changed: 7967 additions & 7 deletions
File tree
- src
- main/java/org/apache/nifi
- action
- annotation/lifecycle
- asset
- components
- connector
- components
- documentation
- init
- xml
- flow
- parameter
- reporting
- web
- test/java/org/apache/nifi
- components/connector
- documentation
- init
- xml
- parameter
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| 61 | + | |
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
| |||
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
66 | 79 | | |
67 | 80 | | |
68 | 81 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
38 | 55 | | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
203 | 212 | | |
0 commit comments