-
Notifications
You must be signed in to change notification settings - Fork 79
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
base: master
Are you sure you want to change the base?
Changes from 4 commits
09afcdb
3dc6058
9aa66c1
127f9e1
0f89831
4e58ab4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 --> | ||
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add the link There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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/). | ||
|
There was a problem hiding this comment.
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