Release 5.0.0.24
Date: May 9, 2013
Juno 5.0.0.24 is a major update.
Core API updates
-
New support for ATOM.
- New
AtomFeedResource
class added to sample war.
- New
-
New
XmlFormat.CONTENTenum value. Allows bean properties to be persisted as XML element text. -
New
XmlContentHandlerclass and@Xml.contentHandlerannotation. Allows customized serialization and parsing of beans to XML element text. Added for support of ATOM text content that must support both plain text and embedded XHTML. -
New @XmlSchema and updated @XmlNs annotations to better mimic JAXB.
-
Removed
@Xml.valAttr
annotation since it's now redundant with@Xml(format=CONTENT)
. -
Fixed timezone bug in
CalendarSwap. -
Simplified
Serializer.serialize(Object,Object,SerializerContext)
method. -
Fixed bug where lists returned by
ObjectMap.getObjectList(String)were not updatable. -
Eliminated old RDF/XML serializer.
Documentation updates
- New JSON Support Overview document.
- New XML Support Overview document.
- New
RDF Languages Support Overviewdocument. - New ATOM Support Overview document.