blob: 4d06c32f8d97f837dceff971cc19152fc4af514e [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)
<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 <dc>HtmlDocSerializerContext.HTMLDOC_navlinks</dc> annotation for addint links to HTML page views.
</li>
<li>
Renamed the properties in <dc>HtmlDocSerializerContext</dc> 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 <dc>@Attr</dc> are now automatically URL-decoded.
</li>
</ul>