Changes between Version 71 and Version 72 of ReleaseNotes


Ignore:
Timestamp:
29.08.2013 16:51:03 (11 years ago)
Author:
jri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v71 v72  
    2323    * A plugin can produce specific HTTP (error) responses by throwing a `WebApplicationException` from its resource methods or event handlers (#484, #481). 
    2424    * Exceptions thrown from resource methods or event handlers must no longer be wrapped in a `WebApplicationException` if a 500 response is intended (#484). 
    25 * The entity parameter (represented in the message body) of a REST resource method can use an arbitrary class as long as the representation is JSON and the class has a public JSON constructor. Implementing a custom JAX-RS provider class is no longer required (#277). 
     25* The entity parameter (represented in the message body) of a REST resource method can use an arbitrary class as long as the representation is JSON and the class has a public JSON constructor. Implementing a custom JAX-RS provider class (a message body reader) is no longer required (#277). 
    2626* 3 new Core Events: 
    2727    * `SERVICE_REQUEST_FILTER` allows plugins to manipulate or interrupt REST service requests (#480).