GitHub user graemerocher opened a pull request:
https://github.com/apache/groovy/pull/210
StreamingJsonBuilder - fix IllegalStateException when writing unescaped
output
When writing unescaped JSON the state is not reset, resulting in an
exception if another entry is written.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/graemerocher/incubator-groovy
jsonbuilder-unescaped-bug
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/groovy/pull/210.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 #210
----
commit 5dcc2f42640072c6ee7e7eb2c5f1e1036a8469ef
Author: graemerocher <[email protected]>
Date: 2015-12-10T13:37:56Z
Merged changes
commit 4f6e881d247b858fac43125609c33ea62c16864f
Author: graemerocher <[email protected]>
Date: 2015-12-10T13:46:12Z
StreamingJsonBuilder - writing unescaped output doesn't reset state
commit f0c180f214791e285008e47cff4148ecb3789e00
Author: graemerocher <[email protected]>
Date: 2015-12-10T13:49:08Z
Fix merge
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---