When Antora builds the documentation, the following warnings are generated:
asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue asciidoctor: WARNING: skipping reference to missing attribute: routedbyvalue
This is due to the use of
${routedByValue}
in the documentation. We should probably make use of Asciidoc's
pass:[...]
handler for this use case to avoid these warnings. The solution would look something like
pass:[${routedByValue}]