From 8fb4dba3872ccf8f58213e2835b2a86d370117b4 Mon Sep 17 00:00:00 2001 From: Ivar Grimstad Date: Mon, 13 Jan 2025 13:42:59 +0100 Subject: [PATCH 1/3] Link to relevant JSR from Jakarta EE 8 spec pages --- activation/1.2/_index.md | 2 ++ annotations/1.3/_index.md | 2 ++ authentication/1.1/_index.md | 2 ++ authorization/1.5/_index.md | 2 ++ batch/1.0/_index.md | 2 ++ bean-validation/2.0/_index.md | 2 ++ cdi/2.0/_index.md | 2 ++ concurrency/1.1/_index.md | 2 ++ connectors/1.7/_index.md | 2 ++ debugging/1.0/_index.md | 2 ++ dependency-injection/1.0/_index.md | 2 ++ deployment/1.7/_index.md | 2 ++ enterprise-beans/3.2/_index.md | 2 ++ enterprise-ws/1.4/_index.md | 2 ++ expression-language/3.0/_index.md | 2 ++ faces/2.3/_index.md | 2 ++ interceptors/1.2/_index.md | 2 ++ jsonb/1.0/_index.md | 2 ++ jsonp/1.1/_index.md | 2 ++ mail/1.6/_index.md | 2 ++ management/1.1/_index.md | 2 ++ messaging/2.0/_index.md | 2 ++ pages/2.3/_index.md | 2 ++ persistence/2.2/_index.md | 2 ++ platform/8/_index.md | 2 ++ restful-ws/2.1/_index.md | 2 ++ security/1.0/_index.md | 2 ++ servlet/4.0/_index.md | 2 ++ tags/1.2/_index.md | 2 ++ transactions/1.3/_index.md | 4 +++- web-services-metadata/2.1/_index.md | 2 ++ webprofile/8/_index.md | 2 ++ websocket/1.1/_index.md | 2 ++ xml-binding/2.3/_index.md | 2 ++ xml-registries/1.0/_index.md | 2 ++ xml-rpc/1.1/_index.md | 2 ++ 36 files changed, 73 insertions(+), 1 deletion(-) diff --git a/activation/1.2/_index.md b/activation/1.2/_index.md index 986ee2e22a..6ef8a4f985 100644 --- a/activation/1.2/_index.md +++ b/activation/1.2/_index.md @@ -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) diff --git a/annotations/1.3/_index.md b/annotations/1.3/_index.md index 1b21001988..5d761decce 100644 --- a/annotations/1.3/_index.md +++ b/annotations/1.3/_index.md @@ -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) diff --git a/authentication/1.1/_index.md b/authentication/1.1/_index.md index ecb887c29f..dfef92ce7f 100644 --- a/authentication/1.1/_index.md +++ b/authentication/1.1/_index.md @@ -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) diff --git a/authorization/1.5/_index.md b/authorization/1.5/_index.md index 8dc81bde1c..2c4ccb1bb6 100644 --- a/authorization/1.5/_index.md +++ b/authorization/1.5/_index.md @@ -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) diff --git a/batch/1.0/_index.md b/batch/1.0/_index.md index 6f3eac1ad8..c98f7b8f7e 100644 --- a/batch/1.0/_index.md +++ b/batch/1.0/_index.md @@ -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) diff --git a/bean-validation/2.0/_index.md b/bean-validation/2.0/_index.md index 40ef65f86c..4fd7813048 100644 --- a/bean-validation/2.0/_index.md +++ b/bean-validation/2.0/_index.md @@ -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) diff --git a/cdi/2.0/_index.md b/cdi/2.0/_index.md index 1193fd76f0..fd236ba6f5 100644 --- a/cdi/2.0/_index.md +++ b/cdi/2.0/_index.md @@ -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) diff --git a/concurrency/1.1/_index.md b/concurrency/1.1/_index.md index b97cd7529a..3f0efab2d7 100644 --- a/concurrency/1.1/_index.md +++ b/concurrency/1.1/_index.md @@ -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 365](http://jcp.org/en/jsr/detail?id=365) 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) diff --git a/connectors/1.7/_index.md b/connectors/1.7/_index.md index 7f12ff516e..add0263a3e 100644 --- a/connectors/1.7/_index.md +++ b/connectors/1.7/_index.md @@ -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) diff --git a/debugging/1.0/_index.md b/debugging/1.0/_index.md index 09672da4b6..707a6197dd 100644 --- a/debugging/1.0/_index.md +++ b/debugging/1.0/_index.md @@ -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)) diff --git a/dependency-injection/1.0/_index.md b/dependency-injection/1.0/_index.md index 066ab73976..6694c8562c 100644 --- a/dependency-injection/1.0/_index.md +++ b/dependency-injection/1.0/_index.md @@ -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) diff --git a/deployment/1.7/_index.md b/deployment/1.7/_index.md index 850d717d53..9c8a3e0f41 100644 --- a/deployment/1.7/_index.md +++ b/deployment/1.7/_index.md @@ -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 [JSR 88](http://jcp.org/en/jsr/detail?id=88) under the [EFSL](https://www.eclipse.org/legal/efsl/). + * [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) diff --git a/enterprise-beans/3.2/_index.md b/enterprise-beans/3.2/_index.md index f269f968cc..cce45ead28 100644 --- a/enterprise-beans/3.2/_index.md +++ b/enterprise-beans/3.2/_index.md @@ -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) diff --git a/enterprise-ws/1.4/_index.md b/enterprise-ws/1.4/_index.md index 2cb68a1fe6..b361d19706 100644 --- a/enterprise-ws/1.4/_index.md +++ b/enterprise-ws/1.4/_index.md @@ -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) diff --git a/expression-language/3.0/_index.md b/expression-language/3.0/_index.md index ca6008f3fa..331fc268fc 100644 --- a/expression-language/3.0/_index.md +++ b/expression-language/3.0/_index.md @@ -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) diff --git a/faces/2.3/_index.md b/faces/2.3/_index.md index 0fc13850c8..837024e8c8 100644 --- a/faces/2.3/_index.md +++ b/faces/2.3/_index.md @@ -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) diff --git a/interceptors/1.2/_index.md b/interceptors/1.2/_index.md index 72b5a7c69d..f3b87ea0aa 100644 --- a/interceptors/1.2/_index.md +++ b/interceptors/1.2/_index.md @@ -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) diff --git a/jsonb/1.0/_index.md b/jsonb/1.0/_index.md index 3cbf23c8c7..67f348c40b 100644 --- a/jsonb/1.0/_index.md +++ b/jsonb/1.0/_index.md @@ -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) diff --git a/jsonp/1.1/_index.md b/jsonp/1.1/_index.md index 8f21531f6e..7912e282d0 100644 --- a/jsonp/1.1/_index.md +++ b/jsonp/1.1/_index.md @@ -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) diff --git a/mail/1.6/_index.md b/mail/1.6/_index.md index 793add8e62..394e170174 100644 --- a/mail/1.6/_index.md +++ b/mail/1.6/_index.md @@ -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) diff --git a/management/1.1/_index.md b/management/1.1/_index.md index 1111cca4c1..a9755f806d 100644 --- a/management/1.1/_index.md +++ b/management/1.1/_index.md @@ -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) diff --git a/messaging/2.0/_index.md b/messaging/2.0/_index.md index e9c1efddce..129e83f34d 100644 --- a/messaging/2.0/_index.md +++ b/messaging/2.0/_index.md @@ -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) diff --git a/pages/2.3/_index.md b/pages/2.3/_index.md index 8f70b81b8b..c2fc08e828 100644 --- a/pages/2.3/_index.md +++ b/pages/2.3/_index.md @@ -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) diff --git a/persistence/2.2/_index.md b/persistence/2.2/_index.md index 29283b3be3..8e158441cb 100644 --- a/persistence/2.2/_index.md +++ b/persistence/2.2/_index.md @@ -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) diff --git a/platform/8/_index.md b/platform/8/_index.md index f280bfabfc..6f876b4918 100644 --- a/platform/8/_index.md +++ b/platform/8/_index.md @@ -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) diff --git a/restful-ws/2.1/_index.md b/restful-ws/2.1/_index.md index cc3c7325c1..be2f098d68 100644 --- a/restful-ws/2.1/_index.md +++ b/restful-ws/2.1/_index.md @@ -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) diff --git a/security/1.0/_index.md b/security/1.0/_index.md index 583098f904..7948bc5625 100644 --- a/security/1.0/_index.md +++ b/security/1.0/_index.md @@ -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) diff --git a/servlet/4.0/_index.md b/servlet/4.0/_index.md index 035e7400a2..d2d6d63138 100644 --- a/servlet/4.0/_index.md +++ b/servlet/4.0/_index.md @@ -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) diff --git a/tags/1.2/_index.md b/tags/1.2/_index.md index 42c0f204a9..32b7336595 100644 --- a/tags/1.2/_index.md +++ b/tags/1.2/_index.md @@ -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) diff --git a/transactions/1.3/_index.md b/transactions/1.3/_index.md index 45a1f74cb1..4b05441047 100644 --- a/transactions/1.3/_index.md +++ b/transactions/1.3/_index.md @@ -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/). * [Jakarta Transactions 1.3 Specification Document](./transactions-spec-1.3.pdf) (PDF) * [Jakarta Transactions 1.3 Specification Document](./transactions-spec-1.3.html) (HTML) diff --git a/web-services-metadata/2.1/_index.md b/web-services-metadata/2.1/_index.md index 3a7b73a4ef..9f679e4e2b 100644 --- a/web-services-metadata/2.1/_index.md +++ b/web-services-metadata/2.1/_index.md @@ -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) diff --git a/webprofile/8/_index.md b/webprofile/8/_index.md index 07df5fc9fd..c19f1be718 100644 --- a/webprofile/8/_index.md +++ b/webprofile/8/_index.md @@ -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) diff --git a/websocket/1.1/_index.md b/websocket/1.1/_index.md index 713bad9c4d..c5e59fc66c 100644 --- a/websocket/1.1/_index.md +++ b/websocket/1.1/_index.md @@ -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) diff --git a/xml-binding/2.3/_index.md b/xml-binding/2.3/_index.md index 55476b2f77..41c2944665 100644 --- a/xml-binding/2.3/_index.md +++ b/xml-binding/2.3/_index.md @@ -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) diff --git a/xml-registries/1.0/_index.md b/xml-registries/1.0/_index.md index 6fc1e23a9d..c3c869b4fc 100644 --- a/xml-registries/1.0/_index.md +++ b/xml-registries/1.0/_index.md @@ -8,6 +8,8 @@ services that enable sharing of information between interested parties. The shared information is maintained as objects in a compliant registry. All access to registry content is exposed via the interfaces defined for the Registry Services. +This specification is a re-release of [JSR 93](http://jcp.org/en/jsr/detail?id=93) under the [EFSL](https://www.eclipse.org/legal/efsl/). + * [Jakarta XML Registries 1.0 Specification Document](./xml-registries-spec-1.0.pdf) (PDF) * [Jakarta XML Registries 1.0 Specification Document](./xml-registries-spec-1.0.html) (HTML) * [Jakarta XML Registries 1.0 Javadoc](./apidocs) diff --git a/xml-rpc/1.1/_index.md b/xml-rpc/1.1/_index.md index 5133d574e7..a7ce4837a5 100644 --- a/xml-rpc/1.1/_index.md +++ b/xml-rpc/1.1/_index.md @@ -5,6 +5,8 @@ summary: "First release for Jakarta EE 8" --- Jakarta XML-based RPC defines consistent Java APIs for using XML based RPC standards. +This specification is a re-release of [JSR 101](http://jcp.org/en/jsr/detail?id=101) under the [EFSL](https://www.eclipse.org/legal/efsl/). + * [Jakarta XML RPC 1.1 Specification Document](./xml-rpc-spec-1.1.pdf) (PDF) * [Jakarta XML RPC 1.1 Specification Document](./xml-rpc-spec-1.1.html) (HTML) * [Jakarta XML RPC 1.1 Javadoc](./apidocs) From 958eb8fde06f9d3e506c7d7277a6974de348dd99 Mon Sep 17 00:00:00 2001 From: Ivar Grimstad Date: Mon, 13 Jan 2025 16:36:01 +0100 Subject: [PATCH 2/3] Update concurrency --- concurrency/1.1/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concurrency/1.1/_index.md b/concurrency/1.1/_index.md index 3f0efab2d7..2a19dced59 100644 --- a/concurrency/1.1/_index.md +++ b/concurrency/1.1/_index.md @@ -5,7 +5,7 @@ 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 365](http://jcp.org/en/jsr/detail?id=365) under the [EFSL](https://www.eclipse.org/legal/efsl/). +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) From 9f43096895f30d8db96998cf922e2b60289aa8bb Mon Sep 17 00:00:00 2001 From: Ivar Grimstad Date: Thu, 16 Jan 2025 10:46:57 +0100 Subject: [PATCH 3/3] Update Deployment ref to 1.2 --- deployment/1.7/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/1.7/_index.md b/deployment/1.7/_index.md index 9c8a3e0f41..dffeb72b20 100644 --- a/deployment/1.7/_index.md +++ b/deployment/1.7/_index.md @@ -6,7 +6,7 @@ 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 [JSR 88](http://jcp.org/en/jsr/detail?id=88) under the [EFSL](https://www.eclipse.org/legal/efsl/). +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/). * [Jakarta Deployment 1.7 Specification Document](./deployment-spec-1.7.pdf) (PDF) * [Jakarta Deployment 1.7 Specification Document](./deployment-spec-1.7.html) (HTML)