[jira] [Commented] (CAMEL-10389) Move string related function from ObjectHelper to StringHelper

2016-10-28 Thread Luca Burgazzoli (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614684#comment-15614684
 ] 

Luca Burgazzoli commented on CAMEL-10389:
-

[~aldettinger] no problem, the less work for me the better ;) 
Maybe add a comment on the issue or ping me on irc so I know I can take a break 
;)

> Move string related function from ObjectHelper to StringHelper
> --
>
> Key: CAMEL-10389
> URL: https://issues.apache.org/jira/browse/CAMEL-10389
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core
>Reporter: Luca Burgazzoli
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 2.19.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10389) Move string related function from ObjectHelper to StringHelper

2016-10-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614653#comment-15614653
 ] 

ASF GitHub Bot commented on CAMEL-10389:


Github user aldettinger closed the pull request at:

https://github.com/apache/camel/pull/1232


> Move string related function from ObjectHelper to StringHelper
> --
>
> Key: CAMEL-10389
> URL: https://issues.apache.org/jira/browse/CAMEL-10389
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core
>Reporter: Luca Burgazzoli
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 2.19.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10389) Move string related function from ObjectHelper to StringHelper

2016-10-28 Thread Alex Dettinger (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614649#comment-15614649
 ] 

Alex Dettinger commented on CAMEL-10389:


Ok, I think I got that for next time. The assignee field was empty because a 
contributor has no permission to assign a ticket to himself. Therefore, the 
first note indicates that a contributor is already working on it. Sorry [Luca 
Burgazolli|https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lb].

> Move string related function from ObjectHelper to StringHelper
> --
>
> Key: CAMEL-10389
> URL: https://issues.apache.org/jira/browse/CAMEL-10389
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core
>Reporter: Luca Burgazzoli
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 2.19.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10389) Move string related function from ObjectHelper to StringHelper

2016-10-28 Thread Andrea Cosentino (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15614562#comment-15614562
 ] 

Andrea Cosentino commented on CAMEL-10389:
--

[~aldettinger], thanks for the PR.

Maybe next time take a look if the issue is already assigned, because we can 
avoid overlapping work from different contributors. I don't think it's a 
problem for [~lb], just a reminder for the next time. 

Thanks

> Move string related function from ObjectHelper to StringHelper
> --
>
> Key: CAMEL-10389
> URL: https://issues.apache.org/jira/browse/CAMEL-10389
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core
>Reporter: Luca Burgazzoli
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 2.19.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10389) Move string related function from ObjectHelper to StringHelper

2016-10-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15612635#comment-15612635
 ] 

ASF GitHub Bot commented on CAMEL-10389:


GitHub user aldettinger opened a pull request:

https://github.com/apache/camel/pull/1232

CAMEL-10389: Moved string related function from ObjectHelper to Strin…

camel-core/mvn clean compile -P sourcecheck => BUILD SUCCESS
camel-core/mvn clean javadoc:javadoc => BUILD SUCCESS
camel-core/mvn install => BUILD SUCCESS


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/aldettinger/camel master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/1232.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1232


commit 47dbf82b7a2c21de03a6c0693656edf8564dfb0a
Author: aldettinger 
Date:   2016-10-27T13:48:53Z

CAMEL-10389: Moved string related function from ObjectHelper to StringHelper




> Move string related function from ObjectHelper to StringHelper
> --
>
> Key: CAMEL-10389
> URL: https://issues.apache.org/jira/browse/CAMEL-10389
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core
>Reporter: Luca Burgazzoli
>Assignee: Luca Burgazzoli
>Priority: Minor
> Fix For: 2.19.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10389) Move string related function from ObjectHelper to StringHelper

2016-10-14 Thread Luca Burgazzoli (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575699#comment-15575699
 ] 

Luca Burgazzoli commented on CAMEL-10389:
-

As there is a StringHelper it would be nice to move string related functions 
from ObjectHelper to StringHelper.
We could keep  ObjectHelper functions for a wile marking them as deprecated and 
delegate the implementation to StringHelper

> Move string related function from ObjectHelper to StringHelper
> --
>
> Key: CAMEL-10389
> URL: https://issues.apache.org/jira/browse/CAMEL-10389
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core
>Reporter: Luca Burgazzoli
>Assignee: Luca Burgazzoli
>Priority: Minor
> Fix For: 2.19.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)