Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cu-dev] candidate for 3.0 final release on staging
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Fri, 21 Jan 2022 12:43:32 +0000
  • Accept-language: en-GB, 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=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=af809TT70RwqoPfk9oEWdCgNuUrO3ZXxR79CMWDrpYM=; b=nka/Mhh0HohGYnMxJX/MsuOUZZPCifq8mVTlyrx3VFWP1Lu3yWpnS2Ms5umgwYEcm+nxfN9UHnfgssyWCOLQrlrbIIQigfPrhZ9qWTxB9NbEDBSgMF/tpos+WrTxXQzGnJzeHUGKaBXJcNaAosinB9BczNRKhVcaWE2+gv4SFPUSe6IMoTHXOsMszuC6LsGCnknEuOgYFZ/qmBE2T0FgaNM3n/YpgnID9801myPGFtB7cEciXNZHFdvAnV4bH5zeUqyxk69ceNA2ChiQYH/a2ckgvdMj3EGlOuWo2wOuxm6vUwJLs6wXl8651/+2+mTl7Oj0+YzPQjjkR1ioDQHhoA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LCJCZg/VNIuB5yCmkBHWUs6G9zivj0PWCXQ4EYS3AdsZFssjZkhv2kSjP0h9GXHgXDetWkywmJdNQZ6U6RoIu3N6aPXu/uS6suBke11um6R0TAUkRGMFQWwK7nC+w/bne6fL7p6D/gXfFvTUYr4KfvJLLmrEQvuPB2WF4jCLeXZxRiTBIgxao0gMxViPVqiosVkYTCr7iDxPTwpSX64pfsH4SuAmbeJ208zv7TuWvGAZEmPUTAl/B5UXiu/A112/PLpyJmYmKR6P5xiRVPv7eochGfbQefsjBm3uE6KPlLhdkfp7yRjGrYv+/bXJYFKD0mTiuyT2vBAG4B1Q+jkrDw==
  • Delivered-to: cu-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cu-dev/>
  • List-help: <mailto:cu-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYDlMegchtneBRHEqAHuZ5YmI60KxtbCew
  • Thread-topic: [cu-dev] candidate for 3.0 final release on staging

Fantastic news! Thanks Nathan for driving this towards a conclusion this will be a great advance for developers.

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> On Behalf Of Nathan Rauh
Sent: 20 January 2022 23:12
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: [cu-dev] candidate for 3.0 final release on staging

 

Thanks to everyone for all of the help with the Jenkins jobs.

Using them, I was able to get a candidate for 3.0 release built, including the TCK, onto the staging location here,

https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/jakartaenterpriseconcurrent-1004

https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.0.0/
https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.0.0/

The TCK jar seems good, and I was able to get it to run with all tests passing.  I still need to do some testing of the API jar, and then of both in combination, but things are looking good at this point.


Back to the top