This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch minifi_rust_impr_2
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
discard dcc51105c MINIFICPP-2886 Improve rust api process errors
discard 48c934876 cargo fmt
discard de1851816 fix
discard ff08c36c7 manifest update
discard 00bd3f375 rebase NUMBER_VALIDATOR
discard 11962ac64 win fix
discard cd1f52788 property rework
discard ac48ad190 MINIFICPP-2869 Improve rust api property validation and
property getters
add acf6bc7e4 MINIFICPP-2879 Use FIPS when MINIFI_FIPS environment
variable is set (#2235)
add a1aaf191f MINIFICPP-2882 Fix missing catch2 target in Conan build
(#2236)
add b2d7921cd MINIFICPP-2880 Drop clang18 support (#2240)
add d89fea9eb MINIFICPP-2881 Set MINIFI_API_VERSION to 2 (#2244)
add 7862f00f3 MINIFICPP-2869 Improve rust api property validation and
property getters
add 04bef4b10 property rework
add 3ceb9f089 win fix
add 4f22e3bfe rebase NUMBER_VALIDATOR
add 614f750b3 manifest update
add 2af66cf93 fix
add 96eecad11 cargo fmt
add fdc8bf61b is_required: K::IS_REQUIRED
add f7fddb476 review change + small improvement in build.rs
add c7b0ed09b K -> P in Property context
add 595c1bd40 MINIFICPP-2886 Improve rust api process errors
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 (dcc51105c)
\
N -- N -- N refs/heads/minifi_rust_impr_2 (595c1bd40)
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/compiler-support.yml | 2 +-
README.md | 2 +-
.../containers/minifi_linux_container.py | 5 +++-
.../containers/minifi_win_container.py | 6 ++++-
cmake/GetCatch2.cmake | 3 +++
minifi-api/include/minifi-api.h | 2 +-
.../features/controller_apis.feature | 2 +-
minifi_rust/minifi_native/src/api/property.rs | 30 +++++++++++-----------
8 files changed, 31 insertions(+), 21 deletions(-)