eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
132 stars 82 forks source link

Use full spec name once for JAX-RS #563

Closed Azquelt closed 1 year ago

Azquelt commented 1 year ago

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.

Fixes #527