JSON-P 1.1 (JSR 374)
In
ee
Table of Contents
Overview
JSR 374 is the Java EE 8 specification for JSON-P 1.1. The reference implementation (RI) will be used and can be found at https://github.com/javaee/jsonp or the official RI website.
Issue Metadata
Issue
Related Issues
Dev Contacts
QE Contacts
Affected Projects or Components
-
WildFly Core
-
WildFly
Requirements
Add conditional support for JSON-P 1.1. This will be controlled by the ee8.preview.mode
system property. If
the property is not present or not set to true
JSON-P 1.0 will be used instead.
The JMS client will continue to use JSON-P 1.0. |