Ferenc Gerlits

Results 10 issues of Ferenc Gerlits

https://issues.apache.org/jira/browse/MINIFICPP-1900 I have tested it with Python only, I'll take a look at Lua scripting later in a separate pull request. --- Thank you for submitting a contribution to Apache...

Added a new `--re-encrypt` option to the `flow-config` action of the `encrypt-config` binary, which can decrypt the sensitive properties using the `.old` key and re-encrypt them with a new key...

https://issues.apache.org/jira/browse/MINIFICPP-2319 --- Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline the review of the contribution we ask you to ensure the following...

I have removed some `shared_ptr` usage, but more can be done later. The main problem is that the `ControllerServiceNodeMap` container is shared between the `FlowConfiguration`, the `ProcessGroup` and the `ProcessContext`....

`MemoryUsageTest` has started failing on MacOS CI (AppleClang 15.0.0.15000040) because a vector containing 30,000,000 zero chars occupies less than 30,000,000 bytes in memory. Filling the vector with random numbers seems...

Fix maybe-uninitialized warnings in JoltUtils.cpp and Expression.cpp. In the latter, these were caused by an uninitialized variable in the date library (inlined here), which is fixed in the latest, unreleased,...

# Summary [NIFI-13824](https://issues.apache.org/jira/browse/NIFI-13824) If a Python processor defines dependencies both inline and in a requirements.txt file, then we need to install the two groups of dependencies in a single `pip...

On Windows, if `librdkafka` is compiled from source inside another project (eg. using FetchContent) with OpenSSL enabled, and the parent project sets `WIN32_LEAN_AND_MEAN`, then `rdkafka_ssl.c` fails to compile. This is...

Upgrade m2crypto to the latest version, to make the tests work with Python 3.13. Plus, some minor improvements to the help string of the test runner scripts. https://issues.apache.org/jira/browse/MINIFICPP-2697 --- Thank...

depends-on-another-PR

https://issues.apache.org/jira/browse/MINIFICPP-2342 Currently, MiNiFi modifies the installed config files (minifi.properties and config.yml) while it runs. This confuses the Windows installer, so changes to these config files get lost when MiNiFi is...