You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/09/20 16:05:43 UTC

[cxf-dosgi] branch master updated: Make sure we do not export the IntentsProvider interface

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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-dosgi.git


The following commit(s) were added to refs/heads/master by this push:
     new ea16df0  Make sure we do not export the IntentsProvider interface
ea16df0 is described below

commit ea16df099b7802ebe8cf23465dc97c101c8008ee
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Wed Sep 20 18:05:24 2017 +0200

    Make sure we do not export the IntentsProvider interface
---
 .../java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/rest/impl/src/main/java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java b/samples/rest/impl/src/main/java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java
index ac4b8dc..1ee6f4c 100644
--- a/samples/rest/impl/src/main/java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java
+++ b/samples/rest/impl/src/main/java/org/apache/cxf/dosgi/samples/rest/impl/TaskResourceImpl.java
@@ -36,7 +36,7 @@ import org.osgi.service.component.annotations.Component;
     name = "TaskResource", //
     property = //
     { //
-      "service.exported.interfaces=*", //
+      "service.exported.interfaces=org.apache.cxf.dosgi.samples.rest.TaskResource", //
       "service.exported.configs=org.apache.cxf.rs", //
       "org.apache.cxf.rs.address=/tasks" //
     } //

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].