Skip to content

Version 3.3.0

Compare
Choose a tag to compare
@liga-oz liga-oz released this 27 Nov 13:23
· 279 commits to main since this release
8aaf7c3
  • [java-security-test] ⚠️ Breaking Change To validate mocked XSUAA tokens issued by java-security-test module, the uaadomain property of the service configuration must now include the port of the Wiremock server.
    Likewise for validating IAS tokens, the trusted domains array of the service configuration also needs to include the Wiremock URL including the port.
    The full wiremock URL is available via SecurityTestContext#getWireMockServer#baseUrl.

    Note: If you are building your configuration via SecurityTestContext#getOAuth2ServiceConfigurationBuilderFromFile, this will already be preconfigured correctly, but you must not overwrite these properties with only "localhost".

  • [java-security]

    • [XSUAA/IAS] Adapt optimized server API
  • [spring-xsuaa]

    • Adapt optimized server API