Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
njr-11 committed Feb 14, 2022
1 parent ae43432 commit ee00177
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions concurrency/3.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ 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 contains the following features:

* Asynchronous methods
* Context-aware completion stages and completable futures
* Context propagation to parallel streams operations
* Modernization of the Trigger mechanism and Cron support
* Propagation of third party context types
* Resource definition annotations


# Release Information

* [Jakarta Concurrency 3.0 Release Record](https://projects.eclipse.org/projects/ee4j.cu/releases/3.0.0)
* [Jakarta Concurrency 3.0 Release Plan](https://projects.eclipse.org/projects/ee4j.cu/releases/3.0/plan)
* [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)
Expand All @@ -20,8 +36,6 @@ Jakarta Concurrency provides a specification for using concurrency from applicat
# Compatible Implementations

* [Open Liberty 22.0.0.3-beta](https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/beta/2022-02-01_1901/openliberty-22.0.0.3-beta.zip)
* [TCK results on Java 11](https://openliberty.io/certifications/jakartaee/10/concurrency/22.0.0.3-beta-Java11-TCKResults.html)
* [TCK results on Java 17](https://openliberty.io/certifications/jakartaee/10/concurrency/22.0.0.3-beta-Java17-TCKResults.html)

# Ballots

Expand Down

0 comments on commit ee00177

Please sign in to comment.