This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 8bdbeacc Merge pull request #453 from
apache/feature/add_copy_nocopy_option_to_celix_container_bundles
add 7d04ba81 Improve error handling of setup topic senders/receivers in
pstm
add 9eb969ae Fix stringop-overread warning reported by gcc11
add 8468d829 Update import/export remote service component to use locking
instead of suspend strategy
add d7d6ef4a Fix wrong needsMatch assignment in pstm
add ee0a1a44 Remove unneeded printf
add 5660cb9d Remove unneeded delay for first message send in the PSAs
add 2b082d48 Improve C++ RSA test suite to retry test if pubsub is not yet
connected
add b757e039 Move C++ remote service test loop outside the use service
callback.
new b743919d Merge pull request #452 from
apache/feature/pstm_missing_receiver_fix
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:
.../src/RemoteServicesIntegrationTestSuite.cc | 151 +++++++++++++--------
.../integration/include/ICalculator.h | 11 +-
.../src/TestExportImportRemoteServiceFactory.cc | 8 +-
.../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 17 ---
.../src/pubsub_udpmc_topic_sender.c | 13 --
.../src/pubsub_websocket_topic_receiver.c | 2 +-
.../src/pubsub_websocket_topic_sender.c | 14 --
.../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c | 4 +-
.../pubsub_admin_zmq/src/pubsub_zmq_topic_sender.c | 15 --
.../src/pubsub_topology_manager.c | 14 +-
bundles/pubsub/pubsub_utils/src/pubsub_utils.c | 3 -
libs/dfi/src/dyn_avpr_function.c | 2 +-
libs/dfi/src/dyn_avpr_type.c | 16 +--
13 files changed, 131 insertions(+), 139 deletions(-)