Version 2.2.0
- [spring-xsuaa]
PropertySourceFactorysupports custom property sources and default can optionally be disabled withspring.xsuaa.disable-default-property-source=true - [spring-xsuaa] Supports Spring Core
5.2.0.RELEASEand Spring Boot2.2.0.RELEASE - [spring-xsuaa] Deprecates
TokenUrlUtilsin favor ofOAuth2ServiceEndpointsProvider - [spring-xsuaa]
XsuaaJwtDecoderBuildercan be configured with yourRestOperations(RestTemplate). When using auto-configuration yourRestTemplatebean is used by default. - Internally, we've cleaned up maven dependencies (converged versions) and
- removed transient dependency of
spring-security-oauth2tojackson. - introduced
org.owasp.dependency-check-mavenwhich performs CVSS checks.
- removed transient dependency of
- [token-client] supports password token flows as documented here.
Hint:
- Make sure that in
@SpringBootTestannotation theXsuaaAutoConfigurationis specified before theXsuaaTokenFlowAutoConfigurationclass.
