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 20f794bd1dece8c986119553bc97205bee09cca8 Merge: dc08b88 506cb88 Author: Pepijn Noltes <[email protected]> AuthorDate: Thu Oct 1 18:29:17 2020 +0200 Merge pull request #282 from apache/hotfix/rsa_deadlock Hotfix/rsa deadlock .../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(-)
