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/12 17:33:13 UTC

[celix] branch feature/pubsub_custom_serializers updated (ebf6f74 -> 0c849e6)

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 ebf6f74  Small improvements and update documentation
     add 0c849e6  Updates based on PR comments

No new revisions were added by this update.

Summary of changes:
 bundles/pubsub/doc/pubsub_serialization.adoc       |   2 +
 .../PubSubAvrobinSerializationProviderTestSuite.cc |   2 +-
 .../pubsub/pubsub_serializer_json/CMakeLists.txt   |   2 +-
 .../src/pubsub_avrobin_serialization_provider.c    | 116 ----
 .../src/pubsub_json_serialization_provider.c       | 614 +--------------------
 .../src/pubsub_json_serialization_provider.h       |   3 +
 bundles/pubsub/pubsub_utils/src/pubsub_utils.c     |   2 +-
 libs/framework/src/framework.c                     |  10 +-
 libs/framework/src/framework_private.h             |   2 +-
 9 files changed, 36 insertions(+), 717 deletions(-)
 delete mode 100644 bundles/pubsub/pubsub_serializer_json/src/pubsub_avrobin_serialization_provider.c