-
Deprecated InterfacesInterfaceDescriptionsince spring-security-oauth2 reached EOL
-
Deprecated ClassesClassDescriptionin favour of
OAuth2AccessTokenInterceptor
since spring-security-oauth2 reached EOL
-
Deprecated MethodsMethodDescriptionin favour of
FeignClient.qualifiers()
. If bothFeignClient.qualifier()
andFeignClient.qualifiers()
are present, we will use the latter, unless the array returned byFeignClient.qualifiers()
is empty or only containsnull
or whitespace values, in which case we'll fall back first toFeignClient.qualifier()
and, if that's also not present, to the default =contextId + "FeignClient"
.
-
Deprecated Constructors
-
Deprecated Annotation Type ElementsAnnotation Type ElementDescriptionin favour of
FeignClient.qualifiers()
. If bothFeignClient.qualifier()
andFeignClient.qualifiers()
are present, we will use the latter, unless the array returned byFeignClient.qualifiers()
is empty or only containsnull
or whitespace values, in which case we'll fall back first toFeignClient.qualifier()
and, if that's also not present, to the default =contextId + "FeignClient"
.