You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/09/16 21:13:37 UTC

[celix] 01/01: Merge pull request #51 from apache/feature/handle_hooks_in_registry

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

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

commit a2a3a6c0714bd11bad7db8427c8346516f5b12eb
Merge: ec12aaa 6fe7eec
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Mon Sep 16 23:13:32 2019 +0200

    Merge pull request #51 from apache/feature/handle_hooks_in_registry
    
    Feature/handle hooks in registry

 .../src/pubsub_serializer_impl.c                   |  30 +++--
 bundles/pubsub/test/CMakeLists.txt                 |  16 +--
 .../{test_runner.cc => receive_count_service.h}    |  23 ++--
 bundles/pubsub/test/test/test_runner.cc            |  50 +++++--
 .../test/{tst_activator.cc => tst_activator.c}     |  79 ++++-------
 ...point_activator.cc => tst_endpoint_activator.c} |  80 +++++------
 libs/framework/include/listener_hook_service.h     |  31 +++--
 libs/framework/include/service_registry.h          |   4 +-
 .../framework/private/mock/service_registry_mock.c |  14 +-
 .../private/test/service_registry_test.cpp         |  32 ++---
 libs/framework/src/bundle.c                        |   3 -
 libs/framework/src/bundle_context.c                |   6 +-
 libs/framework/src/bundle_context_private.h        |   7 -
 libs/framework/src/bundle_revision.c               |   2 -
 libs/framework/src/dm_event.c                      |   1 -
 libs/framework/src/framework.c                     |  89 ++-----------
 libs/framework/src/service_registry.c              | 148 +++++++++++++++------
 libs/framework/src/service_registry_private.h      |  12 +-
 18 files changed, 317 insertions(+), 310 deletions(-)