Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jsonb-dev] [External] : Verifying TCK on Application Servers
  • From: Dmitry Kornilov <dmitry.kornilov@xxxxxxxxxx>
  • Date: Thu, 24 Feb 2022 12:56:41 +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:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=O4ILnvn6NFDJVK9yA2SSkxulA4ZwqA+hX4WAEqviafI=; b=i5bFoeE0XS5y+O9J1SvfKYNzKiGV4k7OjKzP9kLPAvR6rVKGCZRKZs0gPQ5LsvEu5/eAyE/i+WmHLhrvquI3WibGvMDhIX7sFr0/vqvJ/Fq1mmyY84ruwVn5SMc0jVZGFsN8xaGpKe1wI3ETg/s70GpP3og6/8zVVWDK66IXhEFnvgkkA4IL3f6zYThzqF+70Qw1t3kNeqjp4zXRdXODLHOwSU7ut+SpMEKRK2tcS12TfNKeTIIzVXWZBaGvWVuEyAakXtBWzioF9DoD/N5O4HjKv0OxV6y09BBCBktkf8Z6UZ5jTYyeJdT1C0gcQbcZdHYuuEKthkN41kBRdsLcJA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=djr7WSyQ3E3jgd2NzavoLkuEqEKXzqUIsAg1B5V2YdVP7qijcWQvmJfrdxuNbbovpfyFR+QOQMEoVBvJB28b1v03FfynoDQWclnCPCVM3vrx+pkxotS2L1Ai0InFlsE0DxJhB9Y6lYsjvM653aloohHnuiDq3oxCoYkWMiGLgjSn7bA8Q75cn4mRoo4ro38T+GC4Zu5m2dxsSOnquefdjtP9AEDPwqNi23n2yA6ETXYS1LPEqaChfxg+twWNhSlIrsslyCLMKtwnzFvT/Vu1RJIVk8OtkFFUTU1ippvmYkDL/w2qJgLhd8bjOZsPRoAvcxWP+GxJjGpv0yMenxfNqA==
  • 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: AQHYKPWP6yRVGmwBxE21IV9QYNVr4ayiqGag
  • Thread-topic: [External] : [jsonb-dev] Verifying TCK on Application Servers

Hi Kyle,

 

There are two simple rules:

 

  1. Make sure that your platform implementation passes Platform TCK.
  2. Make sure that JSONB implantation you use passes standalone JSONB TCK tests. If you are using Yasson, you don’t need to do anything. Yasson is going to be certified as JSONB compatible implementation.

 

Thanks,

Dmitry

 

From: jsonb-dev <jsonb-dev-bounces@xxxxxxxxxxx> On Behalf Of Kyle Aure
Sent: 23 февраля 2022 г. 21:40
To: jsonb-dev@xxxxxxxxxxx
Subject: [External] : [jsonb-dev] Verifying TCK on Application Servers

 

Good Afternoon all,

 

I am working on verifying Open Liberty using the updated TCK for Jakarta 10 and am a bit confused with the recent changes made under PR: https://github.com/eclipse-ee4j/jakartaee-tck/pull/849

 

In order to be verified as Jakarta EE 10 platform, we need to run and pass this TCK.  However, since this TCK has been modified to run as a standalone test against only a compatible implementation we no longer have a method of deploying and running these tests in a container.

 

So I guess my question is how are we supposed to run these tests in a container for proper verification?

Or is the idea that we do not need to run these tests in a container, and instead each platform will just need to run these tests against the implementation they are using? (in our case that would mean just running the same test as here: https://github.com/eclipse-ee4j/yasson/blob/master/yasson-tck/pom.xml)

 

Thanks for your help, I just want to make sure I understand the expectations here.

 

KYLE JON AURE
WebSphere Development
Office: Roch Bldg 50-2 H220
Email: 
kyle.aure@xxxxxxx

 


Back to the top