You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/18 18:11:45 UTC

[GitHub] [camel-quarkus] djencks opened a new issue #3396: [Docs] Self-contained way of generating components/dataformats/etc tables

djencks opened a new issue #3396:
URL: https://github.com/apache/camel-quarkus/issues/3396


   The existing way of generating the components etc tables based on page attributes in main camel has always been too complicated and it turns out that it was based on some erroneous assumptions about the relationship between camel-quarkus and camel versions.
   
   The extensions used have advanced enough so that the tables can be generated entirely within camel-quarkus.
   
   - Instead of generating partial snippets with the relevant information as page attributes, generate example yml files.
   - Use indexer on the example yml files with  json "contentAs" to make the data available to the table construction.
   
   We can also remove the header include in main camel components docs.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] djencks commented on issue #3396: [Docs] Self-contained way of generating components/dataformats/etc tables

Posted by GitBox <gi...@apache.org>.
djencks commented on issue #3396:
URL: https://github.com/apache/camel-quarkus/issues/3396#issuecomment-998452752


   The PRs implementing this are (along with camel-website #728)
   
   https://github.com/apache/camel-quarkus/pull/3397
   https://github.com/apache/camel-quarkus/pull/3398
   https://github.com/apache/camel-quarkus/pull/3399
   https://github.com/apache/camel-quarkus/pull/3400
   
   and some cleanup in main camel
   
   https://github.com/apache/camel/pull/6561
   https://github.com/apache/camel/pull/6562
   https://github.com/apache/camel/pull/6563
   https://github.com/apache/camel/pull/6564
   https://github.com/apache/camel/pull/6565
   https://github.com/apache/camel/pull/6566
   
   and some fixes in https://github.com/apache/camel/pull/6578


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] djencks commented on issue #3396: [Docs] Self-contained way of generating components/dataformats/etc tables

Posted by GitBox <gi...@apache.org>.
djencks commented on issue #3396:
URL: https://github.com/apache/camel-quarkus/issues/3396#issuecomment-997331430


   This requires https://github.com/apache/camel-website/pull/728.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] djencks commented on issue #3396: [Docs] Self-contained way of generating components/dataformats/etc tables

Posted by GitBox <gi...@apache.org>.
djencks commented on issue #3396:
URL: https://github.com/apache/camel-quarkus/issues/3396#issuecomment-998981830


   This is now done.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] djencks closed issue #3396: [Docs] Self-contained way of generating components/dataformats/etc tables

Posted by GitBox <gi...@apache.org>.
djencks closed issue #3396:
URL: https://github.com/apache/camel-quarkus/issues/3396


   


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org