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 2018/09/17 12:38:33 UTC

[juneau] branch master updated: 7.2.0 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 9206e0c  7.2.0 Release Notes
9206e0c is described below

commit 9206e0c82adf395797b01790135a756adebaa380
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Sep 17 08:38:20 2018 -0400

    7.2.0 Release Notes
---
 RELEASE-NOTES.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 04b941b..6dbdeb5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -11,6 +11,20 @@
 * specific language governing permissions and limitations under the License.                                              *
 ***************************************************************************************************************************
 
+Release Notes - Juneau - Version 7.2.0
+
+** Bug
+    * [JUNEAU-83] - Cannot subclass RestClient and RestClientBuilder
+    * [JUNEAU-82] - Config and Logs resource pages should have configurable look-and-feel.
+
+** New Feature
+    * [JUNEAU-60] - @RestMethod paramater annotation to populate a pojo using RequestBean format
+
+** Improvement
+    * [JUNEAU-81] - Update Jetty to 9.4.9
+    * [JUNEAU-84] - Upgrade to Jetty 9.4.12
+
+
 Release Notes - Juneau - Version 7.1.0
 
 ** Bug