Skip to main content

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 XmlFormat.CONTENT enum value. Allows bean properties to be persisted as XML element text.

  • New XmlContentHandler class and @Xml.contentHandler annotation. 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