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

Link to relevant JSR from Jakarta EE 8 spec pages #792

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions activation/1.2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ MIME type of an arbitrary piece of data; encapsulate access to it;
discover the operations available on it; and instantiate the
appropriate bean to perform the operation(s).

This specification is a re-release of [JSR 925](http://jcp.org/en/jsr/detail?id=925) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Activation 1.2 Specification Document](./activation-spec-1.2.pdf) (PDF)
* [Jakarta Activation 1.2 Specification Document](./activation-spec-1.2.html) (HTML)
* [Jakarta Activation 1.2 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions annotations/1.3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "Initial version of the Jakarta Annotations spec for Jakarta EE 8."
Jakarta Annotations defines a collection of annotations representing common semantic concepts that
enable a declarative style of programming that applies across a variety of Java technologies.

This specification is a re-release of [JSR 250](http://jcp.org/en/jsr/detail?id=250) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Annotations 1.3 Specification Document](./annotations-spec-1.3.pdf) (PDF)
* [Jakarta Annotations 1.3 Specification Document](./annotations-spec-1.3.html) (HTML)
* [Jakarta Annotations 1.3 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions authentication/1.1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and pass an authenticated identity (such as name and groups) to the container.
Jakarta Authentication consists of several profiles, with each profile telling how a specific container
(such as Jakarta Servlet) can integrate with- and adapt to this SPI.

This specification is a re-release of [JSR 196](http://jcp.org/en/jsr/detail?id=196) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Authentication 1.1 Specification Document](./authentication-spec-1.1.pdf) (PDF)
* [Jakarta Authentication 1.1 Specification Document](./authentication-spec-1.1.html) (HTML)
* [Jakarta Authentication 1.1 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions authorization/1.5/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ facilitating subject based security by determining whether a given subject has a
to transform security constraints for specific containers (such as Jakarta Servlet or Jakarta Enterprise Beans) into
these permissions.

This specification is a re-release of [JSR 115](http://jcp.org/en/jsr/detail?id=115) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Authorization 1.5 Specification Document](./authorization-spec-1.5.pdf) (PDF)
* [Jakarta Authorization 1.5 Specification Document](./authorization-spec-1.5.html) (HTML)
* [Jakarta Authorization 1.5 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions batch/1.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ summary: "First release for Jakarta EE 8"
---
Jakarta Batch specifies a Java API plus an XML-based job specification language (JSL), which lets you compose batch jobs in XML from reusable Java application artifacts and conveniently parameterize different executions of a single job.

This specification is a re-release of [JSR 352](http://jcp.org/en/jsr/detail?id=352) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Batch 1.0 Specification Document](./batch-spec-1.0.pdf) (PDF)
* [Jakarta Batch 1.0 Specification Document](./batch-spec-1.0.html) (HTML)
* [Jakarta Batch 1.0 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions bean-validation/2.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ summary: "Initial Jakarta release of Jakarta Bean Validation"
---
Jakarta Bean Validation defines a metadata model and API for JavaBean and method validation.

This specification is a re-release of [JSR 380](http://jcp.org/en/jsr/detail?id=380) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Bean Validation 2.0 Specification Document](./bean-validation_2.0.pdf) (PDF)
* [Jakarta Bean Validation 2.0 Specification Document](./bean-validation_2.0.html) (HTML)
* [Jakarta Bean Validation 2.0 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions cdi/2.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "Final for Jakarta EE 8"

Jakarta Contexts Dependency Injection specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI).

This specification is a re-release of [JSR 365](http://jcp.org/en/jsr/detail?id=365) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Contexts Dependency Injection 2.0 Specification Document](./cdi-spec-2.0.pdf) (PDF)
* [Jakarta Contexts Dependency Injection 2.0 Specification Document](./cdi-spec-2.0.html) (HTML)
* [Jakarta Contexts Dependency Injection 2.0 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions concurrency/1.1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ summary: "Jakarta EE 8 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.

This specification is a re-release of [JSR 236](http://jcp.org/en/jsr/detail?id=236) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Concurrency 1.1 Specification Document](./concurrency-spec-1.1.pdf) (PDF)
* [Jakarta Concurrency 1.1 Specification Document](./concurrency-spec-1.1.html) (HTML)
* [Jakarta Concurrency 1.1 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions connectors/1.7/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ summary: "Jakarta EE 8 Connectors Specification."
---
The Jakarta Connectors specification defines a standard architecture for Jakarta EE application components to connect to Enterprise Information Systems.

This specification is a re-release of [JSR 322](http://jcp.org/en/jsr/detail?id=322) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Connectors 1.7 Specification Document](./connectors-spec-1.7.pdf) (PDF)
* [Jakarta Connectors 1.7 Specification Document](./connectors-spec-1.7.html) (HTML)
* [Jakarta Connectors 1.7 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions debugging/1.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ programs executed under the Java virtual machine but written in languages
other than the Java programming language, can be debugged with references to
the original source (for example, source file and line number references).

This specification is a re-release of [JSR 45](http://jcp.org/en/jsr/detail?id=45) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Debugging Support for Other Languages 1.0 Specification Document](./debugging_1.0.pdf) (PDF)
* [Jakarta Debugging Support for Other Languages 1.0 Specification Document](./debugging_1.0.html) (HTML)
* [Jakarta Debugging Support for Other Languages TCK](https://download.eclipse.org/jakartaee/debugging/1.0/jakarta-debugging-tck-1.0.0.zip) ([sig](https://download.eclipse.org/jakartaee/debugging/1.0/jakarta-debugging-tck-1.0.0.zip.sig),[sha](https://download.eclipse.org/jakartaee/debugging/1.0/jakarta-debugging-tck-1.0.0.zip.sha256),[pub](https://jakarta.ee/specifications/jakartaee-spec-committee.pub))
Expand Down
2 changes: 2 additions & 0 deletions dependency-injection/1.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "Final for Jakarta EE 8"

Jakarta Dependency Injection specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI).

This specification is a re-release of [JSR 330](http://jcp.org/en/jsr/detail?id=330) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Dependency Injection 1.0 Specification Document](./injection-spec-1.0.pdf) (PDF)
* [Jakarta Dependency Injection 1.0 Specification Document](./injection-spec-1.0.html) (HTML)
* [Jakarta Dependency Injection 1.0 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions deployment/1.7/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "First release for Jakarta EE 8"
Jakarta Deployment defines standard APIs that will enable any deployment tool that uses the
deployment APIs to deploy any assembled application onto a Jakarta EE compatible platform.

This specification is a re-release of Java EE Application Deployment 1.2 [JSR 88](http://jcp.org/en/jsr/detail?id=88) under the [EFSL](https://www.eclipse.org/legal/efsl/).

ivargrimstad marked this conversation as resolved.
Show resolved Hide resolved
* [Jakarta Deployment 1.7 Specification Document](./deployment-spec-1.7.pdf) (PDF)
* [Jakarta Deployment 1.7 Specification Document](./deployment-spec-1.7.html) (HTML)
* [Jakarta Deployment 1.7 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions enterprise-beans/3.2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "First release for Jakarta EE 8"

Jakarta Enterprise Beans defines an architecture for the development and deployment of component-based business applications.

This specification is a re-release of [JSR 345](http://jcp.org/en/jsr/detail?id=345) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Enterprise Beans 3.2 Specification Document](./enterprise-beans-spec-3.2.pdf) (PDF)
* [Jakarta Enterprise Beans 3.2 Specification Document](./enterprise-beans-spec-3.2.html) (HTML)
* [Jakarta Enterprise Beans 3.2 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions enterprise-ws/1.4/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "First release for Jakarta EE 8"

This specification defines the Web Services for Jakarta EE architecture.

This specification is a re-release of [JSR 109](http://jcp.org/en/jsr/detail?id=109) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Enterprise Web Services 1.4 Specification Document](./enterprise-ws-spec-1.4.pdf) (PDF)
* [Jakarta Enterprise Web Services 1.4 Specification Document](./enterprise-ws-spec-1.4.html) (HTML)

Expand Down
2 changes: 2 additions & 0 deletions expression-language/3.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ summary: "First release for Jakarta EE 8"
---
Jakarta Expression Language defines an expression language for Java applications.

This specification is a re-release of [JSR 341](http://jcp.org/en/jsr/detail?id=341) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Expression Language 3.0 Specification Document](./expression-language-spec-3.0.pdf) (PDF)
* [Jakarta Expression Language 3.0 Specification Document](./expression-language-spec-3.0.html) (HTML)
* [Jakarta Expression Language 3.0 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions faces/2.3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Jakarta Server Faces defines an MVC framework for building user interfaces for w
including UI components, state management, event handing, input validation, page navigation, and
support for internationalization and accessibility.

This specification is a re-release of [JSR 372](http://jcp.org/en/jsr/detail?id=372) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Server Faces 2.3 Specification Document](./faces-spec-2.3.pdf) (PDF)
* [Jakarta Server Faces 2.3 Specification Document](./faces-spec-2.3.html) (HTML)
* [Jakarta Server Faces 2.3 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions interceptors/1.2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Jakarta Interceptors defines a means of interposing on business method invocatio
events—such as lifecycle events and timeout events—that occur on instances of Jakarta EE components
and other managed classes.

This specification is a re-release of [JSR 318](http://jcp.org/en/jsr/detail?id=318) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Interceptors 1.2 Specification Document](./interceptors-spec-1.2.pdf) (PDF)
* [Jakarta Interceptors 1.2 Specification Document](./interceptors-spec-1.2.html) (HTML)
* [Jakarta Interceptors 1.2 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions jsonb/1.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ summary: "First release for Jakarta EE 8"
---
Jakarta JSON Binding defines a binding framework for converting Java(R) objects to and from JSON documents.

This specification is a re-release of [JSR 367](http://jcp.org/en/jsr/detail?id=367) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta JSON Binding 1.0 Specification Document](./jsonb-spec-1.0.pdf) (PDF)
* [Jakarta JSON Binding 1.0 Specification Document](./jsonb-spec-1.0.html) (HTML)
* [Jakarta JSON Binding 1.0 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions jsonp/1.1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "First release for Jakarta EE 8"
Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and
querying JSON documents.

This specification is a re-release of [JSR 374](http://jcp.org/en/jsr/detail?id=374) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta JSON Processing 1.1 Specification Document](./jsonp-spec-1.1.pdf) (PDF)
* [Jakarta JSON Processing 1.1 Specification Document](./jsonp-spec-1.1.html) (HTML)
* [Jakarta JSON Processing 1.1 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions mail/1.6/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "First release for Jakarta EE 8"

Jakarta Mail defines a platform-independent and protocol-independent framework to build mail and messaging applications.

This specification is a re-release of [JSR 919](http://jcp.org/en/jsr/detail?id=919) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Mail 1.6 Specification Document](./mail-spec-1.6.pdf) (PDF)
* [Jakarta Mail 1.6 Specification Document](./mail-spec-1.6.html) (HTML)
* [Jakarta Mail 1.6 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions management/1.1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "Initial release of Management API 1.1 for Jakarta EE 8"
Jakarta Management defines a standard management model for exposing and accessing the management information,
operations, and parameters of the Jakarta EE Platform components.

This specification is a re-release of [JSR 77](http://jcp.org/en/jsr/detail?id=77) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Management 1.1 Specification Document](./management-spec-1.1.pdf) (PDF)
* [Jakarta Management 1.1 Specification Document](./management-spec-1.1.html) (HTML)
* [Jakarta Management 1.1 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions messaging/2.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "Final release for Jakarta EE 8"

Jakarta Messaging describes a means for Java applications to create, send, and receive messages via loosely coupled, reliable asynchronous communication services.

This specification is a re-release of [JSR 343](http://jcp.org/en/jsr/detail?id=343) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Messaging 2.0 Specification Document](./messaging-spec-2.0.pdf) (PDF)
* [Jakarta Messaging 2.0 Specification Document](./messaging-spec-2.0.html) (HTML)
* [Jakarta Messaging 2.0 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions pages/2.3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Jakarta Server Pages defines a template engine for web applications that support
(including HTML and XML) with custom tags, expression language, and embedded Java code, that gets compiled
into a Jakarta Servlet.

This specification is a re-release of [JSR 245](http://jcp.org/en/jsr/detail?id=245) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Server Pages 2.3 Specification Document](./pages-spec-2.3.pdf) (PDF)
* [Jakarta Server Pages 2.3 Specification Document](./pages-spec-2.3.html) (HTML)
* [Jakarta Server Pages 2.3 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions persistence/2.2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "First release for Jakarta EE 8"
Jakarta Persistence defines a standard for management of persistence
and object/relational mapping in Java(R) environments.

This specification is a re-release of [JSR 338](http://jcp.org/en/jsr/detail?id=338) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Persistence 2.2 Specification Document](./persistence_2.2.pdf) (PDF)
* [Jakarta Persistence 2.2 Specification Document](./persistence_2.2.html) (HTML)
* [Jakarta Persistence 2.2 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions platform/8/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ seo_title: "Jakarta EE Platform 8 | Standards for Jakarta EE applications"
---
The Jakarta EE Platform defines a standard platform for hosting Jakarta EE applications.

This specification is a re-release of [JSR 366](http://jcp.org/en/jsr/detail?id=366) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta EE Platform 8 Specification Document](./platform-spec-8.pdf) (PDF)
* [Jakarta EE Platform 8 Specification Document](./platform-spec-8.html) (HTML)
* [Jakarta EE Platform 8 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions restful-ws/2.1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "First release for Jakarta EE 8"
Jakarta RESTful Web Services provides a foundational API to develop web services
following the Representational State Transfer (REST) architectural pattern.

This specification is a re-release of [JSR 370](http://jcp.org/en/jsr/detail?id=370) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta RESTful Web Services 2.1 Specification Document](restful-ws-spec-2.1.pdf) (PDF)
* [Jakarta RESTful Web Services 2.1 Specification Document](restful-ws-spec-2.1.html) (HTML)
* [Jakarta RESTful Web Services 2.1 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions security/1.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ summary: "First release for Jakarta EE 8"
---
Jakarta Security defines a standard for creating secure Jakarta EE applications in modern application paradigms.

This specification is a re-release of [JSR 375](http://jcp.org/en/jsr/detail?id=375) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Security 1.0 Specification Document](./security-spec-1.0.pdf) (PDF)
* [Jakarta Security 1.0 Specification Document](./security-spec-1.0.html) (HTML)
* [Jakarta Security 1.0 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions servlet/4.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ summary: "First release for Jakarta EE 8"
---
Jakarta Servlet defines a server-side API for handling HTTP requests and responses.

This specification is a re-release of [JSR 369](http://jcp.org/en/jsr/detail?id=369) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Servlet 4.0 Specification Document](./servlet-spec-4.0.pdf) (PDF)
* [Jakarta Servlet 4.0 Specification Document](./servlet-spec-4.0.html) (HTML)
* [Jakarta Servlet 4.0 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions tags/1.2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Jakarta Standard Tag Library has support for common, structural tasks such as it
for manipulating XML documents, internationalization tags, and SQL tags. It also provides a framework for integrating
existing custom tags with Jakarta Standard Tag Library tags.

This specification is a re-release of [JSR 52](http://jcp.org/en/jsr/detail?id=52) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Standard Tag Library 1.2 Specification Document](./tags-1.2-spec.pdf) (PDF)
* [Jakarta Standard Tag Library 1.2 Specification Document](./tags-1.2-spec.html) (HTML)
* [Jakarta Standard Tag Library 1.2 Javadoc](./apidocs)
Expand Down
4 changes: 3 additions & 1 deletion transactions/1.3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: "Jakarta Transactions 1.3"
date: 2019-09-10
summary: "First release for Jakarta EE 8"
---
Jakarta Transactions
Jakarta Transactions.

This specification is a re-release of [JSR 907](http://jcp.org/en/jsr/detail?id=907) under the [EFSL](https://www.eclipse.org/legal/efsl/).
ivargrimstad marked this conversation as resolved.
Show resolved Hide resolved

* [Jakarta Transactions 1.3 Specification Document](./transactions-spec-1.3.pdf) (PDF)
* [Jakarta Transactions 1.3 Specification Document](./transactions-spec-1.3.html) (HTML)
Expand Down
2 changes: 2 additions & 0 deletions web-services-metadata/2.1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use of metadata, a non-normative processing model for metadata annotated web ser
source files, runtime requirements for a container, and annotations used for WSDL,
binding, and configuration.

This specification is a re-release of [JSR 181](http://jcp.org/en/jsr/detail?id=181) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta Web Services Metadata 2.1 Specification Document](./ws-metadata-spec-2.1.pdf) (PDF)
* [Jakarta Web Services Metadata 2.1 Specification Document](./ws-metadata-spec-2.1.html) (HTML)
* [Jakarta Web Services Metadata 2.1 Javadoc](./apidocs/index.html?overview-summary.html)
Expand Down
2 changes: 2 additions & 0 deletions webprofile/8/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ summary: "Initial release of the Jakarta EE 8 Web Profile"
---
The Jakarta EE Web Profile defines a profile of the Jakarta EE Platform specifically targeted at web applications.

This specification is a re-release of [JSR 366](http://jcp.org/en/jsr/detail?id=366) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta EE Web Profile 8 Specification Document](./webprofile-spec-8.pdf) (PDF)
* [Jakarta EE Web Profile 8 Specification Document](./webprofile-spec-8.html) (HTML)
* [Jakarta EE Web Profile 8 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions websocket/1.1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "First release for Jakarta EE 8"
Jakarta WebSocket defines a API for Server and Client Endpoints
for the WebSocket protocol (RFC6455).

This specification is a re-release of [JSR 356](http://jcp.org/en/jsr/detail?id=356) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta WebSocket 1.1 Specification Document](./websocket-spec-1.1.pdf) (PDF)
* [Jakarta WebSocket 1.1 Specification Document](./websocket-spec-1.1.html) (HTML)
* [Jakarta WebSocket 1.1 Javadoc](./apidocs)
Expand Down
2 changes: 2 additions & 0 deletions xml-binding/2.3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ summary: "Initial release of Jakarta XML Binding"
The Jakarta XML Binding provides an API and tools that automate the mapping
between XML documents and Java objects.

This specification is a re-release of [JSR 222](http://jcp.org/en/jsr/detail?id=222) under the [EFSL](https://www.eclipse.org/legal/efsl/).

* [Jakarta XML Binding 2.3 Specification Document](./xml-binding-spec-2.3.pdf) (PDF)
* [Jakarta XML Binding 2.3 Specification Document](./xml-binding-spec-2.3.html) (HTML)
* [Jakarta XML Binding 2.3 Javadoc](./apidocs/index.html?overview-summary.html)
Expand Down
Loading