You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by SwanMountain <al...@gmail.com> on 2014/11/20 19:44:26 UTC

Repo and tag for the jsmpp source bundled with camel-smpp

I am trying to find the jsmpp source repository and tag that relates to the
version bundled in the camel-smpp component.

I am using camel-smpp component version 2.13.3 

The camel source for that i find at git://git.apache.org/camel.git  tag
camel-2.13.3
But i am looking for the jsmpp source repo

camel-smpp is using org.apache.servicemix.bundles.jsmpp version 2.1.0_4 and
this is in turn using jsmpp 2.1.0 
The binary is being fetched from: 
http://svn.apache.org/repos/asf/servicemix/m2-repo/com/google/code/jsmpp/2.1.0/jsmpp-2.1.0.pom
That pom in that repo only tells me that the jsmpp dependency was installed
manually via maven install:install-file...

So now i must guess where the source is

i try https://code.google.com/p/jsmpp/ where there is a jsmpp-2-1.0-src.zip
but the comparing the names of class files in the camel-smpp binary and this
source shows they are not the same version

I try http://jsmpp.googlecode.com/svn/tags/2.1.0/   still no match 
git hub... https://github.com/uudashr/jsmpp ... still no match

Probably one of the many forks on github contain what i want,  but i have
not found it

So where should i be looking?

/Alan





--
View this message in context: http://camel.465427.n5.nabble.com/Repo-and-tag-for-the-jsmpp-source-bundled-with-camel-smpp-tp5759380.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Repo and tag for the jsmpp source bundled with camel-smpp

Posted by Claus Ibsen <cl...@gmail.com>.
You can ask on the github project when they will release next version.

On Fri, Nov 21, 2014 at 1:07 PM, SwanMountain <al...@gmail.com> wrote:
> OK, but jsmpp haven't released anything to maven central for 5 years.
> There are a couple of hundred commits on github since then.
>
>
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Repo-and-tag-for-the-jsmpp-source-bundled-with-camel-smpp-tp5759380p5759439.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Re: Repo and tag for the jsmpp source bundled with camel-smpp

Posted by SwanMountain <al...@gmail.com>.
OK, but jsmpp haven't released anything to maven central for 5 years.
There are a couple of hundred commits on github since then.






--
View this message in context: http://camel.465427.n5.nabble.com/Repo-and-tag-for-the-jsmpp-source-bundled-with-camel-smpp-tp5759380p5759439.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Repo and tag for the jsmpp source bundled with camel-smpp

Posted by Claus Ibsen <cl...@gmail.com>.
We can upgrade when jsmpp releases a new release to Maven Central.


On Fri, Nov 21, 2014 at 11:15 AM, SwanMountain <al...@gmail.com> wrote:
> Hi Willem,
>
> Thanks for the reply.  I do realize that jsmpp != camel-smpp.
> But there is a contains relationship...
>
> camel-smpp 2.13.3
>  contains-> org.apache.servicemix.bundles.jsmpp-2.1.0_4
>     contains--> jsmpp 2.10
>
> After closer look, the jsmpp sourcecode at
> http://jsmpp.googlecode.com/svn/tags/2.1.0/ does match the jsmpp version
> contained in camel-smpp. So now i have the source code :-)
>
> The jsmpp project was migrated to github https://github.com/uudashr/jsmpp in
> 2009
> The resulting fork(s) on github are more active and it is clear that a
> number of important problems and fixes have been contributed there.
>
> But the codebase has also diverged ... and it is not possible to just
> replace the jsmpp in camel-smpp with the latest from github
>
> The problem from a camel user perspective is that the jsmpp component used
> by camel-smpp is
> not being actively maintained and now when i have a problem with that
> component it is not clear where i should seek/contiribute a solution.
>
> So what is the future of camel-smpp?
> is there any ideas to integrate a later version of jsmpp or use another smpp
> stack?
>
> /Alan
>
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Repo-and-tag-for-the-jsmpp-source-bundled-with-camel-smpp-tp5759380p5759421.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Re: Repo and tag for the jsmpp source bundled with camel-smpp

Posted by SwanMountain <al...@gmail.com>.
Hi Willem,

Thanks for the reply.  I do realize that jsmpp != camel-smpp. 
But there is a contains relationship...

camel-smpp 2.13.3 
 contains-> org.apache.servicemix.bundles.jsmpp-2.1.0_4 
    contains--> jsmpp 2.10

After closer look, the jsmpp sourcecode at
http://jsmpp.googlecode.com/svn/tags/2.1.0/ does match the jsmpp version
contained in camel-smpp. So now i have the source code :-)

The jsmpp project was migrated to github https://github.com/uudashr/jsmpp in
2009 
The resulting fork(s) on github are more active and it is clear that a
number of important problems and fixes have been contributed there.

But the codebase has also diverged ... and it is not possible to just
replace the jsmpp in camel-smpp with the latest from github

The problem from a camel user perspective is that the jsmpp component used
by camel-smpp is 
not being actively maintained and now when i have a problem with that
component it is not clear where i should seek/contiribute a solution.  

So what is the future of camel-smpp?  
is there any ideas to integrate a later version of jsmpp or use another smpp
stack?

/Alan

 



--
View this message in context: http://camel.465427.n5.nabble.com/Repo-and-tag-for-the-jsmpp-source-bundled-with-camel-smpp-tp5759380p5759421.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Repo and tag for the jsmpp source bundled with camel-smpp

Posted by Willem Jiang <wi...@gmail.com>.
When you look up the source of jsmpp, you should not compare it with camel-smpp.
They are two different projects.

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On November 21, 2014 at 2:44:52 AM, SwanMountain (alan.loose@gmail.com) wrote:
> I am trying to find the jsmpp source repository and tag that relates to the
> version bundled in the camel-smpp component.
>  
> I am using camel-smpp component version 2.13.3
>  
> The camel source for that i find at git://git.apache.org/camel.git tag
> camel-2.13.3
> But i am looking for the jsmpp source repo
>  
> camel-smpp is using org.apache.servicemix.bundles.jsmpp version 2.1.0_4 and
> this is in turn using jsmpp 2.1.0
> The binary is being fetched from:
> http://svn.apache.org/repos/asf/servicemix/m2-repo/com/google/code/jsmpp/2.1.0/jsmpp-2.1.0.pom  
> That pom in that repo only tells me that the jsmpp dependency was installed
> manually via maven install:install-file...
>  
> So now i must guess where the source is
>  
> i try https://code.google.com/p/jsmpp/ where there is a jsmpp-2-1.0-src.zip
> but the comparing the names of class files in the camel-smpp binary and this
> source shows they are not the same version
>  
> I try http://jsmpp.googlecode.com/svn/tags/2.1.0/ still no match
> git hub... https://github.com/uudashr/jsmpp ... still no match
>  
> Probably one of the many forks on github contain what i want, but i have
> not found it
>  
> So where should i be looking?
>  
> /Alan
>  
>  
>  
>  
>  
> --
> View this message in context: http://camel.465427.n5.nabble.com/Repo-and-tag-for-the-jsmpp-source-bundled-with-camel-smpp-tp5759380.html  
> Sent from the Camel - Users mailing list archive at Nabble.com.
>