Details
Description
JAX-RS 1.1 requires JAXB providers to return 400 in case of empty payloads.
Users have to override the provider in order to get null injected instead, in cases when having empty payloads does not constitute an error for their application which is inconvenient. A simple Nullable annotation (idea: Anthony Muller) can help