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 9f76bdb 8.1.3 release notes.
9f76bdb is described below
commit 9f76bdbe7acbd7ab699eb85b77ebb78d81bbb55a
Author: JamesBognar <[email protected]>
AuthorDate: Sun Jan 12 10:52:10 2020 -0500
8.1.3 release notes.
---
RELEASE-NOTES.txt | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a77b877..284a6e0 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -11,6 +11,25 @@
* specific language governing permissions and limitations under the License.
*
***************************************************************************************************************************
+
+Release Notes - Juneau - Version 8.1.3
+
+** Bug
+ * [JUNEAU-169] - Dynamic annotations.
+ * [JUNEAU-170] - @RestMethod(name="*") doesn't always work.
+ * [JUNEAU-172] - @RestResource(debug=true) doesn't work if REST method not
matched.
+ * [JUNEAU-173] - Undeprecate HttpClientBuilder convenience methods in
RestClientBuilder.
+ * [JUNEAU-174] - Allow configuration properties to be set globally using
system properties or env vars.
+ * [JUNEAU-176] - Race condition when parsing into array types.
+
+** New Feature
+ * [JUNEAU-175] - Execution statistics for REST methods.
+
+** Improvement
+ * [JUNEAU-154] - [PetStore] Add mock testing.
+ * [JUNEAU-177] - Allow REST methods at specific paths to be overridden by
methods in child classes.
+
+
Release Notes - Juneau - Version 8.1.2
** Bug