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

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


    omit 37a1f4f8b update README.md compiler support
    omit 7ed0a0567 add explanation for thirdparty/coachbase/c++23_fixes.patch
    omit 330963e9d MINIFICPP-2567 C++23 Support
     add 47f1c70d0 MINIFICPP-2572 Minor improvements to the python documentation
     add c5fb05277 MINIFICPP-2575 Update cpplint to version 2.0.2 and use a 
single linter CI job
     add 14b32d423 MINIFICPP-2555 Use git diff to get the list of changed files
     add aaf268b80 MINIFICPP-2588 Improve flaky docker tests
     new 9253ac2c6 MINIFICPP-2567 C++23 Support
     new ce8c76de3 add explanation for thirdparty/coachbase/c++23_fixes.patch
     new cacb29e47 update README.md compiler support

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   (37a1f4f8b)
            \
             N -- N -- N   refs/heads/MINIFICPP-2567 (cacb29e47)

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.

The 3 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                           |   105 +-
 CPPLINT.cfg                                        |     2 +-
 .../cluster/containers/KafkaBrokerContainer.py     |     6 +
 .../integration/features/consume_kafka.feature     |     3 +-
 .../features/core_functionality.feature            |     2 +-
 docker/test/integration/features/couchbase.feature |    12 +-
 .../test/integration/features/grafana_loki.feature |    14 +-
 docker/test/integration/features/http.feature      |    14 +-
 docker/test/integration/features/kinesis.feature   |     1 +
 docker/test/integration/features/llamacpp.feature  |     2 +-
 .../test/integration/features/replace_text.feature |     2 +-
 docker/test/integration/features/s3.feature        |    12 +-
 docker/test/integration/features/sql.feature       |    10 +-
 extensions/python/PYTHON.md                        |    35 +-
 extensions/sql/CMakeLists.txt                      |     1 +
 extensions/sql/data/DatabaseConnectors.h           |     4 +-
 extensions/sql/data/JSONSQLWriter.cpp              |     4 +-
 extensions/sql/data/JSONSQLWriter.h                |     6 +-
 extensions/sql/data/MaxCollector.h                 |    20 +-
 extensions/sql/data/SQLRowSubscriber.h             |     4 +-
 extensions/sql/data/SQLRowsetProcessor.h           |    27 +-
 extensions/sql/data/SQLWriter.h                    |    16 +-
 extensions/sql/data/SociConnectors.cpp             |     8 +-
 extensions/sql/data/SociConnectors.h               |    14 +-
 extensions/sql/processors/ExecuteSQL.cpp           |     2 +-
 extensions/sql/processors/FlowFileSource.h         |     4 +-
 extensions/sql/processors/QueryDatabaseTable.h     |     3 +-
 extensions/sql/services/DatabaseService.cpp        |     6 +-
 .../minifi-cpp/core/ConfigurableComponent.h        |     4 +-
 .../include/minifi-cpp/core/ContentRepository.h    |     3 +-
 .../include/minifi-cpp/core/ProcessContext.h       |     4 +-
 minifi-api/include/minifi-cpp/core/Property.h      |     2 +-
 .../include/minifi-cpp/core/PropertyDefinition.h   |     5 +-
 .../include/minifi-cpp/core/PropertyValidator.h    |   132 +-
 .../include/minifi-cpp/core/state/FlowIdentifier.h |     2 +-
 .../include/minifi-cpp/provenance/Provenance.h     |     2 +-
 .../include/minifi-cpp/utils/PropertyExceptions.h  |     4 +-
 minifi_main/Fips.cpp                               |    13 +-
 minifi_main/Fips.h                                 |     2 +-
 minifi_main/MainHelper.h                           |     9 +-
 minifi_main/MiNiFiMain.cpp                         |     4 +-
 minifi_main/MiNiFiWindowsService.cpp               |     6 +-
 thirdparty/google-styleguide/cpplint.py            | 13035 ++++++++++---------
 utils/include/Exception.h                          |     2 +-
 utils/include/core/ConfigurableComponentImpl.h     |    33 +-
 utils/include/core/expect.h                        |     6 +-
 utils/include/core/logging/Logger.h                |     2 +-
 utils/include/core/state/nodes/ResponseNode.h      |     2 +-
 utils/include/io/CRCStream.h                       |    17 +-
 utils/include/io/InputStream.h                     |     2 +-
 utils/include/io/ZlibStream.h                      |     2 +-
 utils/include/utils/BackTrace.h                    |     6 +-
 utils/include/utils/CallBackTimer.h                |    19 +-
 utils/include/utils/Deleters.h                     |    16 +-
 utils/include/utils/FailurePolicy.h                |    17 +-
 utils/include/utils/PropertyErrors.h               |     2 +-
 utils/include/utils/StringUtils.h                  |    11 +-
 utils/src/core/ConfigurableComponentImpl.cpp       |     4 +-
 utils/src/core/ContentSession.cpp                  |     3 +-
 utils/src/http/HTTPClient.cpp                      |    10 +-
 utils/src/io/FileStream.cpp                        |     6 +-
 utils/src/io/StreamSlice.cpp                       |     2 +
 utils/src/io/ZlibStream.cpp                        |     4 +-
 utils/src/utils/OsUtils.cpp                        |     4 +-
 64 files changed, 7282 insertions(+), 6454 deletions(-)

Reply via email to