Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jsp-dev] Pages TCK sources migration
  • From: Alwin Joseph <alwin.joseph@xxxxxxxxxx>
  • Date: Mon, 25 Mar 2024 12:25:04 +0000
  • Accept-language: 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=fvzn5Ofe0d3mfVq4whDHr90eOdX7jrgDs+Ow0f9ta68=; b=FB/yQcnmHXImlnzvbuVj/mFdGTepdIE+xCPTnLEZcQYa+samSAraF1fBWRz01nOuLjiH6bW24y5GWHYLV7ogE6x1mL6KB2N7xSlM32RDDibEx3Ghx7FNRdQCGiiEAOI78mmIlN9ShKQTj+7YQNatfofISJdo7x5gG0IGebrUF8rdBUAD620eVY/QKSkkS5sUgbCBOm6m3S5filhQ/YN9J/Peo3kXQZIXbSqYnubb8sQvcoT4ZZLEgX3Pz/pLng9lYaY7rYMVUM0wBHmxaSbvpgeARa+nHSi1DhC47z5m7j8lB7FyXfCWQesJ32NWNR4UDa0G86Hzc/46U8JWH45Qeg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HjPAjIpBpN2WRJdSCGYjs/LEqm6PUebRaUZriuFmojAevfIGGOXDwXK8vIob/CIeNnMSeVv/PoaMMX0eLlzhSf5uAcpEkAIyHhwJee38KQCAZJl0SY8haEaqPeeT5Wg6uyI+f1gZJ5oYjefZ6ih3gtkDqbFYvaZhyi3Q79qHBsITMv4KHLE6fVbp8NUHXgrB+qH+oiCuwpSEuzK3y9ZCG77KSHpBmw8LCYGYLAyv8vc+yreN+QKd3zFsefkBf2nn7LPQb2iFYwgvhOJo8mEFqZXp38Rq45d7caMMejnhezQJK/+vI1pwXfABCdSsbuGfX+pZcZHkJRLK/4xL97V75w==
  • Delivered-to: jsp-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jsp-dev/>
  • List-help: <mailto:jsp-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jsp-dev>, <mailto:jsp-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jsp-dev>, <mailto:jsp-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHafq0rRSFTZnnai0ezuko3WmVvtg==
  • Thread-topic: Pages TCK sources migration

Hi Team,

 

PR [1] was created to move the Pages TCK source files from Platform TCK project[2] tckrefactor branch to the Pages specification repository[3]. These tests are refactored to use Arquillian and Junit and currently passes the tests with Tomcat and Glassfish8. Kindly review and help merge this if it interests the spec team to own the TCK sources.

 

The outstanding items post merging of this PR include:

 

The modules common/libutil/signaturetest/runtime from platform TCK are being used in the TCK which are currently built from [2], they will be available in maven staging once PR [4] is complete.

 

[1] https://github.com/jakartaee/pages/pull/261

[2]  https://github.com/jakartaee/platform-tck/tree/tckrefactor

[3] https://github.com/jakartaee/pages

[4] https://github.com/jakartaee/platform-tck/pull/1264


Back to the top