doc: add a note about lack of other JAX-RS support (#28048)

closes: #27057

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steven Hawkins 2024-03-21 11:59:22 -04:00 committed by GitHub
parent 1ca8d4f31a
commit cbe185fbab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,8 @@ Your JAX-RS resource is only recognized by the server and registered as a valid
For details on how to package and deploy a custom provider, refer to the <<_providers,Service Provider Interfaces>> chapter.
NOTE: While it is possible to install other JAX-RS components via the providers extension mechanism, such as filters and interceptors, these are not officially supported.
[[_extensions_spi]]
=== Add your own custom SPI