3.7.0
·
8 commits
to main-3.x
since this release
- Split
token-clientmodule into three modules for improved dependency management:token-client-core: Plain Java implementation without Spring dependenciestoken-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-coreto avoid unnecessary Spring dependencies - Existing applications using
token-clientcontinue to work without changes java-securitymodule now depends ontoken-client-coreinstead oftoken-client(removing unnecessary Spring transitive dependencies)