You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2020/12/09 16:33:20 UTC

[nifi-minifi-cpp] branch main updated (c1c8293 -> 08c0e42)

This is an automated email from the ASF dual-hosted git repository.

aboda pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from c1c8293  MINIFICPP-1344 - Correct rest endpoint for buckets on updateFromPayload and simplify its logic
     add 08c0e42  MINIFICPP-1416 - Upgrade rocksdb and build on VS2019

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                        |  37 +++--
 CMakeLists.txt                                  | 194 ++++++++++++------------
 cmake/BundledRocksDB.cmake                      |   9 +-
 extensions/rocksdb-repos/ProvenanceRepository.h |   4 +-
 thirdparty/rocksdb/channel-mutex-mutable.patch  |  31 ----
 thirdparty/rocksdb/rocksdb-BUILD.patch          | 107 -------------
 win_build_vs.bat                                |   6 +-
 7 files changed, 126 insertions(+), 262 deletions(-)
 delete mode 100644 thirdparty/rocksdb/channel-mutex-mutable.patch
 delete mode 100644 thirdparty/rocksdb/rocksdb-BUILD.patch