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

pnoltes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit f8e95a542ce18f4b0a925f41791aae02d8915808
Merge: a902c4bd f6d88141
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun Oct 8 17:15:32 2023 +0200

    Merge pull request #666 from apache/feature/509-remove-install-of-v2-headers
    
    Feature/509 remove install of v2 headers

 .github/workflows/ubuntu.yml                       |   1 -
 CHANGES.md                                         |   4 +
 CMakeLists.txt                                     |   5 +-
 bundles/logging/CMakeLists.txt                     |   6 -
 bundles/logging/log_helper/CMakeLists.txt          |  15 +-
 bundles/logging/log_helper/include_v1/log_helper.h |  42 --
 bundles/logging/log_helper/src/log_helper.c        | 262 --------
 bundles/logging/log_service_api/CMakeLists.txt     |   8 -
 .../logging/log_service_api/include_v2/log_entry.h |  49 --
 .../log_service_api/include_v2/log_listener.h      |  35 --
 .../include_v2/log_reader_service.h                |  43 --
 .../log_service_api/include_v2/log_service.h       |  51 --
 bundles/logging/log_service_v2/CMakeLists.txt      |  54 --
 .../src/deprecated_log_writer_stdout_activator.c   |  37 --
 bundles/logging/log_service_v2/src/log.c           | 340 ----------
 bundles/logging/log_service_v2/src/log.h           |  48 --
 bundles/logging/log_service_v2/src/log_entry.c     |  94 ---
 bundles/logging/log_service_v2/src/log_factory.c   | 100 ---
 bundles/logging/log_service_v2/src/log_factory.h   |  41 --
 .../log_service_v2/src/log_reader_service_impl.c   |  81 ---
 .../log_service_v2/src/log_reader_service_impl.h   |  43 --
 .../log_service_v2/src/log_service_activator.c     | 195 ------
 .../logging/log_service_v2/src/log_service_impl.c  |  97 ---
 .../logging/log_service_v2/src/log_service_impl.h  |  39 --
 .../log_writers/syslog_writer/gtest/CMakeLists.txt |   2 +-
 bundles/pubsub/CMakeLists.txt                      |   1 -
 bundles/pubsub/examples/CMakeLists.txt             |  80 +--
 bundles/pubsub/integration/CMakeLists.txt          |  53 --
 .../pubsub/pubsub_admin_tcp/src/pubsub_tcp_admin.c |   1 -
 .../src/pubsub_tcp_topic_receiver.c                |   1 -
 .../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c |   1 -
 bundles/pubsub/pubsub_admin_udp_mc/CMakeLists.txt  |  44 --
 bundles/pubsub/pubsub_admin_udp_mc/README.md       |  83 ---
 bundles/pubsub/pubsub_admin_udp_mc/src/large_udp.c | 366 -----------
 bundles/pubsub/pubsub_admin_udp_mc/src/large_udp.h |  46 --
 .../pubsub/pubsub_admin_udp_mc/src/psa_activator.c | 111 ----
 .../src/pubsub_psa_udpmc_constants.h               |  76 ---
 .../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c   | 700 ---------------------
 .../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.h   |  51 --
 .../pubsub_admin_udp_mc/src/pubsub_udpmc_common.c  |  36 --
 .../pubsub_admin_udp_mc/src/pubsub_udpmc_common.h  |  37 --
 .../src/pubsub_udpmc_topic_receiver.c              | 635 -------------------
 .../src/pubsub_udpmc_topic_receiver.h              |  49 --
 .../src/pubsub_udpmc_topic_sender.c                | 368 -----------
 .../src/pubsub_udpmc_topic_sender.h                |  53 --
 .../pubsub_admin_websocket/src/psa_activator.c     |   1 -
 .../src/pubsub_websocket_admin.c                   |   1 -
 .../src/pubsub_websocket_topic_receiver.c          |   1 -
 .../src/pubsub_websocket_topic_sender.c            |   1 -
 .../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c |   1 -
 .../src/pubsub_zmq_topic_receiver.c                |   1 -
 .../pubsub_admin_zmq/src/pubsub_zmq_topic_sender.c |   1 -
 .../pubsub_serializer_avrobin/CMakeLists.txt       |   1 -
 .../src/ps_avrobin_serializer_activator.c          |  24 +-
 .../src/pubsub_avrobin_serializer_impl.c           | 535 ----------------
 .../src/pubsub_avrobin_serializer_impl.h           |  40 --
 .../pubsub/pubsub_serializer_json/CMakeLists.txt   |   1 -
 .../src/ps_json_serializer_activator.c             |  23 +-
 .../src/pubsub_serializer_impl.c                   | 531 ----------------
 .../src/pubsub_serializer_impl.h                   |  42 --
 .../pubsub/pubsub_spi/include/pubsub_endpoint.h    | 116 ----
 .../pubsub/pubsub_spi/include/pubsub_serializer.h  |  71 ---
 .../pubsub/pubsub_spi/src/pubsub_endpoint_match.c  | 297 +--------
 bundles/shell/CMakeLists.txt                       |   1 -
 bundles/shell/shell/CMakeLists.txt                 |   9 -
 bundles/shell/shell/deprecated_api/command.h       |  53 --
 bundles/shell/shell/deprecated_api/shell.h         |  31 -
 .../shell/shell/deprecated_api/shell_constants.h   |  28 -
 bundles/shell/shell/gtest/CMakeLists.txt           |   3 -
 bundles/shell/shell/gtest/src/ShellTestSuite.cc    |  20 -
 bundles/shell/shell/src/c_shell.c                  |  56 --
 bundles/shell/shell/src/c_shell_activator.c        |  16 -
 bundles/shell/shell_bonjour/CMakeLists.txt         |  54 --
 .../shell_bonjour/private/include/bonjour_shell.h  |  43 --
 .../shell/shell_bonjour/private/src/activator.c    | 110 ----
 .../shell_bonjour/private/src/bonjour_shell.c      | 445 -------------
 conanfile.py                                       |  25 +-
 examples/conan_test_package/CMakeLists.txt         |  18 -
 examples/conan_test_package/conanfile.py           |   7 -
 examples/conan_test_package/my_psa_activator.c     |  31 -
 examples/conan_test_package_v2/conanfile.py        |   7 -
 libs/framework/CMakeLists.txt                      |   6 +-
 libs/utils/CMakeLists.txt                          |   5 +-
 83 files changed, 27 insertions(+), 7113 deletions(-)

Reply via email to