Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cu-dev] Component spec review deadline and when to create 3.1 RC1 and staging of final
  • From: Nathan Rauh <nathan.rauh@xxxxxxxxxx>
  • Date: Mon, 11 Mar 2024 20:45:56 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.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=S0QroIZPnzbsNeYwzZAMtTEYTRDd/SHkxlNE8SQw1t8=; b=iEZvs1gTkj+p+Sfivo/bKEjtLWJNxnvtayP8B9y72VBd+XsfRdkKPV2uA0p/xZ/0YIllO0pBRQTxrygP8Q5lk51Wl3m8Ro5+MJB9ncX8JRQeC+ZDBiikP42FlyuyHjcoxTvDVrN/PqATmH9A22WNX4sG5M0ZZwcxCNjQ+YnrSTiPTqIb78iMnC4vzTl3rlvksDbYom7Jjo61VVWNyhcKNkBglbxQb8BPBdPTGG8niJakEPZpRUmX7Hfs0Iz3Ppi28h+7R6DtvBTTkQwc3fk/3w+hRHhzyjB5HuFtwGhyXhuUHXEeOg7KW7G/q5j0sF0FLvHiDAMAc7xCuOhNO9IKPg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=REJgWV6e5yOa25Yz0dcEl21viXNbCFcFpeVAulIN4rbziYPBTq48JWBB4p9dgiJQvCKc79tyOK+RXnpildufvjVgj8UVupXyvX7kS269CeYgxmPNdskweZCx/x9SX3vtAP8nZKWDAd6xGQF47H01HZonxb1DRoIgbrWRPzDQFPR4+D/YWR4qj2n3Vg1It5eIxgpD1f47HlQLAScJ3cvO16/9RJR47mmlXgKlOHwPDLRTlZdKB3VCh5+qZf3Sq9WhRt5Z5NEiOTFTkXgn0KxJsgJpdCL8U7Lj2sYRVHfQd35jq3kjrlFM8dZQ9Ay2XU4bomXVj9jk3I4kZOnjcGeQ/A==
  • 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: AQHac/IFd6q/1p+b7kmcDpgVNuyOLg==
  • Thread-topic: Component spec review deadline and when to create 3.1 RC1 and staging of final

As a Jakarta EE 11 specification in wave 6, Jakarta Concurrency 3.1’s deadline for component specification release review is April 27, 2024.  It might sound like is it still a ways off, but it requires our specification to publish fully passing TCK results on Java 21 and 17 from a compatible implementation alpha, beta, or GA release with publicly available download, after having pushed a candidate final copy of the specification to staging that can be published upon successful review.

 

We need to come up with plans for what our compatible implementation is expected to be and line it up with these dates.

 

In order for Open Liberty to be a compatible implementation for certification of Jakarta Concurrency 3.1, our release process would require a 3.1 RC1 to be created by March 20th, after which the API, specification requirements (and preferably TCK) must not change.  This would allow for the creation of a downloadable beta release that will become available in time to officially pass the TCK and post results by the component specification deadline.

 

Are there any other implementations that could be candidates to use for certification of 3.1?

I noticed there has been a lot of work in the Concurro implementation.  Someone who is working on it would need to let us know how it lines up with the wave 6 component spec release review deadline.


Back to the top