Skip to content

Commit

Permalink
First pass at removing core profile requirements, jakartaee#413
Browse files Browse the repository at this point in the history
Signed-off-by: starksm64 <[email protected]>
  • Loading branch information
starksm64 committed Nov 18, 2021
1 parent d4ca5fc commit fd944ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specification/src/main/asciidoc/platform/Profiles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The Jakarta EE Web Profile Specification,
published in conjunction with the present specification, defines the
first Jakarta EE profile, the Web Profile.

The Jakarta EE Core Profile Specification is a minimal profile that is published separately from the Web Profile and this specification.

The definition of other profiles is left to
future specifications.

Expand Down Expand Up @@ -147,7 +149,7 @@ annotations defined by the Common Annotations specification ( _Resource_,
_Resources_, _PostConstruct_, _PreDestroy_ )

The following functionality is required to be
supported in all Jakarta EE profiles:
supported in all Jakarta EE profiles other than the Core Profile:

* JNDI “java:” naming context (see <<a607, JNDI Naming Context>>)
* Jakarta Transactions
Expand Down

0 comments on commit fd944ed

Please sign in to comment.