You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[java-security] Enrich JsonParsingException to detect wrong authorization headers earlier
[token-client]
ClientCredentials: solves incompatible change between 2.9.0 and 2.10.0
OAuth2TokenResponse.getTokenType() exposes token type as provided by token request
[spring-xsuaa]
XsuaaServiceConfigurationDefault.hasProperty("apiurl") returns true if VCAP_SERVICES-xsuaa-credentials contains attribute "apiurl"
-XsuaaServiceConfigurationDefault.getProperty("apiurl") returns value from VCAP_SERVICES-xsuaa-credentials-apiurl or null, if attribute does not exist.
[spring-security]HybridJwtDecoder raises BadJwtException if token is invalid and can not be decoded