Skip to content

Commit 1580d21

Browse files
updates to 25.0.0.8-GA blog
1 parent 797ad5d commit 1580d21

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

posts/2025-08-12-25.0.0.8.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ image::img/blog/blog_btn_stack.svg[Ask a question on Stack Overflow, align="cent
128128
[#microprofile]
129129
== MicroProfile 7.1
130130

131-
MicroProfile 7.1 (`MP 7.1`) is a minor release, which has the following MicroProfile component specifications and works with Jakarta EE 10 Core Profile:
131+
MicroProfile 7.1 (`MP 7.1`) is a minor release which has the following MicroProfile component specifications and works with Jakarta EE 10 Core Profile:
132132

133133
- link:https://jakarta.ee/specifications/coreprofile/10/[Jakarta EE 10 Core Profile]
134134
- link:https://github.com/eclipse/microprofile-config/releases/tag/3.1[MicroProfile Config 3.1]
@@ -158,7 +158,7 @@ To enable MicroProfile 7.1, add the following feature to your `server.xml`:
158158
[#telemetry]
159159
=== MicroProfile Telemetry 2.1
160160

161-
MicroProfile Telemetry 2.1(`mpTelemetry-2.1`) provides developers with updated Open Telemetry technology. The feature now uses OpenTelemetry v1.48.0, which was updated from v1.39.0. The previously exposed experimental APIs are now stable.
161+
MicroProfile Telemetry 2.1 (`mpTelemetry-2.1`) provides developers with updated Open Telemetry technology. The feature now uses OpenTelemetry v1.48.0, which is updated from v1.39.0. The previously exposed experimental APIs are now stable.
162162

163163
```xml
164164
<featureManager>
@@ -185,15 +185,15 @@ For more information about MicroProfile Telemetry, see the following links:
185185

186186
OpenAPI is a standardized way of documenting REST APIs in a JSON or YAML format. MicroProfile OpenAPI helps to generate and serve OpenAPI documentation for REST applications that are built by using JAX-RS or Jakarta restfulWS. This can be useful for developers to test out the API during development, or for people who use API in production.
187187

188-
To use the new MicroProfile OpenAPI 4.1 feature, first add the feature to your `server.xml`:
188+
To use the new MicroProfile OpenAPI 4.1 (`mpOpenAPI-4.1`) feature, first add the feature to your `server.xml`:
189189

190190
```xml
191191
<featureManager>
192192
<feature>mpOpenAPI-4.1</feature>
193193
</featureManager>
194194
```
195195

196-
Next, deploy any REST application. Then, in a web browser, go to `/openapi` on the Liberty server to view the YAML OpenAPI document, or go to `/openapi/ui` for a user interface to browse through the documentation. To enhance the documentation, use link:https://download.eclipse.org/microprofile/microprofile-open-api-4.1/apidocs/[annotations] in code to add things like textual descriptions to each method. The annotations are available as a maven dependency:
196+
Next, deploy any REST application. Then, in a web browser, go to `/openapi` on the Liberty server to view the YAML OpenAPI document, or go to `/openapi/ui` for a user interface to browse through the documentation. To enhance the documentation, use link:https://download.eclipse.org/microprofile/microprofile-open-api-4.1/apidocs/[annotations] in code to add additional information, like textual descriptions, to each method. The annotations are available as a maven dependency:
197197

198198
```xml
199199
<dependency>
@@ -209,12 +209,12 @@ MicroProfile OpenAPI 4.1 is a small release which adds:
209209
- The ability to set the link:https://spec.openapis.org/oas/v3.1.0.html#fixed-fields[`jsonSchemaDialect` field on the OpenAPI object] using the link:https://download.eclipse.org/microprofile/microprofile-open-api-4.1/apidocs/org.eclipse.microprofile.openapi/org/eclipse/microprofile/openapi/models/OpenAPI.html#setJsonSchemaDialect(java.lang.String)[model API]
210210
- New methods `hasExtension` and `getExtension` on link:https://download.eclipse.org/microprofile/microprofile-open-api-4.1/apidocs/org.eclipse.microprofile.openapi/org/eclipse/microprofile/openapi/models/Extensible.html[`Extensible`] in the model API
211211

212-
More information about MicroProfile OpenAPI can be found in
212+
For more information about MicroProfile OpenAPI, see:
213213

214-
- the Open Liberty link:https://openliberty.io/guides/microprofile-openapi.html[guide]
215-
- the Open Liberty link:https://openliberty.io/docs/latest/documentation-openapi.html[documentation]
216-
- the link:https://download.eclipse.org/microprofile/microprofile-open-api-4.1/apidocs/[javadoc]
217-
- the link:https://download.eclipse.org/microprofile/microprofile-open-api-4.1/microprofile-openapi-spec-4.1.html[specification]
214+
- The Open Liberty link:https://openliberty.io/guides/microprofile-openapi.html[guide]
215+
- The Open Liberty link:https://openliberty.io/docs/latest/documentation-openapi.html[documentation]
216+
- The link:https://download.eclipse.org/microprofile/microprofile-open-api-4.1/apidocs/[javadoc]
217+
- The link:https://download.eclipse.org/microprofile/microprofile-open-api-4.1/microprofile-openapi-spec-4.1.html[specification]
218218
// DO NOT MODIFY THIS LINE. </GHA-BLOG-TOPIC>
219219

220220
[#CVEs]

0 commit comments

Comments
 (0)