Skip to main content

Release 5.0.0.19

Date: Apr 1, 2013

Juno 5.0.0.19 is a minor update.

  • New methods on RestServlet:

    • RestServlet.onPreCall(RestRequest)
    • RestServlet.onPostCall(RestRequest,RestResponse)
  • TRIM_NULLS setting changed to SerializerContext.SERIALIZER_trimNullProperties. New property default is true. Only applies to bean properties, not map or collection entries.