Changes between Version 71 and Version 72 of ReleaseNotes
- Timestamp:
- 29.08.2013 16:51:03 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v71 v72 23 23 * A plugin can produce specific HTTP (error) responses by throwing a `WebApplicationException` from its resource methods or event handlers (#484, #481). 24 24 * 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). 26 26 * 3 new Core Events: 27 27 * `SERVICE_REQUEST_FILTER` allows plugins to manipulate or interrupt REST service requests (#480).