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 07:59:07 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #897: List the JVM-only extensions in the docs

ppalaga opened a new issue #897: List the JVM-only extensions in the docs
URL: https://github.com/apache/camel-quarkus/issues/897
 
 
   A followup of https://github.com/apache/camel-quarkus/pull/895

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

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

Posted by GitBox <gi...@apache.org>.
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

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

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #897: List the JVM-only extensions in the docs
URL: https://github.com/apache/camel-quarkus/issues/897#issuecomment-599939929
 
 
   I think we should not use the term _JVM only_ but we should probably document what is the support level for the different targets i.e. a table like
   
   Compilation Target | Support Level
   ------------ | -------------
   JVM | supported
   Native| experimental
   

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

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

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #897: List the JVM-only extensions in the docs
URL: https://github.com/apache/camel-quarkus/issues/897
 
 
   

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