Skip to content

3.7.0

Choose a tag to compare

@NiklasHerrmann21 NiklasHerrmann21 released this 16 Apr 12:11
· 8 commits to main-3.x since this release
cf52a80
  • Split token-client module into three modules for improved dependency management:
    • token-client-core: Plain Java implementation without Spring dependencies
    • token-client-spring: Spring-specific implementations (SpringOAuth2TokenKeyService, SpringOidcConfigurationService, XsuaaOAuth2TokenService)
    • token-client: Wrapper module including both for backward compatibility
  • Applications without Spring can now use token-client-core to avoid unnecessary Spring dependencies
  • Existing applications using token-client continue to work without changes
  • java-security module now depends on token-client-core instead of token-client (removing unnecessary Spring transitive dependencies)