Merged
Conversation
…bility Spring Security classes reference commons-logging types which are banned in Spring Boot 4.x. The jcl-over-slf4j bridge needs to be available at compile time, not just test time, to resolve these type references.
All child pom.xml files were referencing parent version 3.0.10-SNAPSHOT which doesn't exist. Updated them to reference 3.0.9-SNAPSHOT.
BinoyOza-okta
approved these changes
Jan 30, 2026
|
How is it possible that this PR got approved and merged. You seriously need to check your review process. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Okta Spring Boot 3.0.9: Spring Boot 4.x & Spring Security 7.x Support
Summary
This release brings full support for Spring Boot 4.0.1 and Spring Security 7.0.2, including critical fixes for dependency management and reactive OAuth2 configuration compatibility.
What's Changed
✅ Core Updates
✅ Critical Fixes
Reactive OAuth2 Configuration - Fixed
NoSuchMethodErrorin Spring Security 7.xCommons-Logging Dependency Management - Added explicit exclusions
Maven Central Validation - Explicit spring-core version management
org.springframework:spring-core:7.0.2to dependencyManagement📝 Breaking Changes