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 2019/11/24 01:48:12 UTC

[juneau] branch master updated: 8.1.2 release notes

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 557c7f0  8.1.2 release notes
557c7f0 is described below

commit 557c7f0a4584c132a447b95cdaa31e33c1c2681b
Author: JamesBognar <ja...@apache.org>
AuthorDate: Sat Nov 23 20:47:57 2019 -0500

    8.1.2 release notes
---
 RELEASE-NOTES.txt                                      | 18 ++++++++++++++++++
 .../{02.MockRemote.html => 02.MockRemoteResource.html} |  0
 2 files changed, 18 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ee3f205..a77b877 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -11,6 +11,24 @@
 * specific language governing permissions and limitations under the License.                                              *
 ***************************************************************************************************************************
 
+Release Notes - Juneau - Version 8.1.2
+
+** Bug
+    * [JUNEAU-156] - Test Fails on ko_KR Locale.
+    * [JUNEAU-158] - The KEYS link should have KEYS as the text
+    * [JUNEAU-160] - Setting bean properties of type list don't use setters.
+    * [JUNEAU-161] - Exeption-Message header can contain CR/LF characters.
+    * [JUNEAU-162] - RestClient class should be subclassible.
+    * [JUNEAU-163] - Request Exception-Message response header should be truncated to some reasonable value.
+    * [JUNEAU-164] - Stacktrace hashing should take proxies and lamba expressions into account.
+
+** Improvement
+    * [JUNEAU-155] - Split bpi/bpx into serializer and parser configuration properties.
+
+** Task
+    * [JUNEAU-159] - Package pet store application in jar format.
+
+
 Release Notes - Juneau - Version 8.1.1
 
 ** Bug
diff --git a/juneau-doc/docs/Topics/10.juneau-rest-mock/02.MockRemote.html b/juneau-doc/docs/Topics/10.juneau-rest-mock/02.MockRemoteResource.html
similarity index 100%
rename from juneau-doc/docs/Topics/10.juneau-rest-mock/02.MockRemote.html
rename to juneau-doc/docs/Topics/10.juneau-rest-mock/02.MockRemoteResource.html