Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jsonb-dev] Ballot for customization API in the new JSONB API
  • From: Dmitry Kornilov <dmitry.kornilov@xxxxxxxxxx>
  • Date: Thu, 16 Sep 2021 10:55:50 +0000
  • Accept-language: en-GB, ru-RU, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=jQ0jGxVq2HziBGFW11UxhNMCeXDTgQWt7b7ZrGhg3GY=; b=bu78/VQ3odbwfJmrEIO4jEBuPIjH0K+BFLzynBQ1wDUeWYS3zUqVJj5rP9NIKTaOy0mmtgvVWGr4vfBmCgz/IJtDTmoDV63wejGVktcVsyauf6mxWZdy6uiAI/0nOrfrSOgkWL+rOpLgUnsXSOjybgbv56EVhTr/n6qWQzr8UT0klMukw+BmvyXjId3ec9yA3yydImOK7qRA5rLeA/9GxxcSt47Gt0Z2sQAy+/lJr55ctyKzW8VcMZ/f/4U0KDwl8mdt3XFKLQbBhN0IvhoqSp7/OQ4Uop/MzfhspdqGrnQmGuQkDKv2lyAQhg6feYeFXc9K0agi8Y4wxj+VPZ0Mng==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=i/yylijqOnM4VKrqNYj5mo/txz5BS9fDvQhIDUbJVfkp3BHqAGTdZHgK3eyRz+RDHFkl68zpKdJfOKfXTSKBWQaFgBJdBpQRH0fhhK1QZ0WiBJ7qiTWZpjEsPH+vKvfqNa/AL10BlFgMWcMuJNrY/OnYDE1bPUz8ucG8ZfSb8zUUhG2CukhNVRXKAw1qj1vM562u6iDApesfbcSdLUsv21hTgbSQ0ERcCexBUumhRxlgB5wnwvdAvZJ5RPQO9dhPxXXP2Gg3p+L/+yKRmfFC88fdeuJ9lkgQkyadigQaNociGJQaz9nR7gYIGJIBN7ocOPY7AK2nS72Tcj7z4nK+Vg==
  • Delivered-to: jsonb-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jsonb-dev/>
  • List-help: <mailto:jsonb-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jsonb-dev>, <mailto:jsonb-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jsonb-dev>, <mailto:jsonb-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adeq6Onv9IrEmeRuStemJO9vM0rwGQ==
  • Thread-topic: Ballot for customization API in the new JSONB API

Hi,

Folks, the conversation about runtime customization API becomes never ending. Details are here: https://github.com/eclipse-ee4j/jsonb-api/pull/279

I see two options how we can proceed proceed:

  1. Merge the customization API as it was proposed without a visitor and an introspector. We'll add both in the next version of API when Object Model API is somehow (we don't know how) extracted from CDI.
  2. Postpone the customization API to the next version of JSONB. We are still willing to add it to Yasson. So, users will be able to play with it and provide some feedback before it gets merged to the spec.

I would like all project committers to vote in the comment of this PR (https://github.com/eclipse-ee4j/jsonb-api/pull/279) or just reply with 1 or 2 here. I'll close the ballot in a week at Sep 23rd 13:00 CEST.

Thanks,

Dmitry


Back to the top