This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch minifi_rust_impr
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit e6ef5a198 manifest update
omit b6bb1086c rebase NUMBER_VALIDATOR
omit aeb52f00f win fix
omit 18547e8e0 property rework
omit 9aba852c8 MINIFICPP-2869 Improve rust api property validation and
property getters
add 2f7ce29bc MINIFICPP-2862 Add StandardValidator::NUMBER_VALIDATOR
(#2232)
add ac48ad190 MINIFICPP-2869 Improve rust api property validation and
property getters
add cd1f52788 property rework
add 11962ac64 win fix
add 00bd3f375 rebase NUMBER_VALIDATOR
add ff08c36c7 manifest update
add de1851816 fix
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 (e6ef5a198)
\
N -- N -- N refs/heads/minifi_rust_impr (de1851816)
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:
.../ubuntu_22_04_clang_arm_manifest.json | 2 +-
core-framework/common/include/utils/ParsingUtils.h | 21 +++++-
core-framework/common/src/utils/ParsingUtils.cpp | 8 ---
.../include/api/utils/ProcessorConfigUtils.h | 2 +-
.../cpp-extension-lib/src/utils/minifi-c-utils.cpp | 3 +
.../include/utils/ProcessorConfigUtils.h | 14 +++-
.../llamacpp/processors/RunLlamaCppInference.h | 1 +
.../llamacpp/tests/RunLlamaCppInferenceTests.cpp | 4 --
extensions/python/ExecutePythonProcessor.cpp | 5 +-
.../python/pythonprocessors/nifiapi/properties.py | 6 ++
libminifi/src/minifi-api.cpp | 1 +
libminifi/test/unit/PropertyValidationTests.cpp | 12 ++++
.../include/minifi-cpp/core/PropertyValidator.h | 80 ++++++++++++----------
minifi-api/include/minifi-api.h | 1 +
.../minifi_native/src/c_ffi/c_ffi_property.rs | 2 +
15 files changed, 110 insertions(+), 52 deletions(-)