Re: conflicting dependencies between CloudStack and Whirr

2013-09-23 Thread Darren Shepherd
>>>> -Sebastien >>>>> >>>>>> >>>>>> >>>>>> On Sep 20, 2013, at 12:08 PM, Darren Shepherd < >>>>> darren.s.sheph...@gmail.com> wrote: >>>>>> >>>>>>> After much searching I f

Re: conflicting dependencies between CloudStack and Whirr

2013-09-23 Thread Sebastien Goasguen
>>>>>>> >>>>>>>> So, being that it is not an obvious switch to using jackson, what >>>>>>>> is >>>> the impact >>>>>>>> of moving to the latest gson? What were the issue encountered when >>&g

Re: conflicting dependencies between CloudStack and Whirr

2013-09-23 Thread Darren Shepherd
rialize right. I'll keep looking and see if I find other snags. >>>> Maybe we can just move to jackson we'll see, haven't tried to >>>> deserialize yet. >>>>>> >>>>>> Darren >>>>>> >>>&

Re: conflicting dependencies between CloudStack and Whirr

2013-09-23 Thread Chiradeep Vittal
et. >>>>> >>>>> Darren >>>>> >>>>>> On Sep 19, 2013, at 4:25 PM, Alex Huang >>>>>>wrote: >>>>>> >>>>>> Darren, >>>>>> >>>>>> When I looked into updating to th

Re: conflicting dependencies between CloudStack and Whirr

2013-09-23 Thread sebgoa
>>>>> >>>>> Darren, >>>>> >>>>> When I looked into updating to the latest gson, the problem, IIRC, is >> things that weren't considered cyclical dependencies are suddenly >> considered cyclical with the latest. I don't recal

Re: conflicting dependencies between CloudStack and Whirr

2013-09-22 Thread Darren Shepherd
gt; >>> Darren, > >>> > >>> When I looked into updating to the latest gson, the problem, IIRC, is > things that weren't considered cyclical dependencies are suddenly > considered cyclical with the latest. I don't recall where though. > >>>

Re: conflicting dependencies between CloudStack and Whirr

2013-09-22 Thread Chiradeep Vittal
;t considered cyclical dependencies are suddenly >>>>considered cyclical with the latest. I don't recall where though. >>>> >>>> --Alex >>>> >>>>> -Original Message- >>>>> From: Darren Shepherd [mailto:darren.s.she

Re: conflicting dependencies between CloudStack and Whirr

2013-09-20 Thread Sebastien Goasguen
lical with the latest. I don't recall where though. >>> >>> --Alex >>> >>>> -----Original Message----- >>>> From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] >>>> Sent: Thursday, September 19, 2013 1:33 PM >>>> To

Re: conflicting dependencies between CloudStack and Whirr

2013-09-19 Thread Hugo Trippaers
he latest. I don't recall where though. >> >> --Alex >> >>> -Original Message- >>> From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] >>> Sent: Thursday, September 19, 2013 1:33 PM >>> To: dev@cloudstack.apache.org >&g

Re: conflicting dependencies between CloudStack and Whirr

2013-09-19 Thread Darren Shepherd
>> -Original Message- >> From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] >> Sent: Thursday, September 19, 2013 1:33 PM >> To: dev@cloudstack.apache.org >> Subject: Re: conflicting dependencies between CloudStack and Whirr >> >> Alright, I looked

RE: conflicting dependencies between CloudStack and Whirr

2013-09-19 Thread Alex Huang
Darren Shepherd [mailto:darren.s.sheph...@gmail.com] > Sent: Thursday, September 19, 2013 1:33 PM > To: dev@cloudstack.apache.org > Subject: Re: conflicting dependencies between CloudStack and Whirr > > Alright, I looked into this and it will take a bit more work to switch to > Jackson. > The sna

Re: conflicting dependencies between CloudStack and Whirr

2013-09-19 Thread Darren Shepherd
to latest >> gson is not simple. >> >> --Alex >> >> > -Original Message- >> > From: Andrei Savu [mailto:savu.and...@gmail.com] >> > Sent: Wednesday, September 18, 2013 10:53 AM >> > To: d...@whirr.apache.org >> > Cc: dev@cloudst

Re: conflicting dependencies between CloudStack and Whirr

2013-09-18 Thread Darren Shepherd
nt: Wednesday, September 18, 2013 10:53 AM > > To: d...@whirr.apache.org > > Cc: dev@cloudstack.apache.org > > Subject: Re: conflicting dependencies between CloudStack and Whirr > > > > It's easy to usr jclouds and whirr inside an OSGi container - just add >

Re: conflicting dependencies between CloudStack and Whirr

2013-09-18 Thread Kelven Yang
I almost faced that there is no choice but to go for it for VMware recently, we found that VMware vSphere 5.1 SDK we are currently using has some backwards compatibility issue with VMware vSphere 4.x systems. Therefore it makes a valid business case that CloudStack may have to support different ver

RE: conflicting dependencies between CloudStack and Whirr

2013-09-18 Thread Alex Huang
-Original Message- > From: Andrei Savu [mailto:savu.and...@gmail.com] > Sent: Wednesday, September 18, 2013 10:53 AM > To: d...@whirr.apache.org > Cc: dev@cloudstack.apache.org > Subject: Re: conflicting dependencies between CloudStack and Whirr > > It's easy to usr jcl

Re: conflicting dependencies between CloudStack and Whirr

2013-09-18 Thread Andrei Savu
It's easy to usr jclouds and whirr inside an OSGi container - just add the feature url. Bonus: you can also use jclouds shell interface (part of jclouds cli). Another option is to upgrade the CloudStack API to use the new version. On Sep 18, 2013 5:14 AM, "Han,Meng" wrote: > Dear all, > > I am a

Re: conflicting dependencies between CloudStack and Whirr

2013-09-18 Thread Darren Shepherd
You know what would be really swell is to just switch to jackson. The gson we use is antiquated. I have no idea what the impact of moving to a modern version would be. Jackson, IMO, is a far better framework that has a lot of momentum. Additionally it allows you to use JAXB annotations so that

Re: conflicting dependencies between CloudStack and Whirr

2013-09-18 Thread Andrew Bayer
Good question. The gson dependency in Whirr is coming from jclouds, and jclouds is very particular about its gson dependencies. Any possibility of using isolated classloaders in some way? A. On Tue, Sep 17, 2013 at 7:14 PM, Han,Meng wrote: > Dear all, > > I am adding an API to CloudStack which