Skip to content

Version 2.17.3

Choose a tag to compare

@liga-oz liga-oz released this 16 Jan 14:29
· 6 commits to main-2.x since this release
  • [java-security]
    • add name property of service binding as property to OAuth2ServiceConfiguration
    • reduce HybridTokenFactory logging noise - in case of missing service configuration warn message will be logged just once
  • [java-api]
    • add ServiceConstant#NAME which can be used to access that property
  • [env]
    • service plan property is no longer uppercased when building OAuth2ServiceConfiguration from service bindings of the environment
  • [spring-security]
    • fixes a bug in which a second XSUAA configuration of plan "broker" was ignored in spring-security auto-configuration for versions >= 2.16.0 and < 2.17.3
    • add setName getName, setPlan, getPlan to OAuth2ServiceConfigurationProperties, which means, the list of XsuaaServiceConfigurations can now be filtered based on these properties.
  • [token-client]
    • remove httpclient caching from DefaultHttpClientFactory (#1416)ybr

Dependency upgrades

  • bump spring-core version to 5.3.31
  • bump spring-security version to 5.8.9
  • bump commons io version to 2.15.1