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 2019/10/14 22:50:25 UTC

[GitHub] [camel-k] nicolaferraro opened a new issue #1011: Misleading version 1.0.0 in some Camel K runtime artifacts

nicolaferraro opened a new issue #1011: Misleading version 1.0.0 in some Camel K runtime artifacts
URL: https://github.com/apache/camel-k/issues/1011
 
 
   Catalog contains some versions 1.0.0 associated with some runtime artifacts:
   
   ```
   camel-k-runtime-health:
         groupId: org.apache.camel.k
         artifactId: camel-k-runtime-health
         dependencies:
         - groupId: org.apache.camel
           artifactId: camel-servlet
         - groupId: org.apache.camel.k
           artifactId: camel-k-runtime-servlet
       camel-k-runtime-jvm:
         groupId: org.apache.camel.k
         artifactId: camel-k-runtime-jvm
         version: 1.0.0
         dependencies:
         - groupId: org.apache.camel.k
           artifactId: camel-k-runtime-main
         - groupId: org.apache.camel.k
           artifactId: camel-k-loader-js
         - groupId: org.apache.camel.k
           artifactId: camel-k-loader-xml
         - groupId: org.apache.camel.k
           artifactId: camel-k-loader-java
         - groupId: org.apache.camel
           artifactId: camel-core-engine
         - groupId: org.apache.camel
           artifactId: camel-main
         - groupId: org.apache.camel
           artifactId: camel-properties
   ```
   
   In this excerpt `camel-k-runtime-health` does not, but `camel-k-runtime-jvm` does.
   
   
   I've noticed it with Knative. When running a Knative integration and describing the kit, the knative library gets version 1.0.0...
   
   even if it's not using that actually, it's misleading

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