From fd944ed908a2a1c6f3a79225d445ee2c25297dc7 Mon Sep 17 00:00:00 2001 From: starksm64 Date: Thu, 18 Nov 2021 09:49:35 -0600 Subject: [PATCH] First pass at removing core profile requirements, #413 Signed-off-by: starksm64 --- specification/src/main/asciidoc/platform/Profiles.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/src/main/asciidoc/platform/Profiles.adoc b/specification/src/main/asciidoc/platform/Profiles.adoc index 600898bb..699215ec 100644 --- a/specification/src/main/asciidoc/platform/Profiles.adoc +++ b/specification/src/main/asciidoc/platform/Profiles.adoc @@ -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. @@ -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 <>) * Jakarta Transactions