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

closes: #27057

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
(cherry picked from commit cbe185fbab)
This commit is contained in:
Steven Hawkins
2024-03-21 17:34:44 -04:00
committed by GitHub
parent 2454565083
commit 895da882cf

View File

@@ -34,6 +34,8 @@ or <<_extensions_jpa,Extending the datamodel with custom JPA entities>>.
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