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:
parent
1ca8d4f31a
commit
cbe185fbab
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue