blob: ddfc06f3ce40ca235eb0ae6cbbbd04965996af77 [file] [log] [blame]
<!--
/***************************************************************************************************************************
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
***************************************************************************************************************************/
-->
5.0.0.21 (Apr 9, 2013)
<div class='topic'>
<p>
Juno 5.0.0.21 is a minor update.
</p>
<h5 class='topic w800'>Core API changes</h5>
<ul class='spaced-list'>
<li>
New {@del HtmlDocSerializerContext#HTMLDOC_navlinks} annotation for addint links to HTML page views.
</li>
<li>
Renamed the properties in {@del HtmlDocSerializerContext} for clarity.
</li>
</ul>
<h5 class='topic w800'>Servlet API changes</h5>
<ul class='spaced-list'>
<li>
Added new <c>RestServlet.addDefaultProperties(ObjectMap,RestRequest)</c> method for programatically adding properties to the property map per request.
</li>
<li>
Added the following new properties in the properties map to make them easily available to serializers and parsers (since they don't have access to the HTTP request object).<br>
Note that the <c>SerializerContext.SERIALIZER_uriAuthority</c> and <c>SerializerContext.SERIALIZER_uriContext</c> properties were previously available.
<ul>
<li><c>RestServletProperties.REST_servletPath</c></li>
<li><c>RestServletProperties.REST_pathInfo</c></li>
<li><c>RestServletProperties.REST_method</c></li>
</ul>
</li>
<li>
Path variables annotated with {@del @Attr} are now automatically URL-decoded.
</li>
</ul>
</div>