.. |
nifi-administration
|
NIFI-7888 Added support for authenticating via SAML
|
2020-11-18 12:44:02 -05:00 |
nifi-authorizer
|
NIFI-7897: Refactoring to create a new nifi-framework-components module.
|
2020-11-24 11:37:45 -05:00 |
nifi-client-dto
|
NIFI-8173, NIFI-8174: This closes #4784. Updated Parameter Contexts to allow for unsetting a parameter value / setting it to null. Allow Parameters to make use of Expression Language. Updated docs to illustrated how EL is evaluated
|
2021-01-26 21:55:18 -07:00 |
nifi-documentation
|
NIFI-1121: Use display name for dependent property documentation
|
2020-12-03 16:39:46 -05:00 |
nifi-file-authorizer
|
NIFI-7888 Added support for authenticating via SAML
|
2020-11-18 12:44:02 -05:00 |
nifi-flowfile-repo-serialization
|
NIFI-7557: uses a canonical representation of strings when recovering data from FlowFile Repository in order to avoid using huge amounts of heap when not necessary
|
2020-09-03 10:21:50 -04:00 |
nifi-framework-authorization
|
NIFI-7897: Refactoring to create a new nifi-framework-components module.
|
2020-11-24 11:37:45 -05:00 |
nifi-framework-authorization-providers
|
NIFI-7897: Refactoring to create a new nifi-framework-components module.
|
2020-11-24 11:37:45 -05:00 |
nifi-framework-cluster
|
NIFI-8204, NIFI-7866: Send revision update count in heartbeats. If update count in heartbeat is greater than that of cluster coordinator, request that node reconnect to get most up-to-date revisions. Cannot check exact equality, as the values may change between the time a heartbeat is created and the time the cluster coordinator receives it. However, it should be safe to assume that the revision won't be greater than that of the cluster coordinator. There is a tiny window in which it could be, as the sending node may update its revision, create the heartbeat, send it, and cluster coordinator process it before updating its own revision. However, this window is incredibly small and would only result in the sending node reconnecting, which will resolve itself. Also, when testing this fix, encountered NIFI-7866 and addressed that NullPointerException.
|
2021-02-05 15:18:44 -05:00 |
nifi-framework-cluster-protocol
|
NIFI-8204, NIFI-7866: Send revision update count in heartbeats. If update count in heartbeat is greater than that of cluster coordinator, request that node reconnect to get most up-to-date revisions. Cannot check exact equality, as the values may change between the time a heartbeat is created and the time the cluster coordinator receives it. However, it should be safe to assume that the revision won't be greater than that of the cluster coordinator. There is a tiny window in which it could be, as the sending node may update its revision, create the heartbeat, send it, and cluster coordinator process it before updating its own revision. However, this window is incredibly small and would only result in the sending node reconnecting, which will resolve itself. Also, when testing this fix, encountered NIFI-7866 and addressed that NullPointerException.
|
2021-02-05 15:18:44 -05:00 |
nifi-framework-components
|
NIFI-8190 Protect against property that references missing controller service
|
2021-02-01 15:47:52 -05:00 |
nifi-framework-core
|
NIFI-8204, NIFI-7866: Send revision update count in heartbeats. If update count in heartbeat is greater than that of cluster coordinator, request that node reconnect to get most up-to-date revisions. Cannot check exact equality, as the values may change between the time a heartbeat is created and the time the cluster coordinator receives it. However, it should be safe to assume that the revision won't be greater than that of the cluster coordinator. There is a tiny window in which it could be, as the sending node may update its revision, create the heartbeat, send it, and cluster coordinator process it before updating its own revision. However, this window is incredibly small and would only result in the sending node reconnecting, which will resolve itself. Also, when testing this fix, encountered NIFI-7866 and addressed that NullPointerException.
|
2021-02-05 15:18:44 -05:00 |
nifi-framework-core-api
|
NIFI-8204, NIFI-7866: Send revision update count in heartbeats. If update count in heartbeat is greater than that of cluster coordinator, request that node reconnect to get most up-to-date revisions. Cannot check exact equality, as the values may change between the time a heartbeat is created and the time the cluster coordinator receives it. However, it should be safe to assume that the revision won't be greater than that of the cluster coordinator. There is a tiny window in which it could be, as the sending node may update its revision, create the heartbeat, send it, and cluster coordinator process it before updating its own revision. However, this window is incredibly small and would only result in the sending node reconnecting, which will resolve itself. Also, when testing this fix, encountered NIFI-7866 and addressed that NullPointerException.
|
2021-02-05 15:18:44 -05:00 |
nifi-framework-nar-loading-utils
|
NIFI-7923 Catch Throwable instead of Exception in NarAutoLoaderTask so that thread won't die (#4623)
|
2020-10-27 12:33:08 -04:00 |
nifi-framework-nar-utils
|
NIFI-7897: Refactoring to create a new nifi-framework-components module.
|
2020-11-24 11:37:45 -05:00 |
nifi-headless-server
|
NIFI-8204, NIFI-7866: Send revision update count in heartbeats. If update count in heartbeat is greater than that of cluster coordinator, request that node reconnect to get most up-to-date revisions. Cannot check exact equality, as the values may change between the time a heartbeat is created and the time the cluster coordinator receives it. However, it should be safe to assume that the revision won't be greater than that of the cluster coordinator. There is a tiny window in which it could be, as the sending node may update its revision, create the heartbeat, send it, and cluster coordinator process it before updating its own revision. However, this window is incredibly small and would only result in the sending node reconnecting, which will resolve itself. Also, when testing this fix, encountered NIFI-7866 and addressed that NullPointerException.
|
2021-02-05 15:18:44 -05:00 |
nifi-mock-authorizer
|
NIFI-7888 Added support for authenticating via SAML
|
2020-11-18 12:44:02 -05:00 |
nifi-nar-utils
|
NIFI-8095: Created StatelessNiFi Sink Connector and Source Connector. Minor updates to stateless nifi api to accommodate.
|
2021-01-21 10:56:28 -05:00 |
nifi-properties-loader
|
NIFI-7692 updating for next dev release 1.13.0
|
2020-08-18 14:48:02 -07:00 |
nifi-repository-models
|
NIFI-7897: Refactoring to create a new nifi-framework-components module.
|
2020-11-24 11:37:45 -05:00 |
nifi-resources
|
NIFI-8215 --wait-for-init in nifi.sh refactored for POSIX sh
|
2021-02-09 11:10:15 -08:00 |
nifi-runtime
|
NIFI-8123: Added support for --wait-for-init when NiFi started with the 'start' command
|
2021-02-03 09:40:09 -05:00 |
nifi-shell-authorizer
|
NIFI-7888 Added support for authenticating via SAML
|
2020-11-18 12:44:02 -05:00 |
nifi-site-to-site
|
NIFI-8096 Deprecated ClientAuth references in SSLContextService
|
2021-01-06 16:24:26 -05:00 |
nifi-standard-prioritizers
|
NIFI-7692 updating for next dev release 1.13.0
|
2020-08-18 14:48:02 -07:00 |
nifi-user-actions
|
NIFI-7692 updating for next dev release 1.13.0
|
2020-08-18 14:48:02 -07:00 |
nifi-web
|
NIFI-8218 This closes #4816. Use proxy headers when available when getting request values while processing SAML responses
|
2021-02-10 13:34:57 -07:00 |
pom.xml
|
NIFI-7897: Refactoring to create a new nifi-framework-components module.
|
2020-11-24 11:37:45 -05:00 |