This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from b6f6864ef MINIFICPP-1815 Fix transiently failing PersistenceTests
new 4851fd276 MINIFICPP-1834 Add VERSIONINFO resource file
new 9a3616ff1 MINIFICPP-1933 Fix Lua unit tests on Windows
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 4 +-
CMakeLists.txt | 8 +++-
Windows.md | 6 +++
controller/CMakeLists.txt | 10 ++++-
encrypt-config/CMakeLists.txt | 6 +++
extensions/script/lua/LuaScriptEngine.cpp | 4 +-
extensions/script/tests/CMakeLists.txt | 3 +-
.../TestExecuteScriptProcessorWithLuaScript.cpp | 15 +++-----
libminifi/CMakeLists.txt | 2 +-
minifi_main/CMakeLists.txt | 5 +++
versioninfo.rc.in | 44 ++++++++++++++++++++++
win_build_vs.bat | 2 +-
12 files changed, 91 insertions(+), 18 deletions(-)
create mode 100644 versioninfo.rc.in