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

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


    from dc08b88  Merge pull request #284 from unitink72/patch-1
     add 333b874  Adds test for dynamically creating and destroying a component 
providing a remote service which deadlocks
     add 5bf1426  Adds a stop service export thread for rsa to prevent deadlocks
     add 921ed6e  sets use of stop export service thread to true
     add 506cb88  Adds test case for create a remote service in a remote 
service call and fixes the deadlock issue for that test case.
     new 20f794b  Merge pull request #282 from apache/hotfix/rsa_deadlock

The 1 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:
 .../remote_example_api/include/remote_example.h    |   2 +
 .../org.apache.celix.RemoteExample.descriptor      |   1 +
 .../src/remote_example_activator.c                 |   3 +-
 .../src/remote_example_impl.c                      |  49 ++++++-
 .../src/remote_example_impl.h                      |   4 +-
 .../gtest/src/rsa_client_server_tests.cc           |  20 +++
 .../gtest/src/tst_activator.c                      |  33 +++++
 .../gtest/src/tst_service.h                        |   2 +
 .../src/export_registration_dfi.c                  |  51 +++++--
 .../src/export_registration_dfi.h                  |   6 +-
 .../src/remote_service_admin_dfi.c                 | 148 ++++++++++++++++-----
 libs/framework/src/service_registry.c              |  10 +-
 12 files changed, 278 insertions(+), 51 deletions(-)

Reply via email to