Version 2.2.0
- [spring-xsuaa]
PropertySourceFactory
supports custom property sources and default can optionally be disabled withspring.xsuaa.disable-default-property-source=true
- [spring-xsuaa] Supports Spring Core
5.2.0.RELEASE
and Spring Boot2.2.0.RELEASE
- [spring-xsuaa] Deprecates
TokenUrlUtils
in favor ofOAuth2ServiceEndpointsProvider
- [spring-xsuaa]
XsuaaJwtDecoderBuilder
can be configured with yourRestOperations
(RestTemplate
). When using auto-configuration yourRestTemplate
bean is used by default. - Internally, we've cleaned up maven dependencies (converged versions) and
- removed transient dependency of
spring-security-oauth2
tojackson
. - introduced
org.owasp.dependency-check-maven
which performs CVSS checks.
- removed transient dependency of
- [token-client] supports password token flows as documented here.
Hint:
- Make sure that in
@SpringBootTest
annotation theXsuaaAutoConfiguration
is specified before theXsuaaTokenFlowAutoConfiguration
class.