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

Updates to stage the core profile 11.0.0 release #782

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
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)
Comment on lines +28 to +29
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better if "core profile" here was capitalised. This would better align it with the usage in the other bullet points

Suggested change
* [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 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add the links

starksm64 marked this conversation as resolved.
Show resolved Hide resolved
* Open Liberty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the link

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is the only thing stopping the release review from starting, I think we can go ahead with it. The links can be added after completion.

Copy link
Contributor

@Emily-Jiang Emily-Jiang Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to have the link added according to the review process. Besides, people can cast their vote can be confident with their vote. It is so easy to fix.

starksm64 marked this conversation as resolved.
Show resolved Hide resolved

# 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