0 Replies Latest reply on Dec 1, 2015 10:52 PM by prathamesh.kavlekar

    How to check versions of components(like camel,cxf) in jboss Fuse.

    prathamesh.kavlekar

      Hi ,

       

      I want to know which version of Apache camel is used in Jboss Fuse for the purpose of knowing whether certain Camel bugs are fixed in that version or not.

       

      As an example , i am particularly interested in knowing if the issue https://issues.jboss.org/browse/MR-688 is fixed in the jboss fuse release that i am using.

       

      The partial output of list command in fuse is as shown below:

       

      JBossFuse:karaf@development> list  | grep camel

      [ 369] [Active] [       ] [  ] [   60] camel-quartz (2.10.0.redhat-60065)
      [ 379] [Active] [       ] [  ] [   60] camel-routebox (2.10.0.redhat-60065)
      [ 384] [Active] [       ] [  ] [   60] camel-jetty (2.10.0.redhat-60065)

       

       

      output for Fuse version command is :2.3.0.redhat-60071

       

      I wanted to know if 2.10.0.redhat-60065 is the camel build for jboss fuse. Jboss takes the source code of camel and builds it for use in Fuse?

       

       

      I read on stackoverflow that this Jboss Fuse uses "customer version" of camel . How does this work? Is camel built specifically for used with Jboss Fuse and 2.10.0.redhat-60065 is the version number for this build? If So, Which Apache Camel version does this corresponds to ?

       

      Does camel-jetty (2.10.0.redhat-60065) corresponds to Camel 2.10.0 ?

       

      I found the link below which mentions issues fixed in version 2.10.0.redhat-60024 :

      https://issues.jboss.org/projects/MR/versions/12323553

       

      The link above lists MR-688 as fixed in 2.10.0.redhat-60065 release.The jboss fuse release i am using shows version as 2.3.0.redhat-60071 , however the camel version is shown as 2.10.0.redhat-60065 . so is the issue Fixed in the release in that i am using?

       

      I am little confused here about the version details. It would be great if someone shed some light on the versions being used in Fuse i.e how fuse pulls in the fixes for component projects.

       

      Thanks,

      Prathamesh