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 2020/03/17 11:57:14 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #897: List the JVM-only extensions in the docs

ppalaga commented on issue #897: List the JVM-only extensions in the docs
URL: https://github.com/apache/camel-quarkus/issues/897#issuecomment-600031153
 
 
   I find the data model useful, let's discuss how we could present it.
   
   I have not planned to generate a per-extension doc page, so the only place where we could present this is the list of extensions: https://camel.apache.org/camel-quarkus/latest/list-of-camel-quarkus-extensions.html
   
   Adding two columns sounds a bit too much. How about one column?
   
   Current
   
   
   Component | Since | Description
   -- | -- | --
   ActiveMQ (camel-quarkus-activemq)activemq:destinationType:destinationName | 1.0.0-M5 | The activemq component allows messages to be sent to (or consumed from) Apache ActiveMQ. This component extends the Camel JMS component.
   
   
   Proposed:
   
   
   Component | Target Level | Since | Description
   -- |-- | -- | --
   ActiveMQ (camel-quarkus-activemq)activemq:destinationType:destinationName | Native stable | 1.0.0-M5 | The activemq component allows messages to be sent to (or consumed from) Apache ActiveMQ. This component extends the Camel JMS component.
   
   
   Where the "Target Level" values could wrap under each other so that they take less horizontal space.
   
   Btw. I find stable/preview better than supported/experimental because they are shorter.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services