[
https://issues.apache.org/jira/browse/LANG-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14514820#comment-14514820
]
ASF GitHub Bot commented on LANG-1015:
--------------------------------------
GitHub user thiagoh reopened a pull request:
https://github.com/apache/commons-lang/pull/26
Adding the new JsonToStringStyle to ToStringStyle
Implementation of `JsonToStringStyle` inside `ToStringStyle` that outputs
the String representation of the object in json format.
Jira ticket https://issues.apache.org/jira/browse/LANG-1015
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thiagoh/commons-lang branch-3-json-style
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/26.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 #26
----
commit 609775c1acfae2da487fb762337a7d4d9c44cef5
Author: thiagoh <[email protected]>
Date: 2014-05-16T17:07:08Z
json to string style
commit 2dd9ee994beb9a45001c94835443092dc3962d7c
Author: thiagoh <[email protected]>
Date: 2014-05-17T00:32:26Z
implementation of JsonToStringStyle with test cases
commit a5b31907b3d915f05191ad624d333e8b9fb5a180
Author: thiagoh <[email protected]>
Date: 2014-05-27T17:12:55Z
removing unecessary file
commit ec294e30a28aa5ed81d4270e6e4fd689409633bd
Author: thiagoh <[email protected]>
Date: 2014-05-27T17:14:34Z
javadoc fix
commit ca35df79b2cf1bdcb909d10bf624352995a44fbd
Author: thiagoh <[email protected]>
Date: 2014-07-13T16:51:13Z
fixing implementation of JsonToStringStyle with test cases. removing
unnecessary attributes and reimplementing appendFieldStart to throw
unsupportedOperationException when fieldName is null
commit 67bf8cc6a86e290d985ced9b35d3abac4a7b1d43
Author: thiagoh <[email protected]>
Date: 2014-07-13T16:52:36Z
Merge branch 'origin/branch-3-json-style'
commit 3d02d96b48927a13ada7ef38356ecf03c9cad2b4
Author: thiagoh <[email protected]>
Date: 2014-12-01T17:23:29Z
issues recommended
commit 9ff7df3a19570e696de17f86562088e567ff7ec4
Author: thiagoh <[email protected]>
Date: 2014-12-07T18:40:40Z
fixing fulldetail
----
> Add JsonToStringStyle implementation to ToStringStyle
> -----------------------------------------------------
>
> Key: LANG-1015
> URL: https://issues.apache.org/jira/browse/LANG-1015
> Project: Commons Lang
> Issue Type: New Feature
> Components: lang.*, lang.builder.*
> Affects Versions: 4.0
> Reporter: Thiago Andrade
> Assignee: Benedikt Ritter
> Labels: github
> Fix For: 3.4
>
>
> Placeholder ticket for github PR 26:
> https://github.com/apache/commons-lang/pull/26
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)