Skip to content

Commit

Permalink
Updates 10/29/2023
Browse files Browse the repository at this point in the history
  • Loading branch information
mpredli01 committed Oct 29, 2023
1 parent c95c3be commit 4b561be
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
Expand Up @@ -6,6 +6,15 @@ The https://jakarta.ee/specifications/concurrency/[Jakarta Concurrency] specific

The compatible implementation for this specification is https://openliberty.io/blog/2023/05/16/23.0.0.5-beta.html[Open Liberty 22.0.0.5-beta].

Jakarta Concurrency will be updated to version 3.1 for Jakarta EE 11. New features include:

* Integration with Java 21 Virtual Threads
* Java Flow/ReactiveStreams and context propagation
* Replace more features from EJB, such as Schedule and Lock annotations
* Become more CDI-centric
* Specification bug fixes and clarifications
* TCK fixes and enhancements

=== Example Application

The application may be exercised by...
Expand Down
3 changes: 3 additions & 0 deletions spec/src/main/asciidoc/jakartaee-11.adoc
Expand Up @@ -35,10 +35,13 @@ In addition, there are example applications for specifications that will not hav
* https://jakarta.ee/specifications/mail/2.1/[Jakarta Mail 2.1]
* https://jakarta.ee/specifications/nosql/1.0/[Jakarta Mail 2.1] which was not included in the Jakarta EE 11 Platform.

=== Example Applications

Each example application can be executed on the corresponding command line with:

`$ mvn clean compile exec:java`


Please consider contributing to this GitHub repository if you have ideas for continuous improvement. This would be much appreciated!

I can be reached via email at mailto:mike@redlich.net[mike@redlich.net]
Expand Down
38 changes: 35 additions & 3 deletions spec/target/generated-docs/jakartaee-11-1.0.0.html
Expand Up @@ -445,13 +445,17 @@ <h1>Jakarta EE 11 Example Applications</h1>
<span id="author" class="author">Michael P. Redlich</span><br>
<span id="email" class="email"><a href="mailto:mike@redlich.net">mike@redlich.net</a></span><br>
<span id="revnumber"> 1.0.0,</span>
<span id="revdate">October 28, 2023</span>
<span id="revdate">October 29, 2023</span>
<br><span id="revremark">Draft</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
<li><a href="#_jakarta_ee_11_specification_example_applications">Jakarta EE 11 Specification Example Applications</a></li>
<li><a href="#_jakarta_ee_11_specification_example_applications">Jakarta EE 11 Specification Example Applications</a>
<ul class="sectlevel2">
<li><a href="#_example_applications">Example Applications</a></li>
</ul>
</li>
<li><a href="#_jakarta_concurrency_example_application">1. Jakarta Concurrency Example Application</a>
<ul class="sectlevel2">
<li><a href="#_introduction">1.1. Introduction</a></li>
Expand Down Expand Up @@ -547,6 +551,8 @@ <h2 id="_jakarta_ee_11_specification_example_applications"><a class="anchor" hre
</li>
</ul>
</div>
<div class="sect2">
<h3 id="_example_applications"><a class="anchor" href="#_example_applications"></a>Example Applications</h3>
<div class="paragraph">
<p>Each example application can be executed on the corresponding command line with:</p>
</div>
Expand All @@ -561,6 +567,7 @@ <h2 id="_jakarta_ee_11_specification_example_applications"><a class="anchor" hre
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_jakarta_concurrency_example_application"><a class="anchor" href="#_jakarta_concurrency_example_application"></a>1. Jakarta Concurrency Example Application</h2>
<div class="sectionbody">
Expand All @@ -572,6 +579,31 @@ <h3 id="_introduction"><a class="anchor" href="#_introduction"></a>1.1. Introduc
<div class="paragraph">
<p>The compatible implementation for this specification is <a href="https://openliberty.io/blog/2023/05/16/23.0.0.5-beta.html">Open Liberty 22.0.0.5-beta</a>.</p>
</div>
<div class="paragraph">
<p>Jakarta Concurrency will be updated to version 3.1 for Jakarta EE 11. New features include:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Integration with Java 21 Virtual Threads</p>
</li>
<li>
<p>Java Flow/ReactiveStreams and context propagation</p>
</li>
<li>
<p>Replace more features from EJB, such as Schedule and Lock annotations</p>
</li>
<li>
<p>Become more CDI-centric</p>
</li>
<li>
<p>Specification bug fixes and clarifications</p>
</li>
<li>
<p>TCK fixes and enhancements</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_example_application"><a class="anchor" href="#_example_application"></a>1.2. Example Application</h3>
Expand Down Expand Up @@ -776,7 +808,7 @@ <h3 id="_testing_8"><a class="anchor" href="#_testing_8"></a>8.3. Testing</h3>
<div id="footer">
<div id="footer-text">
1.0.0<br>
Last updated 2023-10-28 11:20:46 -0400
Last updated 2023-10-29 17:37:47 -0400
</div>
</div>
<script type="text/x-mathjax-config">
Expand Down
Binary file modified spec/target/generated-docs/jakartaee-11-1.0.0.pdf
Binary file not shown.

0 comments on commit 4b561be

Please sign in to comment.