oauth: api: add missing version since - #13890
Conversation
follow up of PR apache#13033
There was a problem hiding this comment.
Pull request overview
This PR is a small follow-up to the Keycloak OAuth provider work (PR #13033) that fixes API metadata by adding missing since = "4.23.0" versioning on newly introduced OAuth provider parameters, improving generated API documentation and version-awareness for clients.
Changes:
- Add
since = "4.23.0"toauthorizeUrlandtokenUrlparameters inregisterOAuthProvider. - Add
since = "4.23.0"toauthorizeUrlandtokenUrlparameters inupdateOAuthProvider.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugins/user-authenticators/oauth2/src/main/java/org/apache/cloudstack/oauth2/api/command/UpdateOAuthProviderCmd.java | Adds missing API since metadata to the new OAuth provider URL parameters on update. |
| plugins/user-authenticators/oauth2/src/main/java/org/apache/cloudstack/oauth2/api/command/RegisterOAuthProviderCmd.java | Adds missing API since metadata to the new OAuth provider URL parameters on register. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13890 +/- ##
=========================================
Coverage 19.65% 19.65%
- Complexity 19794 19795 +1
=========================================
Files 6368 6368
Lines 574889 574889
Branches 70353 70353
=========================================
Hits 112985 112985
+ Misses 449634 449633 -1
- Partials 12270 12271 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
heads-up @winterhazel @weizhouapache , should this go in rc3? |
follow up of PR #13033
Description
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?