This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a change to branch minifi-api-property
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    omit 9f01d2ec4 Deprecate parsing gibberish units as bytes (we now fail fast 
so affected properties will cause config parsing to fail)
    omit 74851701d clang-tidy fixes in ExpectedTest.cpp
    omit 5a36747d0 update PROCESSORS.md
    omit c1817bead inline ProcessorConfigUtils functions
    omit 4afd7e3af add explanatory comments for EL supported dynamic properties
    omit 4716942ac revert StandardControllerServiceNode::enable
    omit c3f7a9f9c remove ProcessSessionReadCallback.h from minifi-api
    omit 14339b128 find and replace StandardPropertyTypes -> 
StandardPropertyValidators
    omit 49105305d add CHECKS to GenerateFlowFileTests.cpp
    omit 6028a1975 move comment in Properties.cpp
    omit 446da68da skip ProvenanceReportingTask setUrl if hostStr.empty() 
parseProcessorNode: maxConcurrentTasks removed value_or
    omit c7c7a6bf3 Fail on invalid property sequence and tests
    omit e8af0c0f9 replaced ConfigurableComponent::getPropertyReference with 
getSupportedProperty (copies)
    omit 2f00b1803 explicitly set EL support for dynamic properties
    omit cc53f3e92 clang-tidy fix
    omit 054c9e462 added parseDuration tests
    omit 1c2dceb64 simplify 
RootProcessGroupWrapper::loadShutdownTimeoutFromConfiguration
    omit 0cabd4508 make PersistentMapStateStorage::AlwaysPersist and 
AutoPersistanceInterval required property
    omit b98f63da1 add Overflow check for parseDataSizeMinMax
    omit 8d5ced92f make RemoteProcessorGroupPort::idleTimeout, 
AppendHostInfo::HostAttribute, AppendHostInfo::IPAttribute, 
ListenHTTP::BasePath, RocksDbStateStorage::AlwaysPersist and 
RocksDbStateStorage::AutoPersistanceInterval
    omit 5cd7063f9 linter fix
    omit 76007adaa PropertyType.h removed, moved validators into 
PropertyValidator.h
    omit 4df97ce16 remove useless comments from Property.h
    omit 696958682 remove UpdateAttribute::onSchedule
    omit 397cf0aa0 CHECKS instead of REQUIRE in FlowJsonTests.cpp
    omit 2155d35ed LogAttributeTests.cpp add setProperty CHECKs
    omit 520875cf7 JsonSchema.cpp remove std::cout
    omit 5ff6aca6c Properties comment formatting
    omit fca64f30d use getEquivalentNifiStandardValidatorName instead of string 
literal
    omit 1ac26e078 simplify data_size_string_to_int in DiskSpaceWatchdog.cpp
    omit 82054cb69 PropertyValidationTests.cpp
    omit 3a2099c98 simplify OptionalTest.cpp
    omit e215b5391 removed PropertyTests.cpp
    omit 73ab755df throw on 0 max_batch_size (GetTCP)
    omit cee00d388 fix ConsumeMQTTTests.cpp and PublishMQTTTests.cpp and 
OptionalTest.cpp
    omit d024e0610 revert FetchGCSObject.cpp setGeneration
    omit 5214ceefb build fixes
    omit f875d0787 Update libminifi/test/unit/OptionalTest.cpp
    omit 28d25f892 Update extensions/kafka/PublishKafka.cpp
    omit 364663516 Update extensions/kafka/ConsumeKafka.h
    omit 9b36fa3c2 rebase fixes
    omit cfacd92b0 orThrow, orTerminate formatter
    omit 267ac2dce linter fix
    omit af72292a3 orThrow and orTerminate
    omit 5cc90f1c1 PropertyType.h refactors
    omit cad360883 make exceptions in MultipartUploadStateStorage.cpp more 
readable
    omit a1d8247d1 EndpointOverrideURL should have a NON_BLANK_VALIDATOR
    omit b08ea19f3 renamed from parse[Optional]MsProperty to 
parse[Optional]DurationProperty
    omit d65654bad simplify parseOptionalProperty
    omit 10f9b36d1 
ListingStateManager::getLatestListedKeyTimestampInMilliseconds shouldnt throw
    omit e57f22d22 remove unused NotAFlowFile from ProcessContext.h
    omit f82537002 use string_view in 
ParsingUtils.cpp::getUnitMultipler::unit_map
    omit 9e87de19e add missing namespace comment in ParsingUtils.cpp
    omit db7ccd3ba getUnitMultiplier KIB, MIB, GIB, TIB, PIB
    omit 725ad867d MINIFICPP-2519 Property refactor based on minifi-api
     add 1206f3f33 MINIFICPP-2528 disable jom in CI
     add 6c3a01c76 MINIFICPP-2533 Fix librdkafka compilation on Windows
     add ac0407f2a MINIFICPP-2519 Property refactor based on minifi-api
     add 9819f2b2f getUnitMultiplier KIB, MIB, GIB, TIB, PIB
     add 708553e7b add missing namespace comment in ParsingUtils.cpp
     add 288631d1b use string_view in 
ParsingUtils.cpp::getUnitMultipler::unit_map
     add dccda279e remove unused NotAFlowFile from ProcessContext.h
     add 0dbd0b682 
ListingStateManager::getLatestListedKeyTimestampInMilliseconds shouldnt throw
     add aba8c6b39 simplify parseOptionalProperty
     add de13c9199 renamed from parse[Optional]MsProperty to 
parse[Optional]DurationProperty
     add 44e4094d9 EndpointOverrideURL should have a NON_BLANK_VALIDATOR
     add 6b92e9186 make exceptions in MultipartUploadStateStorage.cpp more 
readable
     add 46c581413 PropertyType.h refactors
     add 6b1d6210d orThrow and orTerminate
     add 225a86bf0 linter fix
     add ae2b9c9e3 orThrow, orTerminate formatter
     add 32f463480 rebase fixes
     add 063205a08 Update extensions/kafka/ConsumeKafka.h
     add f0877f185 Update extensions/kafka/PublishKafka.cpp
     add b24243371 Update libminifi/test/unit/OptionalTest.cpp
     add 95553d417 build fixes
     add 8ecd5ad4b revert FetchGCSObject.cpp setGeneration
     add 5300ded46 fix ConsumeMQTTTests.cpp and PublishMQTTTests.cpp and 
OptionalTest.cpp
     add 6ccd693e1 throw on 0 max_batch_size (GetTCP)
     add f32065d8e removed PropertyTests.cpp
     add 8825e7dff simplify OptionalTest.cpp
     add 15937c9b8 PropertyValidationTests.cpp
     add 9b0353912 simplify data_size_string_to_int in DiskSpaceWatchdog.cpp
     add 025fbc8fd use getEquivalentNifiStandardValidatorName instead of string 
literal
     add 98e1d4311 Properties comment formatting
     add 183a066a5 JsonSchema.cpp remove std::cout
     add 93d1c9607 LogAttributeTests.cpp add setProperty CHECKs
     add ee22dfae5 CHECKS instead of REQUIRE in FlowJsonTests.cpp
     add 1ffc4ec00 remove UpdateAttribute::onSchedule
     add 9e93dac1a remove useless comments from Property.h
     add 7efd27abb PropertyType.h removed, moved validators into 
PropertyValidator.h
     add 4277e7cf0 linter fix
     add 65a716102 make RemoteProcessorGroupPort::idleTimeout, 
AppendHostInfo::HostAttribute, AppendHostInfo::IPAttribute, 
ListenHTTP::BasePath, RocksDbStateStorage::AlwaysPersist and 
RocksDbStateStorage::AutoPersistanceInterval
     add b665819f8 add Overflow check for parseDataSizeMinMax
     add 5b5971888 make PersistentMapStateStorage::AlwaysPersist and 
AutoPersistanceInterval required property
     add 7ecfaa44b simplify 
RootProcessGroupWrapper::loadShutdownTimeoutFromConfiguration
     add d78e4dc44 added parseDuration tests
     add e864c7db7 clang-tidy fix
     add 327e08883 explicitly set EL support for dynamic properties
     add 141946b75 replaced ConfigurableComponent::getPropertyReference with 
getSupportedProperty (copies)
     add 5c7c93919 Fail on invalid property sequence and tests
     add 7d9a687e3 skip ProvenanceReportingTask setUrl if hostStr.empty() 
parseProcessorNode: maxConcurrentTasks removed value_or
     add d61be4f27 move comment in Properties.cpp
     add 6affb8c9f add CHECKS to GenerateFlowFileTests.cpp
     add 53065c7dc find and replace StandardPropertyTypes -> 
StandardPropertyValidators
     add fbfcdb9b9 remove ProcessSessionReadCallback.h from minifi-api
     add 7e19b7cf7 revert StandardControllerServiceNode::enable
     add c782fa234 add explanatory comments for EL supported dynamic properties
     add 56ee1f003 inline ProcessorConfigUtils functions
     add ba00f81cb update PROCESSORS.md
     add 8cad34776 clang-tidy fixes in ExpectedTest.cpp
     add 4e6644f12 Deprecate parsing gibberish units as bytes (we now fail fast 
so affected properties will cause config parsing to fail)

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   (9f01d2ec4)
            \
             N -- N -- N   refs/heads/minifi-api-property (4e6644f12)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                         |  8 --------
 cmake/Fetchlibrdkafka.cmake                      |  7 +++++--
 thirdparty/librdkafka/0002-undef-X509_NAME.patch | 11 +++++++++++
 3 files changed, 16 insertions(+), 10 deletions(-)
 create mode 100644 thirdparty/librdkafka/0002-undef-X509_NAME.patch

Reply via email to