blob: 4bc25199fb3b2c7d3da4e04535fa3f83cc6d8d1f [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.1.0.15 (May 24, 2015)
<p>
Juno 5.1.0.15 is a minor update.
</p>
<h5 class='topic w800'>Core</h5>
<ul class='spaced-list'>
<li>New properties in <code><del>SerializerContext</del></code>:
<ol>
<li><code><del>SerializerContext.SERIALIZER_relativeUriBase</del></code>
<li><code><del>SerializerContext.SERIALIZER_absolutePathUriBase</del></code>
</ol>
These replace the <code>SERIALIZER_uriAuthority</code> and <code>SERIALIZER_uriContext</code> properties.
</li>
<li>Improvements in {@link oaj.csv.CsvSerializer}.
</ul>
<h5 class='topic w800'>Server</h5>
<ul class='spaced-list'>
<li>New properties in <code>RestServletProperties</code>:
<ol>
<li><code>REST_defaultCharset</code>
<li><code>REST_servletURI</code>
<li><code>REST_relativeServletURI</code>
</ol>
<li>Improvements involving path calculations when servlets deployed outside of a war file with a context root.
</ul>
<h5 class='topic w800'>Client</h5>
<ul class='spaced-list'>
<li>New methods in {@link oajrc.RestCall}:
<ol>
<li><code><del>RestRequest.getHeader(String,Class)</del></code>
<li><code><del>RestRequest.getHeader(String,Object,Class)</del></code>
<li><code><del>RestRequest.getHeader(String,Type,Type...)</del></code>
<li><code><del>RestRequest.getQueryParameter(String,Class)</del></code>
<li><code><del>RestRequest.getQueryParameter(String,Object,Class)</del></code>
<li><code><del>RestRequest.getQueryParameter(String,Type,Type...)</del></code>
<li><code><del>RestRequest.getQueryParameter(String,Object,Type,Type...)</del></code>
<li><code><del>RestRequest.getQueryParameters(String,Class)</del></code>
<li><code><del>RestRequest.getQueryParameters(String,Type,Type...)</del></code>
<li><code><del>RestRequest.getFormDataParameter(String,Class)</del></code>
<li><code><del>RestRequest.getFormDataParameter(String,Object,Class)</del></code>
<li><code><del>RestRequest.getFormDataParameters(String,Class)</del></code>
<li><code><del>RestRequest.getFormDataParameter(String,Type,Type...)</del></code>
<li><code><del>RestRequest.getFormDataParameters(String,Type,Type...)</del></code>
<li><code><del>RestRequest.getPathParameter(String,Class)</del></code>
<li><code><del>RestRequest.getPathParameter(String,Type,Type...)</del></code>
<li><code><del>RestRequest.getBody(Class)</del></code>
<li><code><del>RestRequest.getBody(Type,Type...)</del></code>
</ol>
</li>
</ul>