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 fb088b843c117a375d2b213ef98ed3c297694c23 Merge: 68300f3 6452ca0 Author: Pepijn Noltes <[email protected]> AuthorDate: Fri Jun 4 17:17:42 2021 +0200 Merge pull request #347 from apache/feature/add_intent_to_cxx_rsa Feature/add intent to cxx rsa bundles/cxx_remote_services/admin/CMakeLists.txt | 2 +- .../admin/gtest/src/RemoteServiceAdminTestSuite.cc | 98 +++++++-- .../admin/src/RemoteServiceAdmin.cc | 238 ++++++++++++--------- .../admin/{include => src}/RemoteServiceAdmin.h | 38 ++-- .../admin/src/RemoteServiceAdminActivator.cc | 63 ++++++ .../gtest/src/RsaConfiguredDiscoveryTestSuite.cc | 2 +- .../integration/src/CalculatorProvider.cc | 3 +- .../src/TestExportImportRemoteServiceFactory.cc | 66 ++++-- .../include/celix/rsa/EndpointDescription.h | 52 +++-- .../include/celix/rsa/IExportRegistration.h | 31 +++ .../include/celix/rsa/IExportServiceFactory.h | 44 ++-- .../include/celix/rsa/IImportRegistration.h | 31 +++ .../include/celix/rsa/IImportServiceFactory.h | 40 ++-- .../rsa_spi/include/celix/rsa/RemoteConstants.h | 2 +- .../logging/log_helper/include/celix/LogHelper.h | 14 +- 15 files changed, 507 insertions(+), 217 deletions(-)
