atiaomar1978-hub commented on PR #25498:
URL: https://github.com/apache/camel/pull/25498#issuecomment-5303124610

   Fixed the uncommitted-changes CI failure from run 
[31819130512](https://github.com/apache/camel/actions/runs/31819130512).
   
   **Root cause:** `nav.adoc` was manually reordered to put OTS before SLS 
(artifactId alphabetical order), but `regen.sh` auto-generates `nav.adoc` 
sorted by component **doctitle**. After regen the expected order under OSS is 
**SMS → SLS → OTS** (*Short* < *Simple* < *Tablestore*).
   
   **Fix:** commit `e94670c` restores the regen-compatible order. Verified 
locally with `./mvnw -pl docs -Pregen generate-resources` — no further changes 
to `nav.adoc`.
   
   Note: BOM/coverage still use artifactId order (`ots` before `sls`), which is 
correct for those files.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to