Wire DevPortal Governance component versions into APIM product#14195
Wire DevPortal Governance component versions into APIM product#14195ashiduDissanayake wants to merge 1 commit into
Conversation
|
|
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR updates Maven dependency versions for APIM components across two module POM files. The ChangesDependency Version Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the APIM product’s dependency wiring to consume newer DevPortal Governance-related backend (carbon-apimgt) and UI (apim-apps / portals) component builds by bumping the referenced component versions in product POM properties.
Changes:
- Bump
carbon.apimgt.ui.versionto9.3.195-SNAPSHOTfor portal/UI components. - Bump
carbon.apimgt.versionto9.33.123-SNAPSHOTfor APIM Carbon components.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| api-control-plane/pom.xml | Updates APIM UI + Carbon component version properties used by the control-plane distribution. |
| all-in-one-apim/pom.xml | Updates APIM UI + Carbon component version properties used by the all-in-one distribution. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <!-- APIM Portals Component Version --> | ||
| <carbon.apimgt.ui.version>9.3.194</carbon.apimgt.ui.version> | ||
| <carbon.apimgt.ui.version>9.3.195-SNAPSHOT</carbon.apimgt.ui.version> | ||
|
|
||
| <!-- APIM Component Version --> | ||
| <carbon.apimgt.version>9.33.122</carbon.apimgt.version> | ||
| <carbon.apimgt.version>9.33.123-SNAPSHOT</carbon.apimgt.version> | ||
|
|
|
|
||
| <!-- APIM Portals Component Version --> | ||
| <carbon.apimgt.ui.version>9.3.194</carbon.apimgt.ui.version> | ||
| <carbon.apimgt.ui.version>9.3.195-SNAPSHOT</carbon.apimgt.ui.version> |
| <!-- APIM Portals Component Version --> | ||
| <carbon.apimgt.ui.version>9.3.194</carbon.apimgt.ui.version> | ||
| <carbon.apimgt.ui.version>9.3.195-SNAPSHOT</carbon.apimgt.ui.version> | ||
|
|
||
| <!-- APIM Component Version --> | ||
| <carbon.apimgt.version>9.33.122</carbon.apimgt.version> | ||
| <carbon.apimgt.version>9.33.123-SNAPSHOT</carbon.apimgt.version> | ||
|
|
Walkthrough Video
Feature walkthrough: Video
The walkthrough covers the complete flow across all three repositories:
Admin ruleset/template creation, server-backed form configuration, hidden default
validation, DevPortal template selection, application creation, snapshot-backed
OAuth governance, and product-level runtime behavior.
Summary:
This PR wires the DevPortal Governance backend and UI component versions into
the APIM product build so the feature is available in the assembled product.
Depends on:
carbon-apimgt and apim-apps PRs for governance template APIs, scopes, DTO fields, and backend enforcement.
Scope:
Documentation
devportal-governance-admin-guide.md
devportal-governance-architecture.md
devportal-governance-developer-guide.md
devportal-governance-docs-index.md
devportal-governance-qa-evidence.md
devportal-governance-rest-api-reference.md
devportal-governance-rule-authoring-guide.md
devportal-governance-upgrade-compatibility.md