Skip to content

Commit

Permalink
Merge pull request #385 from kwsutter/ghpages-ee10-prep
Browse files Browse the repository at this point in the history
Prep GH Pages for new Jakarta EE 10 release
  • Loading branch information
kwsutter authored Jul 28, 2021
2 parents 1d114fc + 96d963e commit 89bc34c
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 62 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,27 @@ The official location for all of the Jakarta EE API Specifications and Javadocs
This local [Specifications](Specifications) page is also maintained to contain convenient links to the various project
pages, specifications, and compatible implementations for all Jakarta EE specification projects.

The latest API Javadocs for the Jakarta EE platform are collected together here:
The latest API Java documentation for the Jakarta EE platform are collected together here:

* [Jakarta EE APIs](https://jakarta.ee/specifications/platform/9/apidocs/)
* [Jakarta Server Faces Tag Libraries](https://jakarta.ee/specifications/faces/3.0/vdldoc/)
* [Jakarta Server Faces Standard HTML RenderKit](https://jakarta.ee/specifications/faces/3.0/renderkitdoc)
* [Jakarta Server Faces JavaScript Documentation](https://jakarta.ee/specifications/faces/3.0/jsdoc)

## Jakarta EE 9.1 (under development)
## Jakarta EE 10 (under development)

The [Jakarta EE 9.1](jakartaee9/JakartaEE9.1) page contains links to the documentation and processes required for a successful Jakarta EE 9.1 release.
The [Jakarta EE 10](jakartaee10/JakartaEE10) page contains links to the documentation and processes required for a successful Jakarta EE 10 release.

## Jakarta EE 9 (latest release)
## Jakarta EE 9.1 (latest release)

Jakarta EE 9.1 was approved by the Jakarta EE Specification Committee
on May 17, 2021.
The final specification is available for download on the
[Jakarta EE specification page](https://jakarta.ee/specifications/platform/9.1/).

The [Jakarta EE 9.1](jakartaee9/JakartaEE9.1) page contains links to the documentation and processes which were used for a successful Jakarta EE 9.1 release.

## Jakarta EE 9

Jakarta EE 9 was approved by the Jakarta EE Specification Committee
on November 20, 2020.
Expand Down
97 changes: 48 additions & 49 deletions Specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,45 @@

This table contains useful links for Jakarta EE specifications:

* The home page for the specification project.
* The repository for the specification project.
* The most recently approved specification.
* The home page for the EE4J implementation project (when it exists).

| Technology | Specification | EE4J Implementation |
|:-----------|:--------------|:--------------------|
| [Jakarta EE Platform](https://github.com/eclipse-ee4j/jakartaee-platform) | [9](https://jakarta.ee/specifications/platform/9/) | [Eclipse Glassfish 6.0](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta EE Web Profile](https://github.com/eclipse-ee4j/jakartaee-platform) | [9](https://jakarta.ee/specifications/webprofile/9/) | [Eclipse Glassfish 6.0](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta Annotations](https://github.com/eclipse-ee4j/common-annotations-api) | [2.0](https://jakarta.ee/specifications/annotations/2.0/) | [Jakarta Annotations](https://eclipse-ee4j.github.io/common-annotations-api/) |
| [Jakarta Authentication](https://github.com/eclipse-ee4j/jaspic) | [2.0](https://jakarta.ee/specifications/authentication/2.0/) | [Eclipse Glassfish 6.0](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta Authorization](https://github.com/eclipse-ee4j/jacc) | [2.0](https://jakarta.ee/specifications/authorization/2.0/) | [Eclipse Glassfish 6.0](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta Batch](https://github.com/eclipse-ee4j/batch-api) | [2.0](https://jakarta.ee/specifications/batch/2.0/) | |
| [Jakarta Bean Validation](https://github.com/eclipse-ee4j/beanvalidation-spec) | [3.0](https://jakarta.ee/specifications/bean-validation/3.0/) | |
| [Jakarta Concurrency](https://github.com/eclipse-ee4j/concurrency-api) | [2.0](https://jakarta.ee/specifications/concurrency/2.0/) | [Eclipse Glassfish 6.0](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta Connectors](https://github.com/eclipse-ee4j/jca-api) | [2.0](https://jakarta.ee/specifications/connectors/2.0/) | [Eclipse Glassfish 6.0](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta Contexts and Dependency Injection](https://github.com/eclipse-ee4j/cdi) | [3.0](https://jakarta.ee/specifications/cdi/3.0/) | |
| [Jakarta Debugging Support for Other Languages](https://github.com/eclipse-ee4j/jsp-api) | [2.0](https://jakarta.ee/specifications/debugging/2.0/) | [Eclipse GlassFish 6.0](https://eclipse-ee4j.github.io/glassfish/) |
| [Jakarta Dependency Injection](https://github.com/eclipse-ee4j/cdi) | [2.0](https://jakarta.ee/specifications/dependency-injection/2.0/) | |
| [Jakarta Deployment](https://github.com/eclipse-ee4j/enterprise-deployment) | [1.7](https://jakarta.ee/specifications/deployment/1.7/) | [Eclipse GlassFish 5.1](https://eclipse-ee4j.github.io/glassfish/) |
| [Jakarta Enterprise Beans](https://github.com/eclipse-ee4j/ejb-api) | [4.0](https://jakarta.ee/specifications/enterprise-beans/4.0/) | [Eclipse Glassfish 6.0](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta Enterprise Web Services](https://github.com/eclipse-ee4j/jax-ws-api) | [2.0](https://jakarta.ee/specifications/enterprise-ws/2.0/) | [Eclipse Glassfish 6.0](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta Expression Language](https://github.com/eclipse-ee4j/el-ri) | [4.0](https://jakarta.ee/specifications/expression-language/4.0/) | [EE4J Implementation of Expression Language 4.0.0](https://eclipse-ee4j.github.io/el-ri) |
| [Jakarta Interceptors](https://github.com/eclipse-ee4j/interceptor-api) | [2.0](https://jakarta.ee/specifications/interceptors/2.0/) | [Eclipse GlassFish 6.0](https://eclipse-ee4j.github.io/glassfish/) |
| [Jakarta JSON Binding](https://github.com/eclipse-ee4j/jsonb-api) | [2.0](https://jakarta.ee/specifications/jsonb/2.0/) | [Eclipse Yasson 2.0.0](https://eclipse-ee4j.github.io/yasson) |
| [Jakarta JSON Processing](https://github.com/eclipse-ee4j/jsonp) | [2.0](https://jakarta.ee/specifications/jsonp/2.0/) | [Eclipse JSON Processing 2.0.0](https://eclipse-ee4j.github.io/jsonp) |
| [Jakarta Mail](https://github.com/eclipse-ee4j/mail-spec) | [2.0](https://jakarta.ee/specifications/mail/2.0/) | [Eclipse Jakarta Mail 2.0.0](https://eclipse-ee4j.github.io/mail/) |
| [Jakarta Managed Beans](https://github.com/eclipse-ee4j/jakartaee-platform) | [2.0](https://jakarta.ee/specifications/managedbeans/2.0/) | [Eclipse Glassfish 6.0](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta Management](https://github.com/eclipse-ee4j/management-api) | [1.1](https://jakarta.ee/specifications/management/1.1/) | [Eclipse Glassfish 5.1](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta Messaging](https://github.com/eclipse-ee4j/jms-api) | [3.0](https://jakarta.ee/specifications/messaging/3.0/) | [Eclipse OpenMQ 6.0.0](https://github.com/eclipse-ee4j/openmq/releases/tag/6.0.0-RELEASE) |
| [Jakarta Persistence](https://github.com/eclipse-ee4j/jpa-api) | [3.0](https://jakarta.ee/specifications/persistence/3.0/) | [EclipseLink 3.0.0](https://www.eclipse.org/eclipselink) |
| [Jakarta RESTful Web Services](https://github.com/eclipse-ee4j/jaxrs-api) | [3.0](https://jakarta.ee/specifications/restful-ws/3.0/) | [Eclipse Jersey 3.0](https://projects.eclipse.org/projects/ee4j.jersey) |
| [Jakarta Security](https://github.com/eclipse-ee4j/security-api) | [2.0](https://jakarta.ee/specifications/security/2.0/) | [Eclipse Soteria 2.0.0](https://eclipse-ee4j.github.io/soteria) |
| [Jakarta Server Faces](https://github.com/eclipse-ee4j/faces-api) | [3.0](https://jakarta.ee/specifications/faces/3.0/) | [Mojarra 3.0.0](https://eclipse-ee4j.github.io/mojarra) |
| [Jakarta Server Pages](https://github.com/eclipse-ee4j/jsp-api) | [3.0](https://jakarta.ee/specifications/pages/3.0/) | [Eclipse GlassFish 6.0](https://eclipse-ee4j.github.io/glassfish/) |
| [Jakarta Servlet](https://github.com/eclipse-ee4j/servlet-api) | [5.0](https://jakarta.ee/specifications/servlet/5.0/) | [Eclipse GlassFish 6.0](https://eclipse-ee4j.github.io/glassfish/) |
| [Jakarta Standard Tag Library](https://github.com/eclipse-ee4j/jstl-api) | [2.0](https://jakarta.ee/specifications/tags/2.0/) | [Eclipse GlassFish 6.0](https://eclipse-ee4j.github.io/glassfish/) |
| [Jakarta Transactions](https://github.com/eclipse-ee4j/jta-api) | [2.0](https://jakarta.ee/specifications/transactions/2.0/) | [Eclipse GlassFish 6.0](https://eclipse-ee4j.github.io/glassfish/) |
| [Jakarta WebSocket](https://github.com/eclipse-ee4j/websocket-api) | [2.0](https://jakarta.ee/specifications/websocket/2.0/) | [Eclipse GlassFish 6.0](https://eclipse-ee4j.github.io/glassfish/) |
| [Jakarta XML Registries](https://github.com/eclipse-ee4j/jaxr-api) | [1.0](https://jakarta.ee/specifications/xml-registries/1.0/) | [Glassfish 5.1](https://projects.eclipse.org/projects/ee4j.glassfish/downloads) |
| [Jakarta XML RPC](https://github.com/eclipse-ee4j/jax-rpc-ri) | [1.1](https://jakarta.ee/specifications/xml-rpc/1.1/) | [Eclipse XML RPC 1.1.5](https://eclipse-ee4j.github.io/jax-rpc-ri/) |
| Technology | Specification |
|:-----------|:--------------|
| [Jakarta EE Platform Repository](https://github.com/eclipse-ee4j/jakartaee-platform) | [Jakarta EE Platform Specification](https://jakarta.ee/specifications/platform/) |
| [Jakarta EE Web Profile Repository](https://github.com/eclipse-ee4j/jakartaee-platform) | [Jakarta EE Web Profile Specification](https://jakarta.ee/specifications/webprofile/) |
| [Jakarta Annotations Repository](https://github.com/eclipse-ee4j/common-annotations-api) | [Jakarta Annotations Specification](https://jakarta.ee/specifications/annotations/) |
| [Jakarta Authentication Repository](https://github.com/eclipse-ee4j/jaspic) | [Jakarta Authentication Specification](https://jakarta.ee/specifications/authentication/) |
| [Jakarta Authorization Repository](https://github.com/eclipse-ee4j/jacc) | [Jakarta Authorization Specification](https://jakarta.ee/specifications/authorization/) |
| [Jakarta Batch Repository](https://github.com/eclipse-ee4j/batch-api) | [Jakarta Batch Specification](https://jakarta.ee/specifications/batch/) |
| [Jakarta Bean Validation Repository](https://github.com/eclipse-ee4j/beanvalidation-spec) | [Jakarta Bean Validation Specification](https://jakarta.ee/specifications/bean-validation/) |
| [Jakarta Concurrency Repository](https://github.com/eclipse-ee4j/concurrency-api) | [Jakarta Concurrency Specification](https://jakarta.ee/specifications/concurrency/) |
| [Jakarta Connectors Repository](https://github.com/eclipse-ee4j/jca-api) | [Jakarta Connectors Specification](https://jakarta.ee/specifications/connectors/) |
| [Jakarta Contexts and Dependency Injection Repository](https://github.com/eclipse-ee4j/cdi) | [Jakarta Contexts and Dependency Injection Specification](https://jakarta.ee/specifications/cdi/) |
| [Jakarta Debugging Support for Other Languages Repository](https://github.com/eclipse-ee4j/jsp-api) | [Jakarta Debugging Support for Other Languages Specification](https://jakarta.ee/specifications/debugging/) |
| [Jakarta Dependency Injection Repository](https://github.com/eclipse-ee4j/cdi) | [Jakarta Dependency Injection Specification](https://jakarta.ee/specifications/dependency-injection/) |
| [Jakarta Deployment Repository](https://github.com/eclipse-ee4j/enterprise-deployment) | [Jakarta Deployment Specification](https://jakarta.ee/specifications/deployment/) |
| [Jakarta Enterprise Beans Repository](https://github.com/eclipse-ee4j/ejb-api) | [Jakarta Enterprise Beans Specification](https://jakarta.ee/specifications/enterprise-beans/) |
| [Jakarta Enterprise Web Services Repository](https://github.com/eclipse-ee4j/jax-ws-api) | [Jakarta Enterprise Web Services Specification](https://jakarta.ee/specifications/enterprise-ws/) |
| [Jakarta Expression Language Repository](https://github.com/eclipse-ee4j/el-ri) | [Jakarta Expression Language Specification](https://jakarta.ee/specifications/expression-language/) |
| [Jakarta Interceptors Repository](https://github.com/eclipse-ee4j/interceptor-api) | [Jakarta Interceptors Specification](https://jakarta.ee/specifications/interceptors/) |
| [Jakarta JSON Binding Repository](https://github.com/eclipse-ee4j/jsonb-api) | [Jakarta JSON Binding Specification](https://jakarta.ee/specifications/jsonb/) |
| [Jakarta JSON Processing Repository](https://github.com/eclipse-ee4j/jsonp) | [Jakarta JSON Processing Specification](https://jakarta.ee/specifications/jsonp/) |
| [Jakarta Mail Repository](https://github.com/eclipse-ee4j/mail-spec) | [Jakarta Mail Specification](https://jakarta.ee/specifications/mail/) |
| [Jakarta Managed Beans Repository](https://github.com/eclipse-ee4j/jakartaee-platform) | [Jakarta Managed Beans Specification](https://jakarta.ee/specifications/managedbeans/) |
| [Jakarta Management Repository](https://github.com/eclipse-ee4j/management-api) | [Jakarta Management Specification](https://jakarta.ee/specifications/management/) |
| [Jakarta Messaging Repository](https://github.com/eclipse-ee4j/jms-api) | [Jakarta Messaging Specification](https://jakarta.ee/specifications/messaging/) |
| [Jakarta Persistence Repository](https://github.com/eclipse-ee4j/jpa-api) | [Jakarta Persistence Specification](https://jakarta.ee/specifications/persistence/) |
| [Jakarta RESTful Web Services Repository](https://github.com/eclipse-ee4j/jaxrs-api) | [Jakarta RESTful Web Services Specification](https://jakarta.ee/specifications/restful-ws/) |
| [Jakarta Security Repository](https://github.com/eclipse-ee4j/security-api) | [Jakarta Security Specification](https://jakarta.ee/specifications/security/) |
| [Jakarta Server Faces Repository](https://github.com/eclipse-ee4j/faces-api) | [Jakarta Server Faces Specification](https://jakarta.ee/specifications/faces/) |
| [Jakarta Server Pages Repository](https://github.com/eclipse-ee4j/jsp-api) | [Jakarta Server Pages Specification](https://jakarta.ee/specifications/pages/) |
| [Jakarta Servlet Repository](https://github.com/eclipse-ee4j/servlet-api) | [Jakarta Servlet Specification](https://jakarta.ee/specifications/servlet/) |
| [Jakarta Standard Tag Library Repository](https://github.com/eclipse-ee4j/jstl-api) | [Jakarta Standard Tag Library Specification](https://jakarta.ee/specifications/tags/) |
| [Jakarta Transactions Repository](https://github.com/eclipse-ee4j/jta-api) | [Jakarta Transactions Specification](https://jakarta.ee/specifications/transactions/) |
| [Jakarta WebSocket Repository](https://github.com/eclipse-ee4j/websocket-api) | [Jakarta WebSocket Specification](https://jakarta.ee/specifications/websocket/) |
| [Jakarta XML Registries Repository](https://github.com/eclipse-ee4j/jaxr-api) | [Jakarta XML Registries Specification](https://jakarta.ee/specifications/xml-registries/) |
| [Jakarta XML RPC Repository](https://github.com/eclipse-ee4j/jax-rpc-ri) | [Jakarta XML RPC Specification](https://jakarta.ee/specifications/xml-rpc/) |

<br/>
<br/>
Expand All @@ -55,13 +54,13 @@ The following specifications were originally introduced as part of Java EE, but
moved to Java SE. These specifications are being removed from Java SE 11 and are now considered
part of Jakarta EE 9.

| Technology | Specification | EE4J Implementation |
|:-----------|:--------------|:--------------------|
| [Jakarta Activation](https://github.com/eclipse-ee4j/jaf) | [2.0](https://jakarta.ee/specifications/activation/2.0/) | [Eclipse implementation of Jakarta Activation 2.0.0](https://github.com/eclipse-ee4j/activation) |
| [Jakarta XML Web Services](https://github.com/eclipse-ee4j/jax-ws-api) | [3.0](https://jakarta.ee/specifications/xml-web-services/3.0/) | [Eclipse Metro](https://eclipse-ee4j.github.io/metro-jax-ws/) |
| [Jakarta XML Binding](https://github.com/eclipse-ee4j/jaxb-api) | [3.0](https://jakarta.ee/specifications/xml-binding/3.0/) | [Jakarta XML Binding](https://eclipse-ee4j.github.io/jaxb-ri/) |
| [Jakarta SOAP Attachments](https://github.com/eclipse-ee4j/saaj-api) |[2.0](https://jakarta.ee/specifications/soap-attachments/2.0/) |[Eclipse Metro](https://eclipse-ee4j.github.io/metro-jax-ws/) |
| [Jakarta Web Service Metadata](https://github.com/eclipse-ee4j/jws-api) |[3.0](https://jakarta.ee/specifications/web-services-metadata/3.0/) | [Eclipse Metro](https://eclipse-ee4j.github.io/metro-jax-ws/) |
| Technology | Specification |
|:-----------|:--------------|
| [Jakarta Activation Repository](https://github.com/eclipse-ee4j/jaf) | [Jakarta Activation Specification](https://jakarta.ee/specifications/activation/) |
| [Jakarta XML Web Services Repository](https://github.com/eclipse-ee4j/jax-ws-api) | [Jakarta XML Web Services Specification](https://jakarta.ee/specifications/xml-web-services/) |
| [Jakarta XML Binding Repository](https://github.com/eclipse-ee4j/jaxb-api) | [Jakarta XML Binding Specification](https://jakarta.ee/specifications/xml-binding/) |
| [Jakarta SOAP Attachments Repository](https://github.com/eclipse-ee4j/saaj-api) |[Jakarta SOAP Attachments Specification](https://jakarta.ee/specifications/soap-attachments/) |
| [Jakarta Web Service Metadata Repository](https://github.com/eclipse-ee4j/jws-api) |[Jakarta Web Service Metadata Specification](https://jakarta.ee/specifications/web-services-metadata/) |


<br/>
Expand All @@ -70,9 +69,9 @@ part of Jakarta EE 9.

## Related Specifications

The following specifications are not currently included in Jakarta EE, but may be
The following specifications are not currently included in the Jakarta EE Platform, but may be
of interest to Jakarta EE developers.

| Technology | Specification | EE4J Implementation |
|:-----------|:--------------|:--------------------|
| [Jakarta MVC](https://github.com/eclipse-ee4j/mvc-api) | [2.0](https://jakarta.ee/specifications/mvc/2.0/)| [Eclipse Krazo](https://github.com/eclipse-ee4j/krazo) |
| Technology | Specification |
|:-----------|:--------------|
| [Jakarta MVC Repository](https://github.com/eclipse-ee4j/mvc-api) | [Jakarta MVC Specification](https://jakarta.ee/specifications/mvc/)|
34 changes: 34 additions & 0 deletions jakartaee10/JakartaEE10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Jakarta EE 10 (under development)

- [Jakarta EE 10 Release Plan](#jakarta-ee-10-release-plan)
- [Individual Component Release Plans](#individual-component-release-plans)
- [Jakarta EE 10 Schedule](#jakarta-ee-10-schedule)
- [Jakarta EE 10 Project Board](#jakarta-ee-10-project-board)

## Jakarta EE 10 Release Plan

The [Jakarta EE 10 Release Plan](JakartaEE10ReleasePlan) is under construction!

A [Jakarta EE 10 Release Plan FAQ](https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee10/JakartaEE10ReleasePlanFAQ) has also been created to help clarify aspects of the Release Plan.

### Individual Component Release Plans

The key goal of the [Jakarta EE 10 Release Plan](JakartaEE10ReleasePlan) is to continue the evolution of the Jakarta EE Platform.
Most of the component Specifications that make up the Platform and/or Web Profile are planning either a major or minor version update for Jakarta EE 10.

Individual component Specification release plans have been developed by the respective Specification projects.

## Jakarta EE 10 schedule (work in progress)

Overall schedule dates are ***tentative*** and ***subject to change***.

- Final Jakarta EE 10 release - **1Q2022** completion (proposed)
- [Jakarta EE 10 Platform API](tbd)
- [Jakarta EE 10 Web Profile API](tbd)

### Jakarta EE 10 Project board

Jakarta EE 10 will track its development progress with a [Github Project Board](https://github.com/orgs/eclipse-ee4j/projects/21).

The [Jakarta EE Release repo](https://github.com/eclipse-ee4j/jakartaee-release) may be used for Issue tracking across the overall project.
For example, the [Milestone/Release Candidate API artifacts](https://github.com/eclipse-ee4j/jakartaee-release/issues) are tracked in this repository.
6 changes: 6 additions & 0 deletions jakartaee10/JakartaEE10ReleasePlan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Jakarta EE 10 Release Plan

## Under Construction

Current state can be found at this Google doc:
https://docs.google.com/document/d/1U24VmTzAfXcn3WBnVcolb8vhZO-Pnk_bit0CKh_d2jM/edit?usp=sharing
8 changes: 8 additions & 0 deletions jakartaee10/JakartaEE10ReleasePlanFAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# Jakarta EE 10 Release Plan FAQ

This FAQ should be used to complement the [Jakarta EE 10 Release Plan](https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee10/JakartaEE10ReleasePlan).

## FAQ

TBD...
Loading

0 comments on commit 89bc34c

Please sign in to comment.