Skip to content

Commit

Permalink
Updates to stage the core profile 11.0.0 release (#782)
Browse files Browse the repository at this point in the history
* Updates to stage the core profile 11.0.0 release

Signed-off-by: Scott M Stark <[email protected]>

* Updates for final core profile 11.0 release

Signed-off-by: Scott M Stark <[email protected]>

* Uncomment the tck location information

Signed-off-by: Scott M Stark <[email protected]>

* Add ratifying compatible implementations

Signed-off-by: Scott M Stark <[email protected]>

* Update coreprofile/11/_index.md

Co-authored-by: Emily Jiang <[email protected]>

* Update coreprofile/11/_index.md

Co-authored-by: Emily Jiang <[email protected]>

* Update coreprofile/11/_index.md

Co-authored-by: Andrew Pielage <[email protected]>

---------

Signed-off-by: Scott M Stark <[email protected]>
Co-authored-by: Emily Jiang <[email protected]>
Co-authored-by: Andrew Pielage <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2025
1 parent ad12754 commit 0d0edd5
Show file tree
Hide file tree
Showing 3 changed files with 801 additions and 11 deletions.
28 changes: 17 additions & 11 deletions coreprofile/11/_index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
---
title: "Jakarta EE Core Profile 11 (Under development)"
date: 2023-07-17
title: "Jakarta EE Core Profile 11"
date: 2024-10-16
summary: "Release of the Jakarta EE Core Profile 11"
---
The Jakarta EE Core Profile defines a profile of the Jakarta EE platform specifically targeted at smaller runtimes.

### New features, enhancements or additions
<!-- List here -->
* Support for Java Records
* Updates of the dependencies for Jakarta EE 11
* Jakarta Annotations 2.1 to 3.0
* Jakarta Interceptors 2.1 to 2.2
* Jakarta Contexts and Dependency Injection 4.0 to 4.1
* Jakarta RESTful Web Services 3.1 to 4.0

### Removals, deprecations or backwards incompatible changes
<!-- List here -->
Expand All @@ -21,18 +25,20 @@ The Jakarta EE Core Profile defines a profile of the Jakarta EE platform specifi

* [Jakarta EE Core Profile 11 Release Record](https://projects.eclipse.org/projects/ee4j.jakartaee-platform/releases/core-profile-11)
* [Jakarta EE Platform 11 Release Plan](https://jakartaee.github.io/platform/jakartaee11/JakartaEE11ReleasePlan)
* [Jakarta EE 11 M4 core profile Specification Document](./jakarta-coreprofile-spec-11.0-M4.pdf) (PDF)
* [Jakarta EE 11 M4 core profile Specification Document](./jakarta-coreprofile-spec-11.0-M4.html) (HTML)
* [Jakarta Core Profile 11 M4 Javadoc](./apidocs)
* [Jakarta EE 11 Core Profile Specification Document](./jakarta-coreprofile-spec-11.0.pdf) (PDF)
* [Jakarta EE 11 Core Profile Specification Document](./jakarta-coreprofile-spec-11.0.html) (HTML)
* [Jakarta Core Profile 11 Javadoc](./apidocs)
* Maven coordinates
* [jakarta.platform:jakarta.jakartaee-core-api:jar:11.0.0-M4](https://central.sonatype.com/artifact/jakarta.platform/jakarta.jakartaee-core-api/11.0.0-M4/jar)
* [jakarta.platform:jakarta.jakartaee-core-api:jar:11.0.0](https://central.sonatype.com/artifact/jakarta.platform/jakarta.jakartaee-core-api/11.0.0/jar)

<!--
* [Jakarta Core Profile 10.0 TCK](https://download.eclipse.org/jakartaee/coreprofile/11/jakarta-core-profile-tck-11.0.0.zip)
([sig](https://download.eclipse.org/jakartaee/coreprofile/11/jakarta-core-profile-tck-10.0.0.zip.sig),
* [Jakarta Core Profile 11.0 TCK](https://download.eclipse.org/jakartaee/coreprofile/11/jakarta-core-profile-tck-11.0.0.zip)
([sig](https://download.eclipse.org/jakartaee/coreprofile/11/jakarta-core-profile-tck-11.0.0.zip.sig),
[sha](https://download.eclipse.org/jakartaee/coreprofile/11/jakarta-core-profile-tck-11.0.0.zip.sha256),
[pub](https://jakarta.ee/specifications/jakartaee-spec-committee.pub))
-->
* Compatible Implementations used for [ratification](https://www.eclipse.org/projects/efsp/?version=1.2#efsp-ratification).
* [WildFly Preview 34.0.0](https://github.com/wildfly/wildfly/releases/download/34.0.0.Final/wildfly-preview-34.0.0.Final.zip)
* [Open Liberty 24.0.0.11-beta](https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/beta/24.0.0.11-beta/openliberty-24.0.0.11-beta.zip)

# Compatible Implementations

Compatible Implementations of the Jakarta EE Core Profile specification are eligible to use the _Jakarta EE Compatible_ logo. For more information, see [Get Listed](/compatibility/get-listed/).
Expand Down
Loading

0 comments on commit 0d0edd5

Please sign in to comment.