Juno 5.1.0.16 is a moderate update.
Core
- New methods on {@link oaj.ClassMeta} that eliminates language-specific code in
the general class metadata.
- {@del ClassMeta#getXmlMeta()}
- {@del ClassMeta#getJsonMeta()}
- {@del ClassMeta#getHtmlMeta()}
- {@del ClassMeta#getUrlEncodingMeta()}
- {@del ClassMeta#getRdfMeta()}
- New {@link oaj.dto.jsonschema.JsonType#ANY} enum.
- New {@del @Html(asPlainText)} annotation.
- New {@del HtmlDocSerializerContext#HTMLDOC_cssImports} property.
- Significant changes to RDF support.
- New {@link oaj.jena.annotation.Rdf @Rdf} and {@link oaj.jena.annotation.RdfSchema @RdfSchema}
annotations. These replace the use of defining namespaced through the XML annotations, and allows XML and RDF to be
serialized using different namespaces.
- Support for serializing arrays/collections as RDF bags, RDF lists, and multi-valued properties.
- Fixed warning message about "tab" setting when using the N3/Turtle serializers.
- New {@del SerializerContext#SERIALIZER_sortCollections} and
{@del SerializerContext#SERIALIZER_sortMaps} properties.
- FindBug fixes.
Server
- New {@del RestRequest#getServletParentURI()} method.
- New $R{servletParentURI} variable.
- Removed final modifier from {@del ChildResourceDescriptions}.
Samples
- Added source code links to examples.