Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxrs-dev] [External] : Avoiding `jakarta` prefix in TCK tests + pr#1082
  • From: Jan Supol <jan.supol@xxxxxxxxxx>
  • Date: Tue, 18 Jan 2022 20:17:12 +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=1Oy2kwfGsx2W76BpyVj7Q+Nh/P3GuDgHU4r4HGV7Fhc=; b=A9kNAuE9yJYqTNM9zA6bU+8XmWCpL6ywh23dp/Gwsu7qtoeiX97MMxy80V5LgKuLBlds3mywxeDj3geyRxgh5pQzv3OPwNsC4IF7vzLFMYeEZ/n6ZuaI+LbdLeiFyHhSdTrtv2bD9/3uhPdvOqlxFxhoQlul1knw3vt+OQeKmXcE32xPQ603TlTYF8daefu9yra6V12wz11/vI14IYlUBpGTwmoezQQh6FnO9GTcRFkbLgCwaZxK3eV6vvPs4N0jfbSPGcEomKDNGdAMtVtJwqI8z9k+omhaW4DdTY64w3+Y4c/1p2KXEQb/kQBM7BdQtnoXZ1dTeCgicaMkK6X4Zw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=M3lc0lhOP9wdu/zRzs5MgZQcf59LD1sVMpXIfAtiMd7Oowdnrr8CmcQgRoSptiyjQEUn7bFc+HmA48ysnPqm/dDTVwxD5SRfbHebJIOqMmljZxcFkHGDr1QVdbCfbcZrDIaz2+zC3m/LzhXXhrtaf7wcyJOEZ8G4THzsy9pROXDyql5168RZ5JXVn/q9Aw5xYg6sXsRc0q1nizQ2lT1o1L5g9gqRDM0r/7j59hNNpWbINL2xxDcZz4LZQFQhID+kVL7qC/IiGjlwh0rKoWbtPrXB7MRPC0Zh+I2SqHzp3fjRjOP3jHNjoAbu2q9X211qCVXRCJ1jpk42fr7X1E9nbQ==
  • Delivered-to: jaxrs-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jaxrs-dev/>
  • List-help: <mailto:jaxrs-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jaxrs-dev>, <mailto:jaxrs-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jaxrs-dev>, <mailto:jaxrs-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: 42db4ffd-f9aa-0a21-ce85-5747240ce42b
  • Thread-index: AQHYDJiU5nfyDpQD8kSM0E2XboaJkKxpNnlm
  • Thread-topic: [External] : [jaxrs-dev] Avoiding `jakarta` prefix in TCK tests + pr#1082


https://github.com/eclipse-ee4j/jaxrs-api/pull/1082 is just a draft. It should be a regular PR before it gets merged.

But I am +1 to have something like that for EE 10, where it has been migrated from the TCK repo. Renaming it after EE 10 will probably cause a loss of history (or at least it won't be easily visibly in git blame) which likely is not what we want.

-- Jan 

From: jaxrs-dev <jaxrs-dev-bounces@xxxxxxxxxxx> on behalf of Scott Marlow <smarlow@xxxxxxxxxx>
Sent: Tuesday, January 18, 2022 7:23 PM
To: jaxrs developer discussions <jaxrs-dev@xxxxxxxxxxx>
Subject: [External] : [jaxrs-dev] Avoiding `jakarta` prefix in TCK tests + pr#1082
 

One new namespace requirement for TCKs is being discussed in both the Jakarta Platform + SPEC calls/ml discussions.  The current concern mentioned in [1] is for TCK test deployment classes that start with the "jakarta" namespace prefix.  The concern is that some implementations may later challenge such TCK tests due to the "jakarta" package prefix being used. 

[2] is a pull request that is intended to update the Jakarta REST TCK tests to not use the "jakarta" namespace.  Would it be possible to merge [2] or a change like that for REST 3.1?

Scott

[1] https://docs.google.com/document/d/1DF0T2hbJqDNsY0v_lYFKCz-ZgHPbnMUIu6mhmt5LCJU/edit?pli=1# (see "Concern about future TCK challenges due to use of `jakarta` in test packages")
[2] https://github.com/eclipse-ee4j/jaxrs-api/pull/1082


Back to the top