Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jakarta Activation 2.0 spec #172

Merged
merged 6 commits into from
Sep 14, 2020
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 8 additions & 15 deletions activation/2.0/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Jakarta Activation 2.0 (milestone)"
date: 2020-06-15
title: "Jakarta Activation 2.0"
lukasj marked this conversation as resolved.
Show resolved Hide resolved
date: 2020-08-15
summary: "Release for Jakarta EE 9"
---
Jakarta Activation defines a set of standard services to: determine the
Expand All @@ -10,29 +10,22 @@ appropriate bean to perform the operation(s).

* [Jakarta Activation 2.0 Release Record](https://projects.eclipse.org/projects/ee4j.jaf/releases/2.0)
* [Jakarta EE Platform 9 Release Plan](https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee9/JakartaEE9ReleasePlan)
* [Jakarta Activation 2.0 Specification Document](./activation-spec-2.0-RC3.pdf) (PDF)
* [Jakarta Activation 2.0 Specification Document](./activation-spec-2.0-RC3.html) (HTML)
* [Jakarta Activation 2.0 Specification Document](./jakarta-activation-spec-2.0.pdf) (PDF)
* [Jakarta Activation 2.0 Specification Document](./jakarta-activation-spec-2.0.html) (HTML)
* [Jakarta Activation 2.0 Javadoc](./apidocs)
* [Jakarta Activation 2.0 TCK]()([sig](),[sha](),[pub]())
* [Jakarta Activation 2.0 TCK](https://download.eclipse.org/jakarta/activation/2.0/jakarta-activation-tck-2.0.0.zip) ([sig](https://download.eclipse.org/jakarta/activation/2.0/jakarta-activation-tck-2.0.0.zip.sig),[sha](https://download.eclipse.org/jakarta/activation/2.0/jakarta-activation-tck-2.0.0.zip.sha256),[pub](https://raw.githubusercontent.com/jakartaee/specification-committee/master/jakartaee-spec-committee.pub))
* Maven coordinates
* [jakarta.activation:jakarta.activation-api:jar:2.0.0-RC3](https://search.maven.org/artifact/jakarta.activation/jakarta.activation-api/2.0.0-RC3/jar)
* [jakarta.activation:jakarta.activation-api:jar:2.0.0](https://search.maven.org/artifact/jakarta.activation/jakarta.activation-api/2.0.0/jar)
kwsutter marked this conversation as resolved.
Show resolved Hide resolved


# Compatible Implementations

* [Jakarta Activation](https://repo1.maven.org/maven2/com/sun/activation/jakarta.activation/2.0.0-RC3/jakarta.activation-2.0.0-RC3.jar)
* [Jakarta Activation](https://eclipse-ee4j.github.io/jaf/)
kwsutter marked this conversation as resolved.
Show resolved Hide resolved

# Ballots

## Plan Review
kwsutter marked this conversation as resolved.
Show resolved Hide resolved

[//]: # (For Jakarta EE 9, the Platform Plan Review covered 95% of the Specification Projects. For those Projects, just use the following statement in this Plan Review section:)

[//]: # (This Specification Project's Plan Review was covered by the [Jakarta EE 9 Plan Review].)
[//]: # (Please reference that ballot for the official results.)

[//]: # (If your Project was required to do a standalone Plan Review... You'll need to perform an official Plan Review ballot and record the results here.)

[Jakarta Activation 2.0 Release Record and Plan](https://projects.eclipse.org/projects/ee4j.jaf/releases/2.0/plan)

The Specification Committee Ballot concluded successfully on 2020-03-04 with the following results.
Expand Down Expand Up @@ -69,4 +62,4 @@ The Specification Committee Ballot concluded successfully on 2020-mm-dd with the
| Werner Keil | Committer Members | |
| | Total | |

The ballot was run in the [jakarta.ee-spec mailing list]()
The ballot was run in the [jakarta.ee-spec mailing list]()
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,9 @@ <h1>Jakarta Activation 2.0</h1>
<div class="details">
<span id="author" class="author">Jakarta Activation Team, https://projects.eclipse.org/projects/ee4j.jaf</span><br>
<span id="email" class="email"><a href="https://dev.eclipse.org/mailman/listinfo/jaf-dev" class="bare">https://dev.eclipse.org/mailman/listinfo/jaf-dev</a></span><br>
<span id="revnumber"> 2.0-RC3,</span>
<span id="revdate">June 16, 2020</span>
<br><span id="revremark">DRAFT</span>
<span id="revnumber"> 2.0,</span>
<span id="revdate">August 27, 2020</span>
<br><span id="revremark"></span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -616,11 +616,11 @@ <h1>Jakarta Activation 2.0</h1>
<div class="content">
<pre>Specification: Jakarta Activation 2.0

Version: 2.0-RC3
Version: 2.0

Status: DRAFT
Status: Final Release

Release: June 16, 2020</pre>
Release: August 27, 2020</pre>
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -1777,7 +1777,7 @@ <h2 id="document-change-history"><a class="anchor" href="#document-change-histor
</div>
<div id="footer">
<div id="footer-text">
2.0-RC3<br>
2.0<br>
Last updated 2020-06-03 18:26:12 +0200
</div>
</div>
Expand Down
Binary file not shown.