Croway opened a new pull request, #26839:
URL: https://github.com/apache/camel/pull/26839

   The simple language examples added to `camel-4x-upgrade-guide-4_23.adoc` in 
#26806 use plain backticks, so Asciidoctor treats `{body}`, `{headerfoo}`, 
`{uuidv7}` and `{exceptionInfo}` as attribute references:
   
   ```
   WARN (asciidoctor): skipping reference to missing attribute: body
       file: 
docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_23.adoc
   ```
   
   camel-website builds with `runtime.log.failure_level: warn`, so these 
warnings currently fail every website build and PR check (e.g. 
apache/camel-website#1789). This wraps the affected expressions in `+...+` 
passthrough, as the same page already does elsewhere, so they render verbatim.


-- 
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