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 2019/01/22 19:54:18 UTC

[celix] branch develop updated: CELIX-454: Small changes to sync Celix PubSub with INAETICS Java PubSub

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

pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/develop by this push:
     new 77dd024  CELIX-454: Small changes to sync Celix PubSub with  INAETICS Java PubSub
77dd024 is described below

commit 77dd0245a31765ddb167503d7dec0ebbcfd6da01
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Tue Jan 22 20:53:43 2019 +0100

    CELIX-454: Small changes to sync Celix PubSub with  INAETICS Java PubSub
---
 bundles/pubsub/pubsub_spi/include/pubsub_constants.h | 2 +-
 bundles/pubsub/pubsub_spi/include/pubsub_endpoint.h  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bundles/pubsub/pubsub_spi/include/pubsub_constants.h b/bundles/pubsub/pubsub_spi/include/pubsub_constants.h
index ca75248..62cdc5e 100644
--- a/bundles/pubsub/pubsub_spi/include/pubsub_constants.h
+++ b/bundles/pubsub/pubsub_spi/include/pubsub_constants.h
@@ -21,7 +21,7 @@
 #define PUBSUB_CONSTANTS_H_
 
 #define PUBSUB_ADMIN_TYPE_KEY	   "pubsub.config"
-#define PUBSUB_SERIALIZER_TYPE_KEY "pubsub.serializer.type"
+#define PUBSUB_SERIALIZER_TYPE_KEY "pubsub.serializer"
 
 /**
  * Endpoints with the system visibility should be discoverable through the complete system
diff --git a/bundles/pubsub/pubsub_spi/include/pubsub_endpoint.h b/bundles/pubsub/pubsub_spi/include/pubsub_endpoint.h
index ffbf151..0d4332d 100644
--- a/bundles/pubsub/pubsub_spi/include/pubsub_endpoint.h
+++ b/bundles/pubsub/pubsub_spi/include/pubsub_endpoint.h
@@ -43,8 +43,8 @@ extern "C" {
 #define PUBSUB_ENDPOINT_SERIALIZER       PUBSUB_SERIALIZER_TYPE_KEY
 
 
-#define PUBSUB_PUBLISHER_ENDPOINT_TYPE      "pubsub.publisher"
-#define PUBSUB_SUBSCRIBER_ENDPOINT_TYPE     "pubsub.subscriber"
+#define PUBSUB_PUBLISHER_ENDPOINT_TYPE      "publisher"
+#define PUBSUB_SUBSCRIBER_ENDPOINT_TYPE     "subscriber"
 #define PUBSUB_ENDPOINT_VISIBILITY_DEFAULT  PUBSUB_ENDPOINT_SYSTEM_VISIBILITY