[jira] [Commented] (LANG-903) Add XML implementation of ToStringStyle

2016-06-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15326379#comment-15326379
 ] 

ASF GitHub Bot commented on LANG-903:
-

Github user asfgit closed the pull request at:

https://github.com/apache/commons-lang/pull/7


> Add XML implementation of ToStringStyle
> ---
>
> Key: LANG-903
> URL: https://issues.apache.org/jira/browse/LANG-903
> Project: Commons Lang
>  Issue Type: Improvement
>  Components: lang.builder.*
>Affects Versions: 3.1
>Reporter: Dave Hughes
>Priority: Minor
> Fix For: Review Patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Lang 1.1 included a commented out implementation of XMLToStringStyle.  This 
> disappeared in later versions, but is a very useful implementation.  
> (JSONToStringStyle would also be very nice)



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


[jira] [Commented] (LANG-903) Add XML implementation of ToStringStyle

2016-04-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15255438#comment-15255438
 ] 

ASF GitHub Bot commented on LANG-903:
-

Github user chonton commented on the pull request:

https://github.com/apache/commons-lang/pull/7#issuecomment-213859284
  
The values are not xml escaped.  This won't be needed for class or field 
names.

If you're still interested, please update pull request against latest 
master branch.


> Add XML implementation of ToStringStyle
> ---
>
> Key: LANG-903
> URL: https://issues.apache.org/jira/browse/LANG-903
> Project: Commons Lang
>  Issue Type: Improvement
>  Components: lang.builder.*
>Affects Versions: 3.1
>Reporter: Dave Hughes
>Priority: Minor
> Fix For: Review Patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Lang 1.1 included a commented out implementation of XMLToStringStyle.  This 
> disappeared in later versions, but is a very useful implementation.  
> (JSONToStringStyle would also be very nice)



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


[jira] [Commented] (LANG-903) Add XML implementation of ToStringStyle

2015-04-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14514831#comment-14514831
 ] 

ASF GitHub Bot commented on LANG-903:
-

GitHub user dlh3 reopened a pull request:

https://github.com/apache/commons-lang/pull/7

[LANG-903] Trunk - ToStringStyle typos and XML implementation

Fixes a comment typo and adds separator between two subclasses.

Brings the XMLToStringStyle implementation back from the grave 
(commons-lang v1.1).

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

$ git pull https://github.com/dlh3/commons-lang trunk

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

https://github.com/apache/commons-lang/pull/7.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 #7


commit 0ca4bbf84684a0e6b417240a9353fc47a033142e
Author: Dave Hughes dave.hug...@elasticpath.com
Date:   2013-06-26T01:26:24Z

Fix comment typo and add separator between two subclasses.

commit 74ef262d73abcd068bf88bf72e2ecae6759402e9
Author: Dave Hughes dave.hug...@elasticpath.com
Date:   2013-06-26T01:27:19Z

Bring the XMLToStringStyle implementation back from the grave.

Reintroduces the implementation that was commented out but appeared in 
commons-lang v1.1, adding handling for Maps and Collections.
Still a somewhat partial implementation.




 Add XML implementation of ToStringStyle
 ---

 Key: LANG-903
 URL: https://issues.apache.org/jira/browse/LANG-903
 Project: Commons Lang
  Issue Type: Improvement
  Components: lang.builder.*
Affects Versions: 3.1
Reporter: Dave Hughes
Priority: Minor
 Fix For: Patch Needed

   Original Estimate: 24h
  Remaining Estimate: 24h

 Lang 1.1 included a commented out implementation of XMLToStringStyle.  This 
 disappeared in later versions, but is a very useful implementation.  
 (JSONToStringStyle would also be very nice)



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


[jira] [Commented] (LANG-903) Add XML implementation of ToStringStyle

2015-04-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14514738#comment-14514738
 ] 

ASF GitHub Bot commented on LANG-903:
-

Github user asfgit closed the pull request at:

https://github.com/apache/commons-lang/pull/7


 Add XML implementation of ToStringStyle
 ---

 Key: LANG-903
 URL: https://issues.apache.org/jira/browse/LANG-903
 Project: Commons Lang
  Issue Type: Improvement
  Components: lang.builder.*
Affects Versions: 3.1
Reporter: Dave Hughes
Priority: Minor
 Fix For: Patch Needed

   Original Estimate: 24h
  Remaining Estimate: 24h

 Lang 1.1 included a commented out implementation of XMLToStringStyle.  This 
 disappeared in later versions, but is a very useful implementation.  
 (JSONToStringStyle would also be very nice)



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


[jira] [Commented] (LANG-903) Add XML implementation of ToStringStyle

2013-10-16 Thread Henri Yandell (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13796534#comment-13796534
 ] 

Henri Yandell commented on LANG-903:


Marked as patch needed, though I don't focus on the builder package so not sure 
if this is a good add or not. My main concern is that it shouldn't add 
dependencies, yet needs to be maintainable.

 Add XML implementation of ToStringStyle
 ---

 Key: LANG-903
 URL: https://issues.apache.org/jira/browse/LANG-903
 Project: Commons Lang
  Issue Type: Improvement
  Components: lang.builder.*
Affects Versions: 3.1
Reporter: Dave Hughes
Priority: Minor
 Fix For: Patch Needed

   Original Estimate: 24h
  Remaining Estimate: 24h

 Lang 1.1 included a commented out implementation of XMLToStringStyle.  This 
 disappeared in later versions, but is a very useful implementation.  
 (JSONToStringStyle would also be very nice)



--
This message was sent by Atlassian JIRA
(v6.1#6144)