Skip to main content

Release 5.0.0.15

Date: Mar 24, 2013

Juno 5.0.0.15 is a moderate update.

  • Juno-Wink integration components that have been requested by many for a long time! Refer to jaxrs for information.

  • New @Produces annotation in place of ISerializer.getMediaTypes() for specifying what media types a serializer produces. Available when subclassing from Serializer.

  • New @Consumes annotation in place of IParser.getMediaTypes() for specifying what media types a parser consumes. Available when subclassing from Parser.