Skip to content

Commit

Permalink
Concurrency 3.0 spec and draft release review
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rauh <nathan.rauh@us.ibm.com>
  • Loading branch information
njr-11 committed Jan 21, 2022
1 parent 0374eed commit be40db9
Show file tree
Hide file tree
Showing 7 changed files with 4,737 additions and 17 deletions.
45 changes: 28 additions & 17 deletions concurrency/3.0/_index.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,42 @@
---
title: "Jakarta Concurrency 3.0 (Under Development)"
date: 2021-05-20
title: "Jakarta Concurrency 3.0"
date: 2022-02-28
summary: "Jakarta EE 10 Release"
---
Jakarta Concurrency provides a specification for using concurrency from application components without compromising container integrity while still preserving the Jakarta EE platform's fundamental benefits.

# Plan
Jakarta Concurrency 3.0 will target the Jakarta EE 10 platform release.
* [Jakarta Concurrency 3.0 Release Record](https://projects.eclipse.org/projects/ee4j.cu/releases/3.0.0)
* [Jakarta EE Platform 10 Release Plan](https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee10/JakartaEE10ReleasePlan)
* [Jakarta Concurrency 3.0 Specification Document](./jakarta-concurrency-spec-3.0.pdf) (PDF)
* [Jakarta Concurrency 3.0 Specification Document](./jakarta-concurrency-spec-3.0.html) (HTML)
* [Jakarta Concurrency 3.0 Javadoc](./apidocs)
* [Jakarta Concurrency 3.0 TCK](https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-tck/3.0.0/) (includes signature tests)
* Maven coordinates
* [jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:3.0.0](https://search.maven.org/artifact/jakarta.enterprise.concurrent/jakarta.enterprise.concurrent-api/3.0.0/jar) Currently located on [staging](https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/enterprise/concurrent/jakarta.enterprise.concurrent-api/3.0.0/) until release is approved, and then we will push it to Maven.

Jakarta Concurrency 3.0 will aim to contain.

Features identified by the community on GitHub tagged with 3.0 see 3.0 Milestone (github.com)

Bug Fixes as they arise during the release cycle

Documentation clean up as identified during the release cycle

Any updates required to meet the Java version requirements of Jakarta EE 10

Any requirements identified by other specifications or the Jakarta EE 10 platform projects during the release cycle.

* [Jakarta Concurrency 3.0 Release Record](https://projects.eclipse.org/projects/ee4j.cu/releases/3.0)

# Compatible Implementations

* [Open Liberty 22.0.0.3 Beta](https://openliberty.io/start/#runtime_betas) is planned to be the compatible implementation. Update link once it becomes availble.

# Ballots

## Release Review

The Release Review Specification Committee Ballot needs to be started after the above is completely filled in. Results need to be reported below.

| | Yes | No | Abstain |
|-----------------------|---------|---------|----------|
|Fujitsu | | | |
|IBM | | | |
|Oracle | | | |
|Payara | | | |
|Red Hat | | | |
|Tomitribe | | | |
|EE4J PMC | | | |
|Participant Members | | | |
|Committer Members | | | |

## Plan Review

The Specification Committee Ballot concluded successfully on 2021-05-21 with the following results:
Expand Down
Binary file added concurrency/3.0/images/1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added concurrency/3.0/images/2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added concurrency/3.0/images/3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,709 changes: 4,709 additions & 0 deletions concurrency/3.0/jakarta-concurrency-spec-3.0.html

Large diffs are not rendered by default.

Binary file added concurrency/3.0/jakarta-concurrency-spec-3.0.pdf
Binary file not shown.

0 comments on commit be40db9

Please sign in to comment.