This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-jaxrs-providers.
commit 76afbaafa3af12d1658021820e945ce4c9c2f541 Author: Tatu Saloranta <[email protected]> Date: Mon Apr 15 11:41:33 2013 -0700 update release notes --- release-notes/VERSION | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-notes/VERSION b/release-notes/VERSION index a3cc142..f116f8a 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -13,6 +13,9 @@ Changes: #5: Add 'provider.removeUntouchable()' * Add Woodstox dependency (not just in 'test' scope) to try to avoid problems with users relying on SJSXP (such as 'extra' xmlns declarations) +#8: Ensure that `JsonGenerator` is always properly closed, including error cases, + otherwise can hide problems (due to missing flush of content) + (contributed by Steven S) ------------------------------------------------------------------------ === History: === -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

