You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2020/04/06 15:36:32 UTC

[juneau] branch master updated: Javadoc

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 08d6aa3  Javadoc
08d6aa3 is described below

commit 08d6aa3ea4e428ec6f44745a0109e9b1a5638f98
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Apr 6 11:36:18 2020 -0400

    Javadoc
---
 juneau-doc/docs/ReleaseNotes/8.1.4.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/juneau-doc/docs/ReleaseNotes/8.1.4.html b/juneau-doc/docs/ReleaseNotes/8.1.4.html
index 80557d1..993ee96 100644
--- a/juneau-doc/docs/ReleaseNotes/8.1.4.html
+++ b/juneau-doc/docs/ReleaseNotes/8.1.4.html
@@ -186,6 +186,9 @@
 		{@link oaj.BeanContext#BEAN_ignoreRecursions} setting no longer requires {@link oaj.BeanContext#BEAN_detectRecursions} 
 		to be enabled.
 	<li>
+		Fixed bug in JSON/UON/URL-Encoding serializers where indentation was not correct of first line when {@link oaj.BeanTraverseContext#BEANTRAVERSE_initialIndent}
+		used.
+	<li>
 		HTML-Schema support is being deprecated due to low-use and difficulty in maintaining.  It will be removed in 9.0.
 </ul>