You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/05/11 11:06:51 UTC

[celix] branch feature/pubsub_custom_serializers updated (39eb7af -> 973893e)

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

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


    from 39eb7af  Adds some initial documentation for the pubsub message serialization.
     add 973893e  Fixes some issues in event handling in the celix framework to prevent deadlocks

No new revisions were added by this update.

Summary of changes:
 bundles/pubsub/doc/pubsub_serialization.adoc       | 169 +++++++++++++++------
 .../src/pubsub_avrobin_serialization_provider.c    |   2 +-
 .../src/pubsub_avrobin_serialization_provider.c    |   2 +-
 .../src/PubSubSerializationProviderTestSuite.cc    |   6 +-
 .../include/pubsub_serialization_provider.h        |  21 ++-
 .../src/pubsub_serialization_provider.c            |   3 +
 libs/framework/src/framework.c                     | 142 ++++++++++-------
 7 files changed, 227 insertions(+), 118 deletions(-)