This is an automated email from the ASF dual-hosted git repository.

oscerd pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.18.x by this push:
     new 20e64f211ca4 ci: fix malformed camel-web3j table in 4_18 upgrade guide 
(#23830)
20e64f211ca4 is described below

commit 20e64f211ca49b04b755cd0c38a170edf7f2f5a1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jun 8 14:27:26 2026 +0200

    ci: fix malformed camel-web3j table in 4_18 upgrade guide (#23830)
    
    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 #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 <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
index 57bcd3128ba7..cabc4c6cba1b 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc
@@ -751,6 +751,9 @@ The Exchange header constants in `Web3jConstants` have been 
renamed to follow th
 Camel naming convention used across the rest of the component catalog. The Java
 field names are unchanged; only the header string values have changed:
 
+[options="header"]
+|===
+| Constant | Previous value | New value
 | `Web3jConstants.ID` | `ID` | `CamelWeb3jId`
 | `Web3jConstants.OPERATION` | `OPERATION` | `CamelWeb3jOperation`
 | `Web3jConstants.AT_BLOCK` | `AT_BLOCK` | `CamelWeb3jAtBlock`

Reply via email to