This website requires JavaScript.
Explore
Help
Sign In
Apache
/
nifi
Watch
1
Star
0
Fork
0
You've already forked nifi
mirror of
https://github.com/apache/nifi.git
synced
2025-03-09 02:50:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nifi
/
nifi-nar-bundles
/
nifi-framework-bundle
/
nifi-framework
History
Mark Payne
d4a2afc25c
NIFI-7241: When updating Process Group to match VersionedProcessGroup, remove any connections before recursing into child groups. This ensures that if a Port exists in child group A and is connected to a port in child group B, if the VersionedProcessGroup indicates to remove the port, that connection will be removed before attempting to remove the port. Updating and adding connections must still be done last, after all components have been added. But missing connections can be removed earlier.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This
closes
#4136
.
2020-03-12 10:25:04 +01:00
..
nifi-administration
…
nifi-authorizer
…
nifi-client-dto
…
nifi-documentation
…
nifi-file-authorizer
…
nifi-flowfile-repo-serialization
…
nifi-framework-authorization
…
nifi-framework-cluster
…
nifi-framework-cluster-protocol
…
nifi-framework-core
NIFI-7241: When updating Process Group to match VersionedProcessGroup, remove any connections before recursing into child groups. This ensures that if a Port exists in child group A and is connected to a port in child group B, if the VersionedProcessGroup indicates to remove the port, that connection will be removed before attempting to remove the port. Updating and adding connections must still be done last, after all components have been added. But missing connections can be removed earlier.
2020-03-12 10:25:04 +01:00
nifi-framework-core-api
NIFI-7242: When a Parameter is changed, any property referencing that parameter should have its #onPropertyModified method called. Also renamed Accumulo tests to integration tests because they start embedded servers and connect to them, which caused failures in my environment. Also fixed a bug in TestLengthDelimitedJournal because it was resulting in failures when building locally as well.
2020-03-11 21:00:43 +01:00
nifi-framework-nar-loading-utils
…
nifi-framework-nar-utils
…
nifi-mock-authorizer
…
nifi-nar-utils
…
nifi-properties-loader
…
nifi-repository-models
…
nifi-resources
…
nifi-runtime
…
nifi-security
…
nifi-shell-authorizer
…
nifi-site-to-site
NIFI-7200: Revert "NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is available"
2020-03-10 14:32:43 -04:00
nifi-standard-prioritizers
…
nifi-stateless
NIFI-7200: Revert "NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is available"
2020-03-10 14:32:43 -04:00
nifi-user-actions
…
nifi-web
NIFI-7200: Revert "NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is available"
2020-03-10 14:32:43 -04:00
pom.xml
…