Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuelle committed Feb 28, 2024
1 parent 86d8d46 commit 28f7deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/reference/pages/feature/feature-overview.adoc
Expand Up @@ -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.

Expand Down

0 comments on commit 28f7deb

Please sign in to comment.