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 2028c5929c22602052830360aeb3c49a01115693
Merge: eeed2c69 70d22bf7
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun Oct 29 11:31:56 2023 +0100

    Merge pull request #677 from apache/feature/509-remove-service-lang-support
    
    Feature/509 remove service lang support

 CHANGES.md                                         |  1 +
 .../publisher/private/src/ps_pub_activator.c       |  1 -
 .../private/src/ps_websocket_activator.c           |  1 -
 .../pubsub/pubsub_admin_tcp/src/psa_activator.c    |  1 -
 .../src/pubsub_tcp_topic_receiver.c                |  1 -
 .../src/pubsub_websocket_topic_receiver.c          |  1 -
 .../pubsub/pubsub_admin_zmq/src/psa_activator.c    |  1 -
 .../src/pubsub_zmq_topic_receiver.c                |  1 -
 .../pubsub_spi/src/pubsub_interceptors_handler.c   |  1 -
 .../pubsub_topology_manager/src/pstm_activator.c   |  2 -
 bundles/pubsub/pubsub_utils/src/pubsub_matching.c  |  1 -
 .../gtest/src/rsa_client_server_tests.cc           |  2 -
 .../gtest/src/rsa_tests.cc                         |  3 --
 .../gtest/src/tst_activator.c                      |  2 -
 .../src/export_registration_dfi.c                  |  1 -
 .../rsa_shm/src/rsa_shm_export_registration.c      |  1 -
 .../rsa_common/src/remote_interceptors_handler.c   |  1 -
 bundles/shell/shell/src/c_shell_activator.c        |  1 -
 .../gtest/src/DependencyManagerTestSuite.cc        |  5 --
 libs/framework/include/celix/UseServiceBuilder.h   |  1 -
 .../framework/include/celix/dm/ServiceDependency.h | 16 -------
 .../include/celix/dm/ServiceDependency_Impl.h      | 15 ------
 libs/framework/include/celix_bundle_context.h      | 34 +------------
 libs/framework/include/celix_constants.h           |  8 ----
 .../include/celix_dm_service_dependency.h          |  6 ---
 .../include_deprecated/dm_service_dependency.h     |  6 ---
 .../include_deprecated/service_registry.h          |  2 -
 libs/framework/src/dm_component_impl.c             |  1 -
 libs/framework/src/dm_service_dependency.c         | 55 ++++++++--------------
 libs/framework/src/dm_service_dependency_impl.h    | 31 ++++++------
 30 files changed, 38 insertions(+), 165 deletions(-)

Reply via email to