Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [servlet-dev] Plan for TCK 6.1.1
  • From: Phu Dinh <pmd1nh-bus@xxxxxxxxxxx>
  • Date: Wed, 30 Oct 2024 18:06:03 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=77aviLVq4fGOLuzfUo5DJj7d58cZtqtgoHJ++Xh8tjk=; b=qWPBizsvx7+uYsSpO0wY8w6iq7XUg6EIlLSxTWR3uVli/rOCGIM4Pb+qDTb8j+Wl29d1VYfHSbKuvy74E2HS9Jt5z2aBiK/hdRFFwHr/gvjsPzlLJOmUtpzJftAW2jjBF8meeUGId6MQEsK1ZXs3w3SHGFo/ozy3qhOT0WDeOkmTVHgYbPU/N8BT4xHO1vuywN9o/FgbsYJAFt8ctenz5m3ooIVMWni1BhSwf6JuimyxpYNmp7tqZ7zw9E9kDpzI4umwdcnnukLv8eoytL0Zdnk4nuOWa4UiXommPKbUL4CRmDXqr9CFqvZ+2wNk0Ih+Ab2Kayh23tILRhNlQYbNdA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=GwKFFq7xnQsGlXjwhfzFKBIpgQd2PUBPjmcyUGVfXpqU7I6eNcAAUAMWGHTBtH77cjtj9Izypd1Yqg7IIEihU2aUUAPpH9PauLHS/v6tjmogeKcFso2EKWvUpOe2VobM6ysqGBr7AwteX9/IpyOccjxML+WMm1erPplC8rJmOUZkzFU1SKZnPbFw3HDFjVbubGJDwJo07dSx3RgaYH3974cEsiVrzXDysePSvkEKoGlMsDuaXXW6BT5Mk+OPC3VP4HS1WaOEUojuJE042uew0crlhmM/Sg17hIAomJRGbFdqawizLZ5PLDm02GqBwUaA0VlmZOTdHCFTUkbglp2/Ng==
  • Delivered-to: servlet-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/servlet-dev/>
  • List-help: <mailto:servlet-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/servlet-dev>, <mailto:servlet-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHbGya7XTbOFHn1H0Or4QK2CoVk6bKWO5S2gAl4vJw=
  • Thread-topic: Plan for TCK 6.1.1

I tried to "Build with Parameters" for the "servlet-tck-to-staging".  The build fails with 

[ERROR] Failed to execute goal on project servlet-tck-runtime: Could not resolve dependencies for project jakarta.tck:servlet-tck-runtime:jar:6.1.1
[ERROR] dependency: jakarta.servlet:jakarta.servlet-api:jar:6.1.1 (provided)
[ERROR]     jakarta.servlet:jakarta.servlet-api:jar:6.1.1 was not found in https://jakarta.oss.sonatype.org/content/repositories/staging/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of sonatype-nexus-staging has elapsed or updates are forced
[ERROR]     jakarta.servlet:jakarta.servlet-api:jar:6.1.1 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced


Do I need to build the jakarta.servlet-api:jar:6.1.1 before the servlet-tck ?

Regards,

From: servlet-dev <servlet-dev-bounces@xxxxxxxxxxx> on behalf of Phu Dinh via servlet-dev <servlet-dev@xxxxxxxxxxx>
Sent: Thursday, October 24, 2024 10:22 AM
To: servlet developer discussions <servlet-dev@xxxxxxxxxxx>
Cc: Phu Dinh <pmd1nh-bus@xxxxxxxxxxx>
Subject: Re: [servlet-dev] Plan for TCK 6.1.1
 
Hi, 

Any update for the new Servlet TCK 6.1.1?

Regards,


From: servlet-dev <servlet-dev-bounces@xxxxxxxxxxx> on behalf of Phu Dinh via servlet-dev <servlet-dev@xxxxxxxxxxx>
Sent: Thursday, October 10, 2024 8:15 AM
To: servlet-dev@xxxxxxxxxxx <servlet-dev@xxxxxxxxxxx>
Cc: Phu Dinh <pmd1nh-bus@xxxxxxxxxxx>
Subject: [servlet-dev] Plan for TCK 6.1.1
 
Hi,

Do we have an estimate for when Servlet TCK 6.1.1 is released?  There are few accepted challenges which are expected to be included in the next TCK release.

Thanks,

Back to the top