Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] [External] : No TCK in Maven Central
  • From: Alwin Joseph <alwin.joseph@xxxxxxxxxx>
  • Date: Fri, 20 Oct 2023 15:48:44 +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=+DbPXUp0VfKuDILIRC4sGZUwK5jVFLwAu2rIrFHjfi4=; b=Gn4yCGtmCDuM/HmVqMYabW5igWr5GIxXstbrMOH4IkIvQwN4A2+UFYoqZESant1H0tbDLqvenImZvvSHe2aTTCO0P+PkWgkCUs61wdwtRYUwvfLAN9Jd3UbWMIAL3A6/YiP3ia7aZjdzNYRYYuJGKLA4fAQyX3Y5FaEwYB5bvFQD0ENq0aTMik2wbM2rdXCAOPr9LYZhqidI/FiOmkku1zBG1/2k2s+f942fBFBOUpU9kzbIl1E/49z1qsoa0cEeoXk6rPEmbYUq9jBOuLHq8dZGrVJLejMQrnwAZhQ8Vw2Zv1ey7RVR7QYAAu6DSuMRgs1oXwnSDikRO6zYKNP4NA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lHrCyk/6HvD/S/g4JYHZBgmLoS8M0DKWy/DEWms29sowO5szoqwkJrXJb4qDnK+6EDTFM0hudzD0iq+loG7Fi9Aw8oQELiOKiFfSkoLx4caxXjM3Cm2CsJ3H4c4dpDmzt3VsyWsEzwC9CKZla1g1sEY5oS5ZWz6Ocas1isWuABCn3QYKvvlnd7NBGi6zQjoaNsZb+5FBgGrHfuJluTIkHyk3QVbu5aQWbKZDJ8zuQPp5OA1hb5FSn4p41Dm863AAiIYQSuwchMCqDU9J72g9ELJLO4BOk0uQzwjiV9joTFKxcLKH3HLRaks0K82TewPZeI1uC1yNlLZrgoxR8zwOsQ==
  • Delivered-to: rest-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rest-dev/>
  • List-help: <mailto:rest-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaA2e7zJnjKXewy0qgUtsrQK1A1rBSzjxO
  • Thread-topic: [External] : [rest-dev] No TCK in Maven Central

Hi Jim,

 

The JakartaEE restful-ws standalone TCK zip bundles like many other TCKs were not initially thought to be uploaded to maven.

After there were requests to have the TCK in maven we discussed the prospects of publishing the TCK jar to maven in [1].
In the discussion it was suggested that the TCK jar(EFTL) can be published to maven but with the LICENCE file in them.
Since the previously released TCK jars did not contain the LICENCE file in them, we released a patch version of the then latest TCK (3.1.3) as 3.1.3-1 to additionally contain the LICENCE file in the jar and published it at [2].

There was another service release of the restful-ws TCK (3.1.4) last week, which does have the EFTL LICENCE file in the jar. We can publish this version of TCK jar to maven too.


[1] https://github.com/jakartaee/rest/issues/1142
[2] https://mvnrepository.com/artifact/jakarta.ws.rs/jakarta-restful-ws-tck/3.1.3-1

 

From: rest-dev <rest-dev-bounces@xxxxxxxxxxx> on behalf of Jim Krueger via rest-dev <rest-dev@xxxxxxxxxxx>
Date: Friday, 20 October 2023 at 8:41 PM
To: Jakarta Rest project developer discussions <rest-dev@xxxxxxxxxxx>
Cc: Jim Krueger <jckofbyron@xxxxxxxxx>
Subject: [External] : [rest-dev] No TCK in Maven Central

Hi,   

All of the official TCK versions for Jakarta Restful WS can be found at https://download.eclipse.org/jakartaee/restful-ws, but none have been place in Maven Central https://repo1.maven.org/maven2/jakarta/ws/rs/jakarta-restful-ws-tck/ .

 

Was this intentional or just an oversight?  If it was intentional is there a reason why?     Thanks


Back to the top