blob: 75a370844842f65b7e3c7e8d92893c74d0d7155b [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.2.0.1 (Mar 23, 2016)
<p>
Juno 5.2.0.1 is a moderate update.
</p>
<h5 class='topic w800'>com.ibm.team.juno</h5>
<ul class='spaced-list'>
<li>Improved support for multi-line values in config files.
Any line that begins with whitespace is interpreted as a continuation of the previous line.
<li>Support for <js>'\uXXXX'</js> character sequences in config files.
<li>Fixed issue in {@link oaj.xml.XmlSerializer} where <js>'\r'</js> and <js>'\n'</js> characters were not being handled per XML specs.
<li>New methods on {@link oaj.ObjectList}:
<ul>
<li><dc>ObjectList.getAt(Class,String)</dc>
<li>{@link oaj.ObjectList#putAt(String,Object)}
<li>{@link oaj.ObjectList#postAt(String,Object)}
<li>{@link oaj.ObjectList#deleteAt(String)}
</ul>
<li>New methods on {@link oaj.ObjectMap}:
<ul>
<li><dc>ObjectMap.getAt(Class,String)</dc>
<li>{@link oaj.ObjectMap#putAt(String,Object)}
<li>{@link oaj.ObjectMap#postAt(String,Object)}
<li>{@link oaj.ObjectMap#deleteAt(String)}
</ul>
<li><dc>@ThreadSafe</dc> annotation.
<li>New <c>ClassFilter</c> class.
<li><dc>ConfigFile.getResolving(StringVarResolver,boolean)</dc> method.
<li><dc>ConfigFile.getStringVar()</dc> method.
<li>New <dc>ParserContext.PARSER_trimStrings</dc> property.
<li>New <dc>SerializerContext.SERIALIZER_trimStrings</dc> property.
<li><dc>Args.getStringVar()}</dc> method.
<li>New {@link oaj.utils.ManifestFile} class
<li>New {@link oaj.utils.MessageBundle} class. Replaces <l>SafeResourceBundle</l>/<l>SafeResourceMultiBundle</l>/<l>RestNls</l>.
<li>New <dc>StringMapVar</dc> class.
<li>New <dc>StringVars</dc> class with reusable common <dc>StringVar</dc> instances.
<li>New {@link oaj.internal.JuneauLogger} class.
<li>Default value for <dc>XmlParserContext.XML_trimWhitespace</dc> changed to <jk>true</jk>.
</ul>
<h5 class='topic w800'>Server</h5>
<ul class='spaced-list'>
<li>New methods on {@link oajr.RestContext}:
<ul>
<li>{@link oajr.RestContext#getMessages()}
</ul>
</ul>
<h5 class='topic w800'>Client</h5>
<ul class='spaced-list'>
<li>Fixed potential issue in {@link oajrc.RestClient} where the HTTP connection pool could end up exhausted if an error occurred.
<li>Improved thread safety on {@link oajrc.RestClient}.
<li>New warning message is logged if a {@link oajrc.RestClient} is garbage collected without being closed:
<js>"WARNING: RestClient garbage collected before it was finalized."</js>
</ul>