blob: c08637d0ab2744677b62c2f6563121e156746c93 [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.12 (Mar 28, 2015)
<p>
Juno 5.1.0.12 is a minor update.
</p>
<h5 class='topic w800'>Core</h5>
<ul class='spaced-list'>
<li>Fixed <dc>ConfigFile.isEmpty()</dc> method.
<li>Changed behavior on {@link oaj.uon.UonParser} to not treat <js>'~'</js> characters as escapes
unless followed by one of the following characters: <c>( ) , $ = ~</c>.
</ul>
<h5 class='topic w800'>Client</h5>
<ul class='spaced-list'>
<li>New class {@link oajrc.RestCallInterceptor}.
Allows responses to be inspected and modified before being processed.
Replaces <c>RestClientListener</c> class.
<li>Minor connection cleanup fixes.
</ul>