From 28f7deb646f3e410964c9629355ace0f1525053e Mon Sep 17 00:00:00 2001 From: David Mueller Date: Wed, 28 Feb 2024 11:11:45 -0500 Subject: [PATCH] edits #7227 --- modules/reference/pages/feature/feature-overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/reference/pages/feature/feature-overview.adoc b/modules/reference/pages/feature/feature-overview.adoc index e36486d0c..b74c62af4 100644 --- a/modules/reference/pages/feature/feature-overview.adoc +++ b/modules/reference/pages/feature/feature-overview.adoc @@ -61,9 +61,9 @@ To resolve this problem, ensure that the configured features all specify, or tol If you have hard requirements on both feature versions, you must move some of your applications to a different server. ==== Jakarta EE and MicroProfile features -Open Liberty features that support the Jakarta EE and MicroProfile specifications are sensitive to the version of whatever platform specification they target. For example, some features that support the Jakarta EE 10 specification might not interoperate with other features that support the Jakarta EE 8 specification and an error might occur if you enable them in the same server configuration. +Open Liberty features that support the Jakarta EE and MicroProfile specifications are sensitive to the version of whatever platform specification they target. For example, features that support Jakarta EE 10 might not interoperate with features that support Jakarta EE 8. Errors might occur if you enable these features in the same server configuration. -To avoid these errors, enable feature versions that target the same platform specification version. You can use MicroProfile or Jakarta EE <<#conv,convenience features>> to automatically enable features that target the same platform specification version instead of enabling them individually. For more information about the individual feature versions that align with each platform specification version, see the **Features that this feature enables** section on the feature:microprofile[display=MicroProfile] or feature:jakartaee[display=Jakarta EE Platform] convenience feature pages. +To avoid these errors, use the MicroProfile or Jakarta EE <<#conv,convenience features>> to automatically enable features that support the same platform specification version. If you prefer to enable the features individually, see the **Features that this feature enables** section on the feature:microprofile[display=MicroProfile] or feature:jakartaee[display=Jakarta EE Platform] convenience feature pages. You can use this list to determine which individual feature versions align with each platform specification version. For more information about moving from one version of a MicroProfile or Jakarta EE specification to another, see the relevant "Differences between" pages in the xref:microprofile-api.adoc[MicroProfile API] and xref:jakarta-ee-api.adoc[Jakarta EE API] sections of the documentation.