kiwiproject / kiwi

A set of Java utilities that we could not find in Guava or Apache Commons...or we just felt like having our own version.
MIT License
12 stars 1 forks source link

Replace/remove "JAX-RS" in javadocs #1136

Closed sleberknight closed 6 months ago

sleberknight commented 6 months ago

JAX-RS has been superseded by Jakarta RESTful Web Services.

Our javadocs on many of the classes that use Jakarta RESTful Web Services still use the old JAX-RS acronym.

We should change those to reference Jakarta RESTful Web Services, but since that's really long, we can probably shorten it to Jakarta REST.

Note that we decided against renaming the classes and packages to avoid a lot of code changes, so the package is still org.kiwiproject.jaxrs and some classes still contain "Jaxrs" in their names, for example JaxrsBadRequestException and KiwiJaxrsValidations. By updating the documentation, it can make things a more clear that we're using Jakarta RESTful Web Services.