blob: 6ee0341c12bc52bfd4dc04d5ab87a0830c0f6edf [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.0.0.24 (May 9, 2013)
<p>
Juno 5.0.0.24 is a major update.
</p>
<h5 class='topic w800'>Core API updates</h5>
<ul class='spaced-list'>
<li>
New support for {@link oaj.dto.atom ATOM}.
<ul>
<li>New <code>AtomFeedResource</code> class added to sample war.
</ul>
</li>
<li>
New <code><del>XmlFormat.CONTENT</del></code> enum value.<br>
Allows bean properties to be persisted as XML element text.
</li>
<li>
New <code><del>XmlContentHandler</del></code> class and <code><del>@Xml.contentHandler</del></code> annotation.<br>
Allows customized serialization and parsing of beans to XML element text.<br>
Added for support of ATOM text content that must support both plain text and embedded XHTML.
</li>
<li>
New {@link oaj.xml.annotation.XmlSchema @XmlSchema} and updated {@link oaj.xml.annotation.XmlNs @XmlNs} annotations to better mimic JAXB.
</li>
<li>
Removed <code><ja>@Xml</ja>.valAttr</code> annotation since it's now redundant with <code><ja>@Xml</ja>(format=<jsf>CONTENT</jsf>)</code>.
</li>
<li>
Fixed timezone bug in {@link oaj.transforms.CalendarSwap}.
</li>
<li>
Simplified <code>Serializer.serialize(Object,Object,SerializerContext)</code> method.
</li>
<li>
Fixed bug where lists returned by {@link oaj.ObjectMap#getObjectList(String)} were not updatable.
</li>
<li>
Eliminated old RDF/XML serializer.
</li>
</ul>
<h5 class='topic w800'>Documentation updates</h5>
<ul>
<li>New {@link oaj.json JSON Support Overview} document.</li>
<li>New {@link oaj.xml XML Support Overview} document.</li>
<li>New {@link oaj.jena RDF Languages Support Overview} document.</li>
<li>New {@link oaj.dto.atom ATOM Support Overview} document.</li>
</ul>