users@jax-rs-spec.java.net

[jax-rs-spec users] Support for JSONB

From: Markus KARG <markus_at_headcrashing.eu>
Date: Tue, 30 Jun 2015 17:56:33 +0200

Experts,

 

on our agenda is support for JSONB, which is a mandatory API of the Java EE
umbrella. Hence, in a Java EE environment, JSONB API will be found on the
classpath already, and "we" (JAX-RS) can simply use it on that platform. But
what happens on Java SE? Must JAX-RS provide JSONB API co-bundled, or can we
rely on an application vendor to provide JSONB API on the classpath?

 

-Markus