Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cu-dev] Will there be a staged Jakarta Concurrency 3.0 SPEC API release candidate jar available
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Thu, 21 Oct 2021 14:34:29 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; 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=FSCYXoPi5P8wrCP3Uu7S9bI8/SpzxVAv3sk4z1M9HEw=; b=YHz+XpCxinUYppiZpPQXa+zCAfToGG3p/SPAJ9pKng0yTHjUO4uqhQnWzOAWn8+5jNN4AyL3AEziCtab2T/M1y7V8LmIN1TpjloP0e1JB/VAw+fPoJEuRNwP0WVLzQ8lehg428QpoV7KkTPuSO7NlrFa7puqOXCq3re4TnEWgSRH6bbDoaO4ia7ylBrgqQM6fKeMW50MTa+ORwX06JM6N40k71PjYtD3GMrMLqvjYeuCb5FoYYnG+tH84s2QqVVTMXs+XeR7TQyCVEN6In7BSNCDwip388gusF8tLWH1r6uCviAuOFD0blQ05bBHZF/SWidGM+BS/1kcaqXH5PCGJg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WPHrDoE4lF2Q7fvzuIPW/DjkQPHCmyKtzru+59Z6m4Wyb1dyr4K5IPAv0HpErJoExuEZ+U5QK/H4PNgHdwk1otmygJQNoV/J8Xl05zopBZPdRtnvMyCgQGYGIyUbzIlOyBRdDlVkpktmZemfzyzXwKMh/XWzOwCPHyn021zidsMmryjTUQ1Xy8zsNx+W2iXMDkKiBfmohdjAj6wPzEbqVXoRLe6DQRnZ0EbXDk6mfe0qGzwkCqRHVkYN9FlrW450QjEn/RT6ucYOktu6QYTJwsbYhydmJ1S5KVyw4P6MuQJNw+k/c3JbwrKkLxjbfP0SzklgsGn8GADl+zVIBism8Q==
  • 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: AQHXxoOmyMpy0Gx1e0uYuhff8DhWGqvdguIAgAABUDA=
  • Thread-topic: [cu-dev] Will there be a staged Jakarta Concurrency 3.0 SPEC API release candidate jar available

I was going to do MaxConcurrency annotation · Issue #136 · eclipse-ee4j/concurrency-api (github.com) and possibly look at Lock Annotation · Issue #135 · eclipse-ee4j/concurrency-api (github.com)

 

Steve

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> On Behalf Of Nathan Rauh
Sent: 21 October 2021 15:29
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: Re: [cu-dev] Will there be a staged Jakarta Concurrency 3.0 SPEC API release candidate jar available

 

Regardless of how the TCK ends up, I would be in favor of publishing a release candidate of the Concurrency spec API jar.  This will help Jakarta EE product providers to better get started experimenting with their implementations, and will give end users a more official copy to experiment with as well, once some of those implementations reach an alpha or beta stage.  I think we would want to first confirm that there aren't any major changes in the pipeline.  I don't see any further spec update pulls still out there, but if anyone is still planning additional major contributions to the Concurrency API under Jakarta EE 10, please reply to this discussion so that we can know to wait for them.




From:        "Scott Marlow" <smarlow@xxxxxxxxxx>
To:        "cu developer discussions" <cu-dev@xxxxxxxxxxx>
Date:        10/21/2021 08:58 AM
Subject:        [EXTERNAL] [cu-dev] Will there be a staged Jakarta Concurrency 3.0 SPEC API release candidate jar available
Sent by:        "cu-dev" <cu-dev-bounces@xxxxxxxxxxx>





[1] has other SPEC API jars that have been made available via some special Eclipse mechanism I believe that is used by other SPEC API projects. 

I'm asking since it is not 100% clear if [2] will include the ability to run Jakarta EE Platform container tests in the Concurrency TCK.  If the concurrency project could push a release candidate of the Concurrency SPEC API jar to [1], the platform TCK could start building with that (in case we need the Platform TCK to run a set of Concurrency tests still).

Full disclosure, we need to solve [3] which is about adding (Jakarta EE implementation specific) deployment descriptors to Standalone SPEC TCKs that want to run Platform tests that require specific vendor specific configuration via deployment descriptors.  The existing Concurrent TCK tests that currently have files that are found by search `find -name *sun*.xml` will need a way to deploy such vendor deployment descriptors.

Scott
[1] https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta
[2]
https://github.com/eclipse-ee4j/concurrency-api/issues/145
[3] https://github.com/eclipse-ee4j/jaxrs-api/issues/1039_______________________________________________
cu-dev mailing list
cu-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cu-dev




Back to the top