blob: ac1f2e0c63dbe2e4c1a28af876f0a652df4a95de [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.14 (May 10, 2015)
<p>
Juno 5.1.0.14 is a moderate update.
</p>
<p>
The major addition is support for <code><del>Remoteable Services</del></code>, the ability
to invoke server-side POJO methods through client-side proxy interfaces.
</p>
<h5 class='topic w800'>Core</h5>
<ul class='spaced-list'>
<li>Simplified {@link oaj.utils.PojoIntrospector} class.
<li>New {@link oaj.internal.ClassUtils#getMethodSignature(Method)} method.
</ul>
<h5 class='topic w800'>Client</h5>
<ul class='spaced-list'>
<li>New methods in {@link oajrc.RestClient} for working with remoteable services:
<ul>
<li><code><del>RestClient.setRemoteableServletUri(String)</del></code>
<li><code><del>RestClient#getRemoteableProxy(Class)</del></code>
</ul>
</ul>
<h5 class='topic w800'>Server</h5>
<ul class='spaced-list'>
<li>Added a default OPTIONS page to {@link oajr.BasicRestServlet} and <code><del>RestServletJenaDefault</del></code>.
<li><code>RestServletProperties.REST_allowMethodParam</code> has been enhanced to allow you to
explicitly specify which HTTP methods can be used in the <code>&amp;method</code> parameter.
<li>New methods added to {@link oajr.RestRequest}:
<ul>
<li><code><del>RestRequest.getParser()</del></code>
<li><code><del>RestRequest.getReaderParser()</del></code>
</ul>
</ul>