Re: conflicting dependencies between CloudStack and Whirr

2013-09-23 Thread sebgoa
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 snag I hit was how we serialize commands for the agents. We use a customer typeadatper in gson to produce a format like { org.MyClass

Re: conflicting dependencies between CloudStack and Whirr

2013-09-23 Thread Sebastien Goasguen
@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 snag I hit was how we serialize commands for the agents. We use a customer typeadatper in gson to produce a format like

Re: conflicting dependencies between CloudStack and Whirr

2013-09-23 Thread Darren Shepherd
. --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 Subject: Re: conflicting dependencies between CloudStack and Whirr Alright, I looked into this and it will take a bit more

Re: conflicting dependencies between CloudStack and Whirr

2013-09-22 Thread Chiradeep Vittal
[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 jclouds and whirr inside an OSGi container - just add the feature url

Re: conflicting dependencies between CloudStack and Whirr

2013-09-22 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 into this and it will take a bit more work

Re: conflicting dependencies between CloudStack and Whirr

2013-09-20 Thread Sebastien Goasguen
: 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 snag I hit was how we serialize commands for the agents. We use

Re: conflicting dependencies between CloudStack and Whirr

2013-09-19 Thread Darren Shepherd
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 the feature url. Bonus: you can also use jclouds shell interface (part

RE: conflicting dependencies between CloudStack and Whirr

2013-09-19 Thread Alex Huang
...@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 snag I hit was how we serialize commands

Re: conflicting dependencies between CloudStack and Whirr

2013-09-19 Thread 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 snag I hit was how we serialize

Re: conflicting dependencies between CloudStack and Whirr

2013-09-19 Thread Hugo Trippaers
-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 into this and it will take a bit more work

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 meng...@ufl.edu wrote: Dear all, I am adding an API to

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 Alex Huang
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 jclouds and whirr inside an OSGi container - just

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

Re: conflicting dependencies between CloudStack and Whirr

2013-09-18 Thread Darren Shepherd
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 the feature url. Bonus: you can also use jclouds shell interface (part of jclouds cli). Another option