Skip to content

Commit 8900fa6

Browse files
committed
Use full spec name once for JAX-RS
The full spec name is Jakarta RESTful Web Services. We should use the full name at least once and then abbreviate it to JAX-RS (which is the name everyone knows). Also remove a reference specifically to JAX-RS 2.0.
1 parent d70799d commit 8900fa6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ RESTful Services.
5050

5151
This MicroProfile specification, called OpenAPI, aims to provide a set of Java
5252
interfaces and programming models which allow Java developers to natively produce
53-
OpenAPI v3 documents from their JAX-RS applications.
53+
OpenAPI v3 documents from their applications written using Jakarta RESTful Web
54+
Services (JAX-RS).
5455

5556
== Architecture
5657

@@ -176,7 +177,7 @@ There are many different ways to provide input for the generation of the resulti
176177
OpenAPI document.
177178

178179
The MP OpenAPI specification requires vendors to produce a valid OpenAPI document
179-
from pure JAX-RS 2.0 applications. This means that vendors must process all the
180+
from pure JAX-RS applications. This means that vendors must process all the
180181
relevant JAX-RS annotations (such as `@Path` and `@Consumes`) as well as Java objects
181182
(POJOs) used as input or output to JAX-RS operations. This is a good place to
182183
start for application developers that are new to OpenAPI: just deploy your existing

0 commit comments

Comments
 (0)