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 ca74a95  Merge pull request #386 from apache/feature/list_all_bundles
     new 004b9da  fixed json rpc memory leak
     new fd46f4f  Get the invocation error of remote service function in client
     new ff29b51  fixed json rpc memory leak
     new 58043e6  resolve pull conflicts
     new a456c47  Modify error code comments format
     new 01290d4  record CELIX_START_USERERR deprecated
     new c0fb074  service proxy handle interceptor exception
     new 4908811  fix memory leak for interceptor callback return false
     new c790d00  fix pull conflicts
     new 7ee481e  resloved conflict
     new ab49295  remove redundant code
     new 64ebc78  change celix_errno.h according to code review
     new b8a8863  Convert jsonRpc Error to Celix default error
     new a7472d1  rename CELIX_FACILITY_NULL to CELIX_FACILITY_FRAMEWORK
     new 0a6e55b  Merge pull request #400 from xuzhenbao/rs_error_code_fix

The 2641 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_service_admin_dfi/gtest/CMakeLists.txt  |   2 +
 .../gtest/exception_test_service.descriptor        |   9 ++
 .../gtest/src/rsa_client_server_tests.cc           | 175 +++++++++++++++++++++
 .../gtest/src/tst_activator.c                      |   2 +-
 .../src/export_registration_dfi.c                  |   9 +-
 .../src/export_registration_dfi.h                  |   2 +-
 .../src/import_registration_dfi.c                  |  30 +++-
 .../src/import_registration_dfi.h                  |   2 +-
 .../src/remote_service_admin_dfi.c                 |  11 +-
 .../rsa_common/src/remote_interceptors_handler.c   |   3 +-
 libs/dfi/gtest/src/json_rpc_avpr_tests.cpp         |   8 +-
 libs/dfi/gtest/src/json_rpc_tests.cpp              |  88 ++++++++++-
 libs/dfi/include/json_rpc.h                        |   2 +-
 libs/dfi/src/json_rpc.c                            |  80 +++++-----
 libs/utils/include/celix_errno.h                   |  95 +++++++++--
 15 files changed, 446 insertions(+), 72 deletions(-)
 create mode 100644 
bundles/remote_services/remote_service_admin_dfi/gtest/exception_test_service.descriptor

Reply via email to