Package io.apicurio.registry.rest
-
Class Summary Class Description CompatibilityV1ApiRequestFilter Request filter that rewrites requests from the path the API had for the 1.X releases to it's new location under "/apis/registry/v1" This is just a compatibility utility to make upgrades from 1.X to 2.X easier and less error prone, it's preferable to update the clients configuration to use the proper new API path.HeadersHack Remove once Quarkus issue #9887 is fixed!RegistryApplication RegistryApplicationServletFilter This Servlet Filter combines various functionalities that can be configured using config properties: Multitenancy: the registry can accept per-tenant URLs, accepting requests like /t/{tenantId}/...rest of the api...RegistryExceptionMapper TODO use v1 beans when appropriate (when handling REST API v1 calls) -
Exception Summary Exception Description MissingRequiredParameterException