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

7624-MicroProfile Rest Client 4.0 ID-2 #7683

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/rest-clients.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can use MicroProfile REST Client with Open Liberty by enabling the feature:m

If you update your server from a version of the feature:mpRestClient[display=MicroProfile REST Client] earlier than 3.0 to version 3.0 or higher, changes in API behavior might require you to update to your application code. For more information, see xref:reference:diff/mp-41-50-diff.adoc#rc[Differences between MicroProfile REST Client 3.0 and 2.0].

In addition, If you update your server to version 4.0 of the feature:mpRestClient[display=MicroProfile REST Client], see xref:reference:diff/mp-70-61-diff.adoc#rc[Differences between MicroProfile REST Client 4.0 and 3.0].
In addition, If you update your server to version 4.0 of the feature:mpRestClient[display=MicroProfile REST Client], see xref:reference:diff/mp-61-70-diff.adoc#rc[Differences between MicroProfile REST Client 4.0 and 3.0].

== Synchronous and asynchronous REST clients

Expand Down