Skip to content

ci: fix malformed camel-web3j table in 4_18 upgrade guide#23830

Merged
oscerd merged 1 commit into
apache:camel-4.18.xfrom
oscerd:ci-issue/web3j-upgrade-guide-table
Jun 8, 2026
Merged

ci: fix malformed camel-web3j table in 4_18 upgrade guide#23830
oscerd merged 1 commit into
apache:camel-4.18.xfrom
oscerd:ci-issue/web3j-upgrade-guide-table

Conversation

@oscerd

@oscerd oscerd commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

CI Fix

Failed run: PR doc validation on apache/camel#23615 (docs/CAMEL-23577-guide-doc-sync)

Root cause

The camel-web3j entry in docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc is missing its opening table delimiter. The section jumps straight from the intro paragraph to the data rows, with only a closing |=== and no [options="header"] / opening |=== / | Constant | Previous value | New value header row:

field names are unchanged; only the header string values have changed:

| `Web3jConstants.ID` | `ID` | `CamelWeb3jId`        <-- no opening |=== above this
...
|===

Asciidoctor reports table missing leading separator; recovering automatically, and its table-recovery then cascades into the following tables in the same file (camel-solr, camel-cxf, camel-dns), which are themselves well-formed.

Why it was latent here

The camel-website Antora validation only aggregates each repository's main branch, never the maintenance branches — so this broken table on camel-4.18.x was never exercised. It surfaced only when the 4_18 entries were doc-synced to main (PR #23615), failing that PR's PR doc validation check. The equivalent table is well-formed on main (4_21 guide) and on camel-4.14.x; only this 4_18 copy lost its opening delimiter during the web3j 4.18.x backport (#23501).

Fix applied

Restored the three missing lines ([options="header"], |===, header row) so the table renders correctly. Verified: no remaining malformed tables in the file, |=== delimiters balanced. Documentation only — no code changes, so no Maven build is required.

Tracker: CAMEL-23577

Claude Code on behalf of Andrea Cosentino

The camel-web3j entry in camel-4x-upgrade-guide-4_18.adoc was missing its
opening table delimiter: the section jumped straight from the intro
paragraph to the data rows, with only a closing |=== and no
[options="header"] / |=== / header row. Asciidoctor reports
"table missing leading separator; recovering automatically" and its
table-recovery then cascades into the following tables (solr, cxf, dns)
in the same file.

This was latent on camel-4.18.x because the camel-website Antora
validation only aggregates each repository's main branch, never the
maintenance branches, so the broken table was never exercised. It
surfaced when the 4_18 entries were doc-synced to main (apache/camel
PR apache#23615), failing that PR's "PR doc validation" check.

The equivalent table is well-formed on main (4_21 guide) and on
camel-4.14.x; only this 4_18 copy lost its opening delimiter during the
web3j 4.18.x backport. This commit restores the three missing lines so
the table renders correctly. Documentation only; no code changes.

Tracker: CAMEL-23577
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
@oscerd oscerd requested review from davsclaus and gnodet June 8, 2026 07:47
@oscerd oscerd merged commit 20e64f2 into apache:camel-4.18.x Jun 8, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants