This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-2.2.5.9-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-2.2.5.9-1-tag was deleted! ***
was 642587d8b8 HOTFIX-5408 NIFI-10431: Improved log messages and Exception
messages to indicate which components they pertain to. Also added a toString()
for StandardLabel to make it more clear which Label is being referenced
This change permanently discards the following revisions:
discard 642587d8b8 HOTFIX-5408 NIFI-10431: Improved log messages and Exception
messages to indicate which components they pertain to. Also added a toString()
for StandardLabel to make it more clear which Label is being referenced
discard 0d26773c22 HOTFIX-5408: NIFI-10001: Fixed bugs that caused some
components to not have their scheduled state updated. (#6049)
discard eb94e2d358 HOTFIX-5408: NIFI-10001: When enabling a collection of
Controller Services, change… (#6042)
discard 4d9feb7d6c HOTFIX-5408: NIFI-9940: Renamed
StandardProcessGroupSynchronizer to StandardVersionedComponentSynchronizer.
Added synching for processors, input/output ports, connections, etc. Added unit
tests.
discard aaeea1449b HOTFIX-5408: NIFI-9853: Refactored
StandardProcessGroupSynchronizer to make use of… (#5919)
discard 1fdc7a905d HOTFIX-5408 NIFI-10246: When syncing Controller Services,
wait until any DISABLING Controller Service has fully disabled before
attempting to synchronize them. Also performed some minor refactoring/cleanup
for System Tests in order to make writing a system test for this simpler
discard 43879d1baa HOTFIX-5319 HOTFIX-5300 ENGESC-16477 Custom fix for this
release
discard d460f698b0 HOTFIX-5174 NIFI-10114 This closes #6122. Removed Single
Refresh from ShellUserGroupProvider
discard 8eb8ae6fff NIFI-9978: - Updating the condition under which we show the
Download Flow menu items.
discard 88ce9be7a6 NIFI-9776 Adding the possibility to export flow definition
with referenced services (#5859)
discard 20dc559303 Fix cherry pick error
discard b6775bdf89 NIFI-9901 Removed provided scope from nifi-xml-processing
registry-ranger
discard 0bf67211ca NIFI-9943 Added Transform Provider to nifi-xml-processing
discard 7e5214232c NIFI-9901 Added nifi-xml-processing to nifi-commons
discard 406e6bf5aa Merge pull request #39 from hortonworks/CFM-2.2.5.0-notice
discard e9a479216c PGM-908: update nifi notice file
discard 8cbee3e44e CFM-2686 NIFI-9852 Upgraded Spring Framework from 5.3.16 to
5.3.18
discard 3e5c102286 Revert "NIFI-9591 This closes #5674. Removed
nifi-kite-bundle"
discard 833d0962d1 Revert "NIFI-8521 Removed nifi-influxdb-nar package from
nifi-assembly"
discard 91f79c1a33 NIFI-9839: Fixed bug in which Process Group would return
true for isEmpty even if it has a Controller Service
discard 6424e346c6 NIFI-9834: When calling ByteArrayContentRepository.read()
on a null Content Claim, return an empty ByteArrayInputStream instead of
throwing NullPointerException
discard f683689ae6 NIFI-9835: Fixed threading bug in which
NioAsyncLoadBalanceClient calls LoadBalanceSession.isComplete() followed by
LoadBalanceSession.isCanceled() but it's possible for the complete flag to
change before the canceled flag (they are not updated atomically). So changed
to use a single LoadBalanceSessionState enum that represents the state. Also
made the private StandardProcessSession.commit(boolean) method synchronized.
When a processor is terminated (as is the case in [...]
discard 3d38a88bdc NIFI-9827: Upgrading AWS Java SDK to 1.12.182 to pick up
new AWS Regions
discard 78ce7b3aad Revert "CFM-2345: Exclude gson library which cause
bootstrap issues"
discard 5825fc0d31 Revert "CFM-2345: exclude old gson library version from an
another transitive dependency"
discard 4699117846 NIFI-9836: fix database selection during nifi registry
startup
discard bbbd4d1310 CFM-2657: exclude banned dependencies
discard 8daf9870a8 Revert "NIFI-9407 Upgraded Ozone from 1.0.0 to 1.2.1"
discard af76862643 CFM-2657: fix rebase/conflict errors
discard 88f1e223c4 Revert "NIFI-9248 Use hive-exec:core instead of the
"regular" hive-exec dependency"
discard 9bb8f96b36 CFM-2657: remove kudu.apache.version This code come from
this story: https://jira.cloudera.com/browse/CFM-1734 However later this
property is no longer used, so there is no reason to use this custom downstream
change anymore We should not apply it after next rebase
discard aab25c5a7d CFM-2492: Exclude log4j-core from additional places, what
7.2.15 libs causes
discard 8f187decd4 CFM-2493: increase hwx.registry.version
discard 251e78cc05 CFM-2345: exclude old gson library version from an another
transitive dependency
discard 4b15901a54 CFM-2345: Exclude gson library which cause bootstrap issues
discard 4517fbe01f FIX Remove duplicate scl-over-log4j dependencies in pom.xmls
discard 8314737bd2 CDPD-33031 Fix build issues
discard 71e5f12883 CFM-2332: Extend NifiAtlasHook with new mandantory method
discard 2bed7d4509 CFM-2332: Exclude org.json:json transitive dependency from
schema-registry-client It seems this dependency gloabally disabled in nifi,
however with latest version of schema-registry-client this transitive
dependency appeared, which cause build error.
discard 15abeac94b CFM-2332: Fix build issues and rebase issues
discard 230c1ed5ea CFM-2332 Some reason from private repo the net.minidev not
resolved, unless it is specified
discard 36e66229ee CFM-2257: fix conflict errors
discard f6aade54de CFM-2257: Fix build issue
discard 4ef1101282 [CLOUDERA-BUILD] Bump hwx.registry.version to
0.10.0.7.2.12.0-235 and update SchemaRegistryClient class
discard f0f69c8a3d Fix schemaregistry build error
discard 478f26d146 [INTERNAL] Fix test issues
discard 7fdc9b6fea [INTERNAL] Fix due to Hiva API changes
discard c2f77c203c CFM-1734 Re-add kudu.apache.version for test dependencies
discard 5dfc922080 CFM-489: - Updating branding to utilize new logo.
discard 1708a96ea3 CFM-1734 Re-adding excluded NARs from the Apache version
discard 03eae98a7e BUG-117603: - Applying branding.