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 cc676ff  JUNEAU-146 Add ranks to @Config annotations.
cc676ff is described below

commit cc676fff58d8fe7953e56110b50011ecdd2b0923
Author: JamesBognar <[email protected]>
AuthorDate: Sun Sep 8 17:10:57 2019 -0400

    JUNEAU-146 Add ranks to @Config annotations.
---
 juneau-doc/docs/ReleaseNotes/8.1.1.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/juneau-doc/docs/ReleaseNotes/8.1.1.html 
b/juneau-doc/docs/ReleaseNotes/8.1.1.html
index 4567ae7..a8c2e29 100644
--- a/juneau-doc/docs/ReleaseNotes/8.1.1.html
+++ b/juneau-doc/docs/ReleaseNotes/8.1.1.html
@@ -38,6 +38,9 @@
        <li>
                Defaulting SVL variables now won't ignore additional parameters.
                <br><js>"$S{Foo,bar,baz}"</js> used to default to 
<js>"bar"</js> but now will default to <js>"bar,baz"</js>.
+       <li>
+               Ranking support has been added to all <ja>@XConfig</ja> 
annotations.
+               This allows you to override the normal precedence of 
application of config annotations on class and method hierarchies.
 </ul>
 
 <h5 class='topic w800'>juneau-rest-server</h5>

Reply via email to