Document WSO2 Integrator 5.0.0 availability - #2373
Conversation
Added note about WSO2 Integrator 5.0.0 availability for early adopters.
📝 WalkthroughSummary
WalkthroughThe release documentation now includes a “WSO2 Integrator 5.0.0 Availability” callout under “What’s new in this release?”. The note states that the product is available for early adopters and links to the corresponding documentation. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@en/docs/get-started/about-this-release.md`:
- Around line 48-49: Update the “WSO2 Integrator 5.0.0 Availability” note to
link directly to the version-specific 5.0.0 release or release-notes page on the
WSO2 Integration Platform documentation portal, replacing the generic
integration landing-page URL.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: a5df0eca-22b6-45d5-b036-d197de061dcf
📒 Files selected for processing (1)
en/docs/get-started/about-this-release.md
| ??? note "WSO2 Integrator 5.0.0 Availability" | ||
| - WSO2 Integrator 5.0.0 is available for early adopters. For more details, see [WSO2 Integrator 5.0.0 documentation](https://wso2.com/integration/). |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
echo "Repository file context:"
if [ -f en/docs/get-started/about-this-release.md ]; then
nl -ba en/docs/get-started/about-this-release.md | sed -n '35,55p'
fi
echo
echo "Links to wso2.com/integration in docs:"
rg -n "wso2\.com/integration|ws02\.com/integration|Integration 5\.0\.0|Integrator 5\.0\.0" en/docs docs 2>/dev/null || true
echo
echo "Nearby WSO2 product version docs URLs:"
rg -n "documentation\](https://wso2\.com|https://wso2\.com/.*5\.0\.0|5\.0\.0 documentation" en/docs docs 2>/dev/null | head -100 || trueRepository: wso2/docs-mi
Length of output: 215
🌐 Web query:
WSO2 Integrator 5.0.0 documentation URL
💡 Result:
The official documentation for WSO2 Integrator 5.0.0 is hosted on the WSO2 Integration Platform documentation portal at https://wso2.com/integration-platform/docs/ [1]. WSO2 Integrator 5.0.0 is a unified milestone release for the WSO2 Integration Platform that consolidates previous profiles (such as MI and SI) into a single offering [2][3]. You can access the specific release notes and further details within the official documentation portal under the reference section [1][2]. Additionally, the official WSO2 Documentation hub at https://wso2.com/documentation provides access to documentation for various WSO2 products and versions [4].
Citations:
- 1: https://wso2.com/integration-platform/docs/
- 2: https://wso2.com/integration-platform/docs/reference/appendix/release-notes
- 3: https://wso2.com/library/blogs/wso2-integrator-5-0-0-release/
- 4: https://wso2.com/documentation
🏁 Script executed:
#!/bin/bash
set -euo pipefail
shopt -s nullglob
echo "Repository file context:"
if [ -f en/docs/get-started/about-this-release.md ]; then
awk '{printf "%6d\t%s\n", NR, $0}' en/docs/get-started/about-this-release.md | sed -n '35,55p'
else
echo "en/docs/get-started/about-this-release.md not found"
fi
echo
echo "Links to wso2.com/integration in repository files:"
rg -n "wso2\.com/integration[^/]|\bIntegrator 5\.0\.0\bin|WSO2 Integrator 5\.0\.0" en/docs . 2>/dev/null | head -120 || true
echo
echo "Nearby WSO2 product version docs URLs in docs:"
rg -n "documentation\]\(https://wso2\.com/(integration-platform/docs|integration/|documentation|integration/[^)]*5\.0\.0)" en/docs 2>/dev/null | head -120 || trueRepository: wso2/docs-mi
Length of output: 2876
Link to the WSO2 Integrator 5.0.0 documentation page.
https://wso2.com/integration/ is the generic integration landing page, and the 5.0.0 material is hosted on the WSO2 Integration Platform documentation portal. Update this to the version-specific release/release-notes URL, or replace it with the stable document for early adopters.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@en/docs/get-started/about-this-release.md` around lines 48 - 49, Update the
“WSO2 Integrator 5.0.0 Availability” note to link directly to the
version-specific 5.0.0 release or release-notes page on the WSO2 Integration
Platform documentation portal, replacing the generic integration landing-page
URL.
Source: Path instructions
Added note about WSO2 Integrator 5.0.0 availability for early adopters.
Purpose
Resolves #2355
Goals
Add documentation note regarding WSO2 Integrator 5.0.0 release.
Approach
Added a new note box in
about-this-release.mdwith the link to WSO2 Integrator 5.0.0 documentation.User stories
N/A
Release note
N/A
Documentation
Updated
en/docs/get-started/about-this-release.mdTraining
N/A
Certification
N/A
Marketing
N/A
Automation tests
N/A
Security checks
Samples
N/A
Related PRs
N/A
Migrations (if applicable)
N/A
Test environment
N/A
Learning
N/A