Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] [jakartaee/rest] [TCK] REST and JSONB/JSONP (Issue #1339)
  • From: James Perkins <jperkins@xxxxxxx>
  • Date: Fri, 20 Mar 2026 22:49:47 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ibm.com; dmarc=pass action=none header.from=ibm.com; dkim=pass header.d=ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=BItSB93kAKHJlJLntZRGt1PS1b/pV/WdcqeL8nrIi7w=; b=tqXHu4aP6/SvODOmMQmzGCOrqr77+XQZl2hGJfu+J74z2bjoZL3gqOugu2EQhH+MviUEyfR9Ll1dLHDP/7snVdROEuVai90rw3Q4I2B+8UmmdGHnM4p6mXDCPFLHKeq9fk/vQAJdnW8bWD7dN7ErH3qwcrnSAVcQ2t919DaYkaFvoaUp4bFFry8a1Zu2W6UbKeah8Ehm5TrI8io+1iLUoqil/kRxNipOgV5tdzhnDxIFUN7OdBnuaVB9wFZ99Lht4wMcwtNpVFsLStVKxE7WkNa8hDdVS6r9G31xvfa53lGQniWvQZWbEVLzKjaMBDCq3Uq4G71mz59OA7GFJWi/3w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=QRyZFmFUdSO4+Ju7CvdO65Zgz86XVZ5bsD0LWGZNCXGphXNrqFx6t/yMkpG8XB6B+8PTrUNnWyVDeAjIMPcm4ciTrKJXYX+0iEInD9Y1p6I56T4uxy1lqHYaq+LR99tJk9y/aYJbTPwR/UWGgwi9ityqkVEgSfBruK0627w8yyDCeE6gvTSjc00Ntf3BLwlRE/tisFVocJao0UtJcdyLz1NJVgJQ+C5d0khrNguw3XnjPdRJAxw9uyjMc+p4s5cszaeNZbsNlDhdVpzP9qGNg2X0qAAfjjmrhTFJFyPFd8ZDlUyOWC00w3X5LLD50T/prB/gpK8ZscCdGhxkDFRpdA==
  • Delivered-to: rest-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rest-dev/>
  • List-help: <mailto:rest-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHcuLk1jH75BLltLkqUDuKTR715K7W4BjHs
  • Thread-topic: [EXTERNAL] Re: [rest-dev] [jakartaee/rest] [TCK] REST and JSONB/JSONP (Issue #1339)

This definitely makes sense to me.

James R. Perkins
Software Developer 

IBM

From: rest-dev <rest-dev-bounces@xxxxxxxxxxx> on behalf of Markus KARG via rest-dev <rest-dev@xxxxxxxxxxx>
Sent: Friday, March 20, 2026 15:30
To: rest-dev@xxxxxxxxxxx <rest-dev@xxxxxxxxxxx>
Cc: Markus KARG <markus@xxxxxxxxxxxxxxx>
Subject: [EXTERNAL] Re: [rest-dev] [jakartaee/rest] [TCK] REST and JSONB/JSONP (Issue #1339)
 
As I already wrote, according to the Jakarta REST Specification, support for JSONB is optional. As a consequence the Jakarta REST TCK must not ENFORCE support for JSONB. What we can do is to add OPTIONAL support to the TCK. Feel free to file

As I already wrote, according to the Jakarta REST Specification, support for JSONB is optional. As a consequence the Jakarta REST TCK must not ENFORCE support for JSONB.

What we can do is to add OPTIONAL support to the TCK. Feel free to file a PR. :-)

-Markus 

Am 20.03.2026 um 02:38 schrieb Hantsy Bai:
hantsy left a comment (jakartaee/rest#1339)

To provide a consistent experience for JSONB and Faces/Persistence, I think the Jakarta REST TCK should add ser/deser for JSR 310 data types.

Payara declared that it had passed the TCK, but Jakarta REST did not support JSR-310.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <jakartaee/rest/issues/1339/4094806572@github.com>


Back to the top