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

pengzheng pushed a change to branch feature/dfi-cleanup
in repository https://gitbox.apache.org/repos/asf/celix.git


    from 53c5da76 Remove tail recursion in dynType_alloc and add more parsing 
tests.
     add acedb914 Remove support for embedded bundles
     add 42243577 Remove embedded bundle usage from cmake warn test
     add ab7b7aff Merge pull request #707 from 
apache/feature/509-remove-embedded-bundles-support
     add 0e790759 Merge branch 'master' into feature/dfi-cleanup
     add 9a5602fb [CID 335557]Fix use-after-free in http_admin
     add 8f5a4e64 Merge pull request #713 from apache/hotfix/coverity-fix
     add 32be748a Merge branch 'master' into feature/dfi-cleanup
     add 8af7bff2 Remove cpputest config, cpputest usage and linked list
     add 6a4d2a98 Remove cpputest from build config
     add 577551e9 Remove cpputests for array and linked list
     add daa0060a Remove deprecated array_list and its usage
     add 5d97401e Refactor hash_map cpputests to gtests
     add d1f7d10a Refactor ip utils and ip utils tests
     add bcfb6b25 Merge branch 'master' into feature/509-remove-cpputests
     add 8d113a3f Remove cpputest from build config
     add 01b3af14 Improve error handling of IP utils
     add 61c641ab Replace array_list with celix_array_list in rsa shm v2
     add a851bf9f Replace array_list with celix_array_list in conan exmpl test
     add f2317ed1 Separate celix err ei test to prevent unintentionally init of 
tss
     add 4bb89900 Fix memleak in celix_utils_findIpInSubnet when calling 
getifaddrs
     add 1f8dea82 Fix invalid snprintf
     add 1a67dabc Replace EXPECT_EQ for pointer compare
     add 4de66c35 Merge branch 'master' into feature/509-remove-cpputests
     add b4b26a3f Remove ip utils
     add 7a9bae95 Remove unused linked_list source files
     add cd8bfd54 Refactor endpointDiscoveryPoller_poll for indent and error 
handling
     add 36d8c40c Remove unneeded export macros in hash_map_private.h
     add beacc18e Remove properties.h and its usage
     add 11d93379 Update CHANGES.md for properties.h removal
     add fc764395 Merge pull request #712 from 
apache/feature/509-remove-deprecated-properties-header
     add 2e2805b2 Merge branch 'master' into feature/509-remove-cpputests
     add 72592753 Merge pull request #711 from 
apache/feature/509-remove-cpputests
     add 9758b649 Merge branch 'master' into feature/dfi-cleanup
     add 2070f583 [CID 339894]Remove dead code.
     add 41aad66a Merge pull request #716 from apache/hotfix/coverity
     add 90dd0c07 Merge branch 'master' into feature/dfi-cleanup
     add 78b7d2d8 Refactor dynType_sequence_alloc and dynType_sequence_reserve.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/coverage.yml                     |   2 +-
 .github/workflows/coverity-scan.yml                |   1 -
 .github/workflows/macos.yml                        |   4 +-
 .github/workflows/ubuntu.yml                       |   3 +-
 CHANGES.md                                         |   5 +
 bundles/http_admin/http_admin/src/http_admin.c     |  17 +-
 .../http_admin/http_admin/src/websocket_admin.c    |   7 +-
 .../include/endpoint_descriptor_reader.h           |   4 +-
 .../include/endpoint_descriptor_writer.h           |   4 +-
 .../include/endpoint_discovery_poller.h            |   3 +-
 .../src/endpoint_descriptor_reader.c               |  33 +-
 .../src/endpoint_descriptor_writer.c               |   6 +-
 .../src/endpoint_discovery_poller.c                | 251 ++++---
 .../src/endpoint_discovery_server.c                |  23 +-
 .../gtest/src/rsa_tests.cc                         |   8 +-
 .../src/remote_service_admin_dfi.c                 |  34 +-
 .../src/remote_service_admin_dfi.h                 |   6 +-
 .../rsa_shm/src/rsa_shm_impl.c                     |   8 +-
 .../rsa_shm/src/rsa_shm_impl.h                     |   5 +-
 .../rsa_common/src/import_registration_impl.c      |   5 +-
 .../rsa_common/src/import_registration_impl.h      |   2 +-
 .../rsa_common/src/remote_interceptors_handler.c   |  31 +-
 .../rsa_common/src/remote_service_admin_impl.h     |   6 +-
 .../rsa_spi/include/endpoint_description.h         |   4 +-
 .../rsa_spi/include/endpoint_listener.h            |   3 -
 .../rsa_spi/include/remote_service_admin.h         |   6 +-
 .../remote_services/topology_manager/src/scope.c   |  60 +-
 .../remote_services/topology_manager/src/scope.h   |   2 +-
 .../topology_manager/src/topology_manager.c        |  12 +-
 .../topology_manager/src/topology_manager.h        |   4 +-
 .../tms_tst/disc_mock/disc_mock_activator.c        |  10 +-
 .../tms_tst/disc_mock/disc_mock_service.c          |   4 +-
 .../tms_tst/disc_mock/disc_mock_service.h          |   4 +-
 .../topology_manager/tms_tst/tms_tests.cpp         |  30 +-
 bundles/shell/remote_shell/src/remote_shell.c      |  55 +-
 bundles/shell/remote_shell/src/remote_shell.h      |   2 +-
 bundles/shell/shell_tui/gtest/CMakeLists.txt       |   1 +
 .../shell/shell_tui/gtest/src/ShellTuiTestSuite.cc |  36 +-
 bundles/shell/shell_tui/src/activator.c            |   2 +-
 bundles/shell/shell_tui/src/history.c              | 111 +--
 bundles/shell/shell_tui/src/history.h              |  26 +-
 bundles/shell/shell_tui/src/shell_tui.c            |  41 +-
 bundles/shell/shell_tui/src/shell_tui.h            |   6 +-
 cmake/Modules/FindCppUTest.cmake                   |  69 --
 cmake/celix_project/WarningTests.cmake             |  16 -
 cmake/cmake_celix/ContainerPackaging.cmake         | 129 +---
 cmake/cmake_celix/Generic.cmake                    | 143 ----
 cmake/cmake_celix/templates/embed_bundle_apple.s   |  27 -
 cmake/cmake_celix/templates/embed_bundle_linux.s   |  30 -
 conanfile.py                                       |   3 -
 documents/cmake_commands/README.md                 | 128 ----
 examples/celix-examples/CMakeLists.txt             |   1 -
 examples/celix-examples/dm_example/CMakeLists.txt  |   2 +-
 .../celix-examples/dm_example_cxx/CMakeLists.txt   |   2 +-
 examples/celix-examples/embedding/CMakeLists.txt   |  23 -
 examples/celix-examples/embedding/src/launcher.c   |  23 -
 examples/celix-examples/embedding/src/main.c       |  39 -
 examples/celix-examples/embedding/src/main.cc      |  34 -
 examples/conan_test_package/my_rsa_activator.c     |   6 +-
 libs/dfi/gtest/src/dyn_type_ei_tests.cc            |  52 ++
 libs/dfi/gtest/src/dyn_type_tests.cpp              |  79 +-
 libs/dfi/src/dyn_type.c                            |  57 +-
 libs/framework/gtest/CMakeLists.txt                |   5 -
 .../src/CelixBundleContextServicesTestSuite.cc     |  22 +-
 .../CelixFrameworkUtilsErrorInjectionTestSuite.cc  |  29 -
 .../gtest/src/CelixFrameworkUtilsTestSuite.cc      |  37 -
 libs/framework/gtest/src/CelixLauncherTestSuite.cc |  13 -
 libs/framework/include/celix/FrameworkUtils.h      |  43 --
 libs/framework/include/celix_api.h                 |  10 +-
 libs/framework/include/celix_framework_utils.h     |  32 -
 libs/framework/include_deprecated/bundle.h         |   2 -
 libs/framework/include_deprecated/bundle_context.h |   2 -
 .../framework/include_deprecated/bundle_revision.h |   2 +-
 libs/framework/include_deprecated/dm_component.h   |   4 +-
 .../include_deprecated/dm_dependency_manager.h     |   1 -
 libs/framework/include_deprecated/framework.h      |   2 +-
 libs/framework/include_deprecated/manifest.h       |   3 +-
 libs/framework/include_deprecated/module.h         |  10 -
 .../include_deprecated/service_reference.h         |   1 -
 .../include_deprecated/service_registration.h      |   1 -
 .../include_deprecated/service_registry.h          |   4 +-
 .../framework/include_deprecated/service_tracker.h |   1 -
 libs/framework/src/bundle.c                        |  66 +-
 libs/framework/src/bundle_archive.c                |   1 -
 libs/framework/src/bundle_context.c                |  20 +-
 libs/framework/src/bundle_context_private.h        |   2 +-
 libs/framework/src/bundle_private.h                |   2 +-
 libs/framework/src/celix_framework_utils.c         | 123 ----
 libs/framework/src/celix_launcher.c                | 106 ++-
 libs/framework/src/dm_component_impl.c             |  14 +-
 libs/framework/src/dm_dependency_manager_impl.c    |   9 +-
 libs/framework/src/framework.c                     | 118 ++-
 libs/framework/src/framework_private.h             |  20 +-
 libs/framework/src/manifest.c                      |   6 +-
 libs/framework/src/manifest_parser.h               |   1 -
 libs/framework/src/module.c                        |  22 +-
 libs/framework/src/registry_callback_private.h     |   2 +-
 libs/framework/src/service_reference.c             |   6 +-
 libs/framework/src/service_registration.c          |  10 +-
 libs/framework/src/service_registration_private.h  |   6 +-
 libs/framework/src/service_registry.c              | 263 ++++---
 libs/framework/src/service_tracker.c               |  30 +-
 libs/framework/src/service_tracker_private.h       |  18 +-
 libs/utils/CMakeLists.txt                          |  40 --
 libs/utils/benchmark/src/StringHashmapBenchmark.cc |   2 +-
 libs/utils/gtest/CMakeLists.txt                    |  16 +-
 .../src/DeprecatedHashmapTestSuite.cc}             | 789 ++++++++++----------
 .../gtest/src/IpUtilsErrorInjectionTestSuite.cc    |  47 --
 libs/utils/gtest/src/PropertiesTestSuite.cc        |  28 -
 libs/utils/include_deprecated/array_list.h         |  97 ---
 libs/utils/include_deprecated/celix_utils_api.h    |   7 +-
 libs/utils/include_deprecated/filter.h             |   1 -
 libs/utils/include_deprecated/ip_utils.h           |  52 --
 libs/utils/include_deprecated/linked_list.h        |  92 ---
 .../include_deprecated/linked_list_iterator.h      |  66 --
 libs/utils/include_deprecated/properties.h         |  75 --
 libs/utils/private/test/array_list_test.cpp        | 584 ---------------
 libs/utils/private/test/ip_utils_test.cpp          | 108 ---
 libs/utils/private/test/linked_list_test.cpp       | 796 ---------------------
 libs/utils/src/array_list.c                        | 337 +--------
 libs/utils/src/array_list_private.h                |  14 -
 libs/utils/src/hash_map.c                          |   1 -
 libs/utils/src/hash_map_private.h                  |   7 +
 libs/utils/src/ip_utils.c                          | 170 -----
 libs/utils/src/linked_list.c                       | 269 -------
 libs/utils/src/linked_list_iterator.c              | 154 ----
 libs/utils/src/linked_list_private.h               |  44 --
 libs/utils/src/properties.c                        |  53 +-
 128 files changed, 1397 insertions(+), 5271 deletions(-)
 delete mode 100644 cmake/Modules/FindCppUTest.cmake
 delete mode 100644 cmake/cmake_celix/templates/embed_bundle_apple.s
 delete mode 100644 cmake/cmake_celix/templates/embed_bundle_linux.s
 delete mode 100644 examples/celix-examples/embedding/CMakeLists.txt
 delete mode 100644 examples/celix-examples/embedding/src/launcher.c
 delete mode 100644 examples/celix-examples/embedding/src/main.c
 delete mode 100644 examples/celix-examples/embedding/src/main.cc
 rename libs/utils/{private/test/hash_map_test.cpp => 
gtest/src/DeprecatedHashmapTestSuite.cc} (61%)
 delete mode 100644 libs/utils/gtest/src/IpUtilsErrorInjectionTestSuite.cc
 delete mode 100644 libs/utils/include_deprecated/array_list.h
 delete mode 100644 libs/utils/include_deprecated/ip_utils.h
 delete mode 100644 libs/utils/include_deprecated/linked_list.h
 delete mode 100644 libs/utils/include_deprecated/linked_list_iterator.h
 delete mode 100644 libs/utils/include_deprecated/properties.h
 delete mode 100644 libs/utils/private/test/array_list_test.cpp
 delete mode 100644 libs/utils/private/test/ip_utils_test.cpp
 delete mode 100644 libs/utils/private/test/linked_list_test.cpp
 delete mode 100644 libs/utils/src/ip_utils.c
 delete mode 100644 libs/utils/src/linked_list.c
 delete mode 100644 libs/utils/src/linked_list_iterator.c
 delete mode 100644 libs/utils/src/linked_list_private.h

Reply via email to