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

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


    from 32ef774  Fixes usage of framework_t to celix_framework_t
     add bc3320c  Fix serializing/deserializing json for pubsub
     add 2e5b6e2  Fix for sigabort on the resize of an hashmap
     add ad6d438  Merge pull request #288 from Noek1993/master
     add 90a8025  Explicit dependency linking allows users to hardcode 
dependencies when required, rather than using host dependencies
     add 4ebde14  Add service ranking to wire protocols and make endpoint 
matching print errors if match is mandatory but cannot be made
     add 1513106  Merge branch 'master' into feature/async_svc_registration

No new revisions were added by this update.

Summary of changes:
 .../pubsub/pubsub_admin_tcp/src/pubsub_tcp_admin.c |  2 +-
 .../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c   |  2 +-
 .../src/pubsub_websocket_admin.c                   |  2 +-
 .../src/pubsub_websocket_topic_sender.c            |  2 +-
 .../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c |  2 +-
 .../src/ps_wire_protocol_activator.c               |  1 +
 .../src/ps_wire_v2_protocol_activator.c            |  1 +
 .../PubSubJsonSerializationProviderTestSuite.cc    |  2 +-
 .../src/pubsub_json_serialization_provider.c       |  4 +-
 .../src/pubsub_serializer_impl.c                   |  4 +-
 .../pubsub/pubsub_spi/include/pubsub_endpoint.h    |  2 +
 .../pubsub/pubsub_spi/src/pubsub_endpoint_match.c  |  9 +++++
 cmake/CelixConfig.cmake                            |  8 ++++
 libs/dfi/gtest/src/json_serializer_tests.cpp       | 44 +++++++++++-----------
 libs/dfi/include/json_serializer.h                 |  2 +-
 libs/dfi/src/json_serializer.c                     |  4 +-
 16 files changed, 56 insertions(+), 35 deletions(-)

Reply via email to