Skip to content

Version 2.5.2

Compare
Choose a tag to compare
@nenaraab nenaraab released this 16 Mar 15:26
0573c18

2.5.2

  • [java-api], [java-security], [token-client] works with logger api slf4j-api and does no longer provide the slf4j-implementation. Please have a look at the java-security/README.md#logging documentation.
  • [xsuaa-spring-boot-starter] update spring-boot (security) dependency versions #239.
  • [java-security-test] SecurityTestRule.setKeys allows to customize private/public keys that are located in the resource path, e.g. src/main/resources or src/test/resources.
  • [java-security-test] configures the modulus of the public key provided by WireMock. With that the public key can be consumed by the Nimbus Jwt decoder.
  • [java-security-test] JwtGenerator now generates a default jwks_url (jku) for XSUAA tokens.
  • [samples/spring-security-xsuaa-usage] demonstrates how to setup JUnit tests using java-security-test library.

Dependency upgrades

  • Spring Security 5.2.2
  • Spring Boot 2.2.5
  • Spring Core to 5.2.4