Skip to content

Commit

Permalink
Apply new template for Platform (#542)
Browse files Browse the repository at this point in the history
Changelog added
  • Loading branch information
ivargrimstad authored Sep 20, 2022
1 parent 6dd0ba3 commit 7bea1f7
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion platform/10/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,26 @@ summary: "Release of the Jakarta EE 10 Platform"
---
The Jakarta EE Platform defines a standard platform for hosting Jakarta EE applications.

# Artifacts
### New features, enhancements or additions
<!-- List here -->
* Added basic module-info.class requirements to API artifacts
* Added restrictions concerning where jakarta package name usage is appropriate
* Added SecurityManager deprecation
* Refactored profile requirements to reduce base requirements in Core Profile

### Removals, deprecations or backwards incompatible changes
<!-- List here -->
* Removed applet requirements
* 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)

### Minimum Java SE Version
<!-- Specify the minimum required Java SE version for this specification -->
**Java SE 11 or higher**

# Details

* [Jakarta EE Platform 10 Release Record](https://projects.eclipse.org/projects/ee4j.jakartaee-platform/releases/10)
* [Staged Jakarta EE 10 Release Plan](https://docs.google.com/document/d/1U24VmTzAfXcn3WBnVcolb8vhZO-Pnk_bit0CKh_d2jM/edit#)
Expand Down

0 comments on commit 7bea1f7

Please sign in to comment.