You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2020/09/22 00:44:00 UTC

[jira] [Created] (CXF-8343) Add JSON-B support

Andriy Redko created CXF-8343:
---------------------------------

             Summary: Add JSON-B support
                 Key: CXF-8343
                 URL: https://issues.apache.org/jira/browse/CXF-8343
             Project: CXF
          Issue Type: Task
            Reporter: Andriy Redko
            Assignee: Andriy Redko


As per JAX-RS 2.1 specification:
{noformat}
11.2.7 Java API for JSON Binding

In a product that supports the Java API for JSON Binding (JSON-B) [19], implementations MUST support entity providers for all Java types supported by JSON-B in combination with the following media types: application/json, text/json as well as any other media types matching */json or */*+json. Note that if JSON-B and JSON-P are both supported in the same environment, entity providers for JSON-B take precedence over those for JSON-P for all types except JsonValue and its sub-types.{noformat}
We already provide JSON-P support via JsrJsonpProvider, adding JsrJsonbProvider would complement the specification.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)