Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edits #7259

Merged
merged 1 commit into from
Feb 28, 2024
Merged

edits #7259

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/reference/pages/feature/feature-overview.adoc
Original file line number Diff line number Diff line change
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