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

Address TBDs in platform spec #516

Merged
merged 2 commits into from
Jul 21, 2022
Merged
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: 1 addition & 1 deletion specification/src/main/asciidoc/platform/Introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ Specification Project with guidance provided by the Jakarta EE Working Group
(_https://jakarta.ee/_).

=== Acknowledgements for Jakarta EE 10.0
TBD
The Jakarta EE 10.0 specification was created by the Jakarta EE Platform Specification Project with guidance provided by the Jakarta EE Working Group (https://jakarta.ee/).
10 changes: 9 additions & 1 deletion specification/src/main/asciidoc/platform/RevisionHistory.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
[[revisionHistory]]
== Revision History
=== Changes in Final Release for EE10
TBD
* Updated Java SE base version to 11.
* Added basic module-info.class requirements to API artifacts.
* Added restrictions concerning where jakarta package name usage is appropriate.
* Added SecurityManager deprecation.
* Removed applet requirements.
* Refactored profile requirements to reduce base requirements in Core Profile.
* Removed requirement for Entity Beans, both Container and Bean Managed Persistence (Jakarta Enterprise Beans 4.0, Optional Features, Chapters 3 - 7)
* Removed requirement for embeddable EJB Container (Jakarta Enterprise Beans, Core Features 4.0, Chapter 17)
* Updated <<relateddocs, “Related Documents">> for the updated Specifications in Jakarta EE 10.0.

=== Changes in Final Release EE9.1
==== Editorial Changes
Expand Down