Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] Review of Platform TCK removal of duplicate JSONP tests
  • From: Gurunandan Rao <gurunandan.rao@xxxxxxxxxx>
  • Date: Thu, 17 Feb 2022 15:35:20 +0000
  • Accept-language: en-GB, 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=EXD/GaePEi8qZwLphanR8sYKQSkt/53Yz3dcSPIdERU=; b=KGDFh/aUeGoHuINhuwWhi9q0lVq3icA1s4pPyBns8/VH75hYP3dD8x6nv2jZVQ0+lQRqSmUWCP5xpCx7ultyod8oNxdXMVP9/VH1ujkacLhuM/wU+WX/ZYeocvbjG34ydjcpNeH+T6k4KijXbF8c5+FdchG1te/1i0DoBRQosU7wcyXhMZWU+2K4Dc7RaU5TRWr1oMYYS7C04QzXpOyF9h/FYmILWdqElRS8OIEh+9ldDEqLYKvdz8s2jdTiJ30YSBjsd9RbFLMTRw95IBbTWmTByL63x4A9hGnhKxT+dY5zzYudwl4eDv02U0B2INAwBBpG1eQOClJ8buKwHSVKiQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jAFPNHbw8NSDAKJKBZmaUXMwGXzTqRlo86y2CepAMIH0Gc4tZtQGboZNTA00uCjj99WIaTnMcKSnkf4DwuO/ccKQ8AlhgJlwx4WXzqvYSyTdAlnAmEyqbVdxXHzL/tQggBwPLIbKfB2luTMPuVEb9Q3LriTZNwjh5IlhUlYPTckHf1ZN5YXykrtE675yfnx6fJzfqBjI+onzaklZMLRNWSeBIss1Qk0hPyq+8W+IypH2w4JerNyvbkbOITlNp4noOh4rtMzCUwlkoMuowJ7xjvyCyVfHY9WlIAls5LmaShL+N8IKOq7ZmVzeE43kd74eHbNfsie8mBoBSwQ+EBmU2A==
  • Delivered-to: jakartaee-tck-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartaee-tck-dev/>
  • List-help: <mailto:jakartaee-tck-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev>, <mailto:jakartaee-tck-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartaee-tck-dev>, <mailto:jakartaee-tck-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: 8bf8591a-a171-b4aa-f284-dc61bab1764a
  • Thread-index: AQHYJANeZkGW6BVXFESfA1EzPGb+MQ==
  • Thread-topic: Review of Platform TCK removal of duplicate JSONP tests

Hello,We need to verify Jakarta EE 10 Platform requirements for use of JSONP API are met by reviewing the  [1] pull request.  Comment [2] has a copy of the Platform requirements.  In summary, every Jakarta EE 10 implementation must pass the Standalone JSONP TCK which validates the JSONP API.Any contributor in the community, can review the [1] pull request and provide feedback there (or ask questions there).  Any feedback provided here in response to this email is not considered part of the pull request review.The reason to give feedback on those tests is that the JSONP SPEC team still needs to maintain their tests that are in the Platform TCK (e.g. post release effort is mostly in handling TCK challenges and updating tests for future EE releases).  Discussion on the Platform tests (not deleted) is welcome in the [1] Pull.regards,
Guru[1] https://github.com/eclipse-ee4j/jakartaee-tck/pull/842
[2] https://github.com/eclipse-ee4j/jakartaee-tck/pull/842#issuecomment-1042547383(PS: content from Platform TCK removal of duplicate JAXRS TCK tests mail by Scott Marlow)

Back to the top