Fix outdated versions, typos, and misspelled filenames in docs#10436
Fix outdated versions, typos, and misspelled filenames in docs#10436ChaoXoX wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #10436 +/- ##
=============================================
- Coverage 48.99% 47.96% -1.04%
+ Complexity 13459 13280 -179
=============================================
Files 1375 1377 +2
Lines 100394 100613 +219
Branches 12964 12992 +28
=============================================
- Hits 49188 48256 -932
- Misses 45217 46418 +1201
+ Partials 5989 5939 -50 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
oss-sentinel-ai
left a comment
There was a problem hiding this comment.
Review by github-manager-bot
Summary
This PR fixes outdated versions, typos, and grammar issues in documentation files.
Findings
- [Info] docs/cn/Configuration_TLS.md:86,91 — Updated TLS config paths from rocketmq-4.9.3 to rocketmq-5.5.0.
- [Info] docs/cn/Example_Simple_cn.md:12,16 — Updated Maven/Gradle dependency versions from 4.3.0 to 5.5.0.
- [Info] docs/cn/RocketMQ_Example.md:57,61 — Updated dependency versions from 4.9.1/4.3.0 to 5.5.0.
- [Info] docs/en/Configuration_TLS.md:81,86 — Updated TLS config paths from rocketmq-4.9.3 to rocketmq-5.5.0.
- [Info] docs/en/Design_LoadBalancing.md:5 — Fixed missing space "by default.Specific" → "by default. Specific".
- [Info] docs/en/Design_Transaction.md:4 — Fixed grammar "in addition adding" → "in addition to adding".
- [Info] docs/en/Example_Simple.md:12,16 — Updated dependency versions from 4.3.0 to 5.5.0.
- [Info] docs/en/Operations_Trace.md:14 — Fixed typo "Configuration Fille" → "Configuration File".
- [Info] docs/en/design.md:55 — Fixed grammar "in addition adding" → "in addition to adding".
Suggestions
All changes are straightforward documentation improvements. The version updates to 5.5.0 are consistent across all files. No issues found.
Verdict
✅ Approved — Clean documentation maintenance with accurate fixes.
Automated review by github-manager-bot
| <groupId>org.apache.rocketmq</groupId> | ||
| <artifactId>rocketmq-client</artifactId> | ||
| <version>4.3.0</version> | ||
| <version>5.5.0</version> |
There was a problem hiding this comment.
This docs update looks fine by itself, but the PR is currently not mergeable and appears to overlap with documentation fixes that have already landed through other PRs. Please rebase onto the latest develop and keep only the remaining non-duplicate changes.
Fix outdated versions, typos, and misspelled filenames in docs
in Example_Simple.md, Example_Simple_cn.md, and RocketMQ_Example.md
in Configuration_TLS.md and Configuration_TLS_cn.md
-> "in addition to adding")