[jira] [Commented] (KARAF-6295) Avoid confusion between rest collector and rest-servlet collector

2019-05-25 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/KARAF-6295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848342#comment-16848342
 ] 

ASF subversion and git services commented on KARAF-6295:


Commit f17f0d08714f8b92b4dbfa650be9d079b98373cc in karaf-decanter's branch 
refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=f17f0d0 ]

Merge pull request #88 from fpapon/KARAF-6295

[KARAF-6295] Avoid confusion between rest collector and rest-servlet …

> Avoid confusion between rest collector and rest-servlet collector
> -
>
> Key: KARAF-6295
> URL: https://issues.apache.org/jira/browse/KARAF-6295
> Project: Karaf
>  Issue Type: Task
>  Components: decanter
>Reporter: Francois Papon
>Assignee: Francois Papon
>Priority: Minor
> Fix For: decanter-2.3.0
>
>
> The *collector-rest* and the *collector-rest-servlet* define the same package 
> and the same class:
> {code:java}
> org.apache.karaf.decanter.collector.rest
> {code}
> {code:java}
> public class RestCollector
> {code}
> This is a problem when debugging to match the right source code.
> We should update the *collector-rest-servlet* to have:
> {code:java}
> org.apache.karaf.decanter.collector.rest.servlet
> {code}
> {code:java}
> public class RestServletCollector
> {code}
> We also could change the event topic from 
> {code:java}
> decanter/collect/rest
> {code}
> to 
> {code:java}
> decanter/collect/rest-servlet
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-6295) Avoid confusion between rest collector and rest-servlet collector

2019-05-25 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/KARAF-6295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848343#comment-16848343
 ] 

ASF subversion and git services commented on KARAF-6295:


Commit f17f0d08714f8b92b4dbfa650be9d079b98373cc in karaf-decanter's branch 
refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=f17f0d0 ]

Merge pull request #88 from fpapon/KARAF-6295

[KARAF-6295] Avoid confusion between rest collector and rest-servlet …

> Avoid confusion between rest collector and rest-servlet collector
> -
>
> Key: KARAF-6295
> URL: https://issues.apache.org/jira/browse/KARAF-6295
> Project: Karaf
>  Issue Type: Task
>  Components: decanter
>Reporter: Francois Papon
>Assignee: Francois Papon
>Priority: Minor
> Fix For: decanter-2.3.0
>
>
> The *collector-rest* and the *collector-rest-servlet* define the same package 
> and the same class:
> {code:java}
> org.apache.karaf.decanter.collector.rest
> {code}
> {code:java}
> public class RestCollector
> {code}
> This is a problem when debugging to match the right source code.
> We should update the *collector-rest-servlet* to have:
> {code:java}
> org.apache.karaf.decanter.collector.rest.servlet
> {code}
> {code:java}
> public class RestServletCollector
> {code}
> We also could change the event topic from 
> {code:java}
> decanter/collect/rest
> {code}
> to 
> {code:java}
> decanter/collect/rest-servlet
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-6295) Avoid confusion between rest collector and rest-servlet collector

2019-05-25 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/KARAF-6295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848341#comment-16848341
 ] 

ASF subversion and git services commented on KARAF-6295:


Commit 697a23654e87de0c585f9f82f8df5f85bdb9e87e in karaf-decanter's branch 
refs/heads/master from Francois Papon
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=697a236 ]

[KARAF-6295] Avoid confusion between rest collector and rest-servlet collector


> Avoid confusion between rest collector and rest-servlet collector
> -
>
> Key: KARAF-6295
> URL: https://issues.apache.org/jira/browse/KARAF-6295
> Project: Karaf
>  Issue Type: Task
>  Components: decanter
>Reporter: Francois Papon
>Assignee: Francois Papon
>Priority: Minor
> Fix For: decanter-2.3.0
>
>
> The *collector-rest* and the *collector-rest-servlet* define the same package 
> and the same class:
> {code:java}
> org.apache.karaf.decanter.collector.rest
> {code}
> {code:java}
> public class RestCollector
> {code}
> This is a problem when debugging to match the right source code.
> We should update the *collector-rest-servlet* to have:
> {code:java}
> org.apache.karaf.decanter.collector.rest.servlet
> {code}
> {code:java}
> public class RestServletCollector
> {code}
> We also could change the event topic from 
> {code:java}
> decanter/collect/rest
> {code}
> to 
> {code:java}
> decanter/collect/rest-servlet
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-6295) Avoid confusion between rest collector and rest-servlet collector

2019-05-25 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/KARAF-6295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848340#comment-16848340
 ] 

ASF GitHub Bot commented on KARAF-6295:
---

jbonofre commented on pull request #88: [KARAF-6295] Avoid confusion between 
rest collector and rest-servlet …
URL: https://github.com/apache/karaf-decanter/pull/88
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Avoid confusion between rest collector and rest-servlet collector
> -
>
> Key: KARAF-6295
> URL: https://issues.apache.org/jira/browse/KARAF-6295
> Project: Karaf
>  Issue Type: Task
>  Components: decanter
>Reporter: Francois Papon
>Assignee: Francois Papon
>Priority: Minor
> Fix For: decanter-2.3.0
>
>
> The *collector-rest* and the *collector-rest-servlet* define the same package 
> and the same class:
> {code:java}
> org.apache.karaf.decanter.collector.rest
> {code}
> {code:java}
> public class RestCollector
> {code}
> This is a problem when debugging to match the right source code.
> We should update the *collector-rest-servlet* to have:
> {code:java}
> org.apache.karaf.decanter.collector.rest.servlet
> {code}
> {code:java}
> public class RestServletCollector
> {code}
> We also could change the event topic from 
> {code:java}
> decanter/collect/rest
> {code}
> to 
> {code:java}
> decanter/collect/rest-servlet
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-6295) Avoid confusion between rest collector and rest-servlet collector

2019-05-25 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/KARAF-6295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848218#comment-16848218
 ] 

ASF GitHub Bot commented on KARAF-6295:
---

fpapon commented on pull request #88: [KARAF-6295] Avoid confusion between rest 
collector and rest-servlet …
URL: https://github.com/apache/karaf-decanter/pull/88
 
 
   …collector
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Avoid confusion between rest collector and rest-servlet collector
> -
>
> Key: KARAF-6295
> URL: https://issues.apache.org/jira/browse/KARAF-6295
> Project: Karaf
>  Issue Type: Task
>  Components: decanter
>Reporter: Francois Papon
>Assignee: Francois Papon
>Priority: Minor
> Fix For: decanter-2.3.0
>
>
> The *collector-rest* and the *collector-rest-servlet* define the same package 
> and the same class:
> {code:java}
> org.apache.karaf.decanter.collector.rest
> {code}
> {code:java}
> public class RestCollector
> {code}
> This is a problem when debugging to match the right source code.
> We should update the *collector-rest-servlet* to have:
> {code:java}
> org.apache.karaf.decanter.collector.rest.servlet
> {code}
> {code:java}
> public class RestServletCollector
> {code}
> We also could change the event topic from 
> {code:java}
> decanter/collect/rest
> {code}
> to 
> {code:java}
> decanter/collect/rest-servlet
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-6295) Avoid confusion between rest collector and rest-servlet collector

2019-05-25 Thread Francois Papon (JIRA)
Francois Papon created KARAF-6295:
-

 Summary: Avoid confusion between rest collector and rest-servlet 
collector
 Key: KARAF-6295
 URL: https://issues.apache.org/jira/browse/KARAF-6295
 Project: Karaf
  Issue Type: Task
  Components: decanter
Reporter: Francois Papon
Assignee: Francois Papon
 Fix For: decanter-2.3.0


The *collector-rest* and the *collector-rest-servlet* define the same package 
and the same class:
{code:java}
org.apache.karaf.decanter.collector.rest
{code}
{code:java}
public class RestCollector
{code}

This is a problem when debugging to match the right source code.

We should update the *collector-rest-servlet* to have:
{code:java}
org.apache.karaf.decanter.collector.rest.servlet
{code}
{code:java}
public class RestServletCollector
{code}

We also could change the event topic from 
{code:java}
decanter/collect/rest
{code}
to 
{code:java}
decanter/collect/rest-servlet
{code}






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)