blob: 5dbc2295c3bdbc849fde98feffa3ce9a1767aa73 [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.
***************************************************************************************************************************/
-->
6.0.1 (Jan 3, 2017)
<p>
Juneau 6.0.1 is a minor update.
</p>
<h5 class='topic w800'>org.apache.juneau</h5>
<ul class='spaced-list'>
<li>General improvements to JSON parser.
<ul>
<li>Several fixes to handle obscure edge cases.
</ul>
<li>New properties in <dc>ParserContext</dc>.
<ul>
<li><dc>ParserContext.PARSER_strict</dc>
<li><dc>ParserContext.PARSER_inputStreamCharset</dc>
<li><dc>ParserContext.PARSER_fileCharset</dc>
</ul>
<li>Removed <c>JsonParserContext.JSON_strictMode</c>. Replaced by <c>PARSER_strict</c>.
<li><c><jk>byte[]</jk></c> arrays can now be passed to {@link oaj.parser.Parser#parse(Object,Class)} for reader-based parsers.
</ul>