Skip to content

Commit

Permalink
7610-MicroProfile 7.0 ID-6
Browse files Browse the repository at this point in the history
7610-MicroProfile 7.0 ID-6

#7610
  • Loading branch information
ramkumar-k-9286 committed Nov 20, 2024
1 parent 18e6277 commit 4d78db2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/reference/pages/diff/mp-61-70-diff.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ If you are updating your application from using MicroProfile 6.1 features to usi

link:https://download.eclipse.org/microprofile/microprofile-7.0/microprofile-spec-7.0.html[MicroProfile 7.0] is a major release that includes backward-incompatible changes. One significant update is the replacement of MicroProfile Metrics with MicroProfile Telemetry 2.0, which offers Metrics capabilities in addition to support for logs and tracing.

If you are using MicroProfile Metrics from MicroProfile 6.1, you will need to add the following in your `server.xml` file when upgrading to MicroProfile 7.0.
If you are using MicroProfile Metrics from MicroProfile 6.1, you need to add the following in your `server.xml` file when upgrading to MicroProfile 7.0.

[source,xml]
----
<feature>mpMetrics-5.1</feature>
----

If your application does not use any APIs from MicroProfile Metrics, your application will have the Metrics from MicroProfile Telemetry 2.0, and no migration effort is required.
If your application does not use any APIs from MicroProfile Metrics, your application has the Metrics from MicroProfile Telemetry 2.0, and no migration effort is required.

In Open Liberty, the Jakarta EE 10 Core Profile features are automatically included with the `microProfile-7.0` feature to provide a smoother upgrade experience from `microProfile-6.1`.
In Open Liberty, the feature:jakartaee-10.0[display=Jakarta EE 10 Core Profile] features are automatically included with the `microProfile-7.0` feature to provide a smoother upgrade experience from `microProfile-6.1`.



Expand All @@ -58,7 +58,7 @@ In Open Liberty, the Jakarta EE 10 Core Profile features are automatically inclu

With the release of the feature:mpRestClient-4.0[display=MicroProfile REST Client 4.0] feature, the underlying MicroProfile REST Client implementation for Open Liberty is now compatible with Jakarta EE 10 and is designed to tolerate Jakarta EE 11.

The following sections provide details about changes in behavior between the feature:mpRestClient-3.0[display=mpRestClient-3.0] and feature:mpRestClient-4.0[display=mpRestClient-4.0] features.
The following sections provide details about changes in behavior between the feature:mpRestClient-3.0[display=MicroProfile Rest Client 3.0] and feature:mpRestClient-4.0[display=MicroProfile Rest Client 4.0] features.


=== Client creation without URI
Expand All @@ -85,7 +85,7 @@ RestClientBuilder.newBuilder()
.build(SomeClient.class)
----

=== Processing Multipart Data
=== Processing multipart data

Information and example code are added to the link:https://download.eclipse.org/microprofile/microprofile-rest-client-4.0/microprofile-rest-client-spec-4.0.html#_processing_multipart_data[MicroProfile Rest Client 4.0 specification] for processing multipart data, introduced as part of RESTful Web Services version 3.1 in EE10.

Expand Down

0 comments on commit 4d78db2

Please sign in to comment.