This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch MINIFICPP-2584-minifi-api
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
discard d8dbab034 MINIFI_PATH_APPENDER_ROLLING_DIR -> MINIFI_PATH_LOG_DIR
discard 3ff49a865 make determineLocations more readable
discard 49031d983 clang tidy fixes 2
discard 491204618 clang tidy fixes
discard de95f536a review change
discard c4744d65c revert Configure.h
discard 1d0e18107 win fix
discard 7e69771d0 clang tidy fixes
discard cde8a9a13 win fix
discard a475b3fa0 Apply suggestions from code review
discard 786fa3aeb review changes
discard cecc29f7f review changes
discard 8874d9029 MINIFICPP-2584 Linux Filesystem Hierarchy Standard support
add d8dc39183 MINIFICPP-2615 Workaround for flaky ExpressionLanguageTest
on macOS
add 79277cb13 MINIFICPP-2616 Fix kafka image in docker tests
add d2b692785 MINIFICPP-2617 Update version number to 0.99.2
add e92801c8a MINIFICPP-2618 Fix build failure of zlib on MacOS runner
add 35f98753d MINIFICPP-2619 Fix deadlock of ThreadPool shutdown
add d8ab810be MINIFICPP-2584 Linux Filesystem Hierarchy Standard support
add e68a4e15a review changes
add 421a84e78 review changes
add 92a138308 Apply suggestions from code review
add 2d817b0e8 win fix
add c3e260bd4 clang tidy fixes
add 1946c1add win fix
add 08532c20c revert Configure.h
add 987b6951e review change
add 83a161aaa clang tidy fixes
add 198680bef clang tidy fixes 2
add 243fbab27 make determineLocations more readable
add a262b2778 MINIFI_PATH_APPENDER_ROLLING_DIR -> MINIFI_PATH_LOG_DIR
add caf1c43e9 review changes
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 (d8dbab034)
\
N -- N -- N refs/heads/MINIFICPP-2584-minifi-api (caf1c43e9)
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:
CMakeLists.txt | 2 +-
cmake/BundledOpenCV.cmake | 4 ++--
cmake/BundledZLIB.cmake | 12 ++----------
cmake/zlib/dummy/FindZLIB.cmake | 4 ----
conanfile.py | 2 +-
controller/MiNiFiController.cpp | 4 ++++
core-framework/include/Defaults.h | 1 +
core-framework/include/utils/Locations.h | 18 ++++++++++--------
core-framework/include/utils/ThreadPool.h | 1 -
core-framework/src/utils/ThreadPool.cpp | 6 ++++--
.../cluster/containers/KafkaBrokerContainer.py | 2 +-
.../tests/ExpressionLanguageTests.cpp | 10 ++++++++--
extensions/python/PythonCreator.h | 2 +-
libminifi/CMakeLists.txt | 2 +-
libminifi/src/core/extension/ExtensionManager.cpp | 2 +-
minifi_main/MainHelper.cpp | 4 ----
minifi_main/MiNiFiMain.cpp | 4 +++-
17 files changed, 40 insertions(+), 40 deletions(-)