Hi David, On Sat, Mar 14, 2020 at 6:51 AM David Jencks <[email protected]> wrote: > FWIW there are a few errors from other components building the site: > > asciidoctor: WARNING: contributor-guide.adoc: line 123: invalid style for > listing block: code > asciidoctor: WARNING: native-mode.adoc: line 11: invalid style for listing > block: code > asciidoctor: WARNING: native-mode.adoc: line 20: invalid style for listing > block: code > asciidoctor: WARNING: skipping reference to missing attribute: camel-version > asciidoctor: WARNING: skipping reference to missing attribute: server-name > asciidoctor: WARNING: skipping reference to missing attribute: database-name > asciidoctor: WARNING: skipping reference to missing attribute: table-name > asciidoctor: WARNING: skipping reference to missing attribute: server-name > asciidoctor: WARNING: skipping reference to missing attribute: database-name > asciidoctor: WARNING: skipping reference to missing attribute: table-name > asciidoctor: WARNING: skipping reference to missing attribute: server-name > asciidoctor: WARNING: skipping reference to missing attribute: database-name > asciidoctor: WARNING: skipping reference to missing attribute: table-name > asciidoctor: WARNING: skipping reference to missing attribute: server-name > asciidoctor: WARNING: skipping reference to missing attribute: database-name > asciidoctor: WARNING: skipping reference to missing attribute: table-name > > The first three are in camel-quarkus. I haven’t found the others.
I see server-name, database-name, table-name appearing in the Debezium component docs. Perhaps it would be a good task for Outreachy applicants to find and fix those (CAMEL-13923). We could work on adding a check either to the build - to scan the output and fail on these warnings; or in the Maven tooling to check for these issues. That way we would fail quickly and correct these. zoran -- Zoran Regvart
