Bug#800977: [activemq] 04/07: migrate from commons-httpclient -> httpclient

2015-11-06 Thread Emmanuel Bourg
Le 01/11/2015 16:45, tony mancill a écrit : > Am I missing something? Hi Tony, I think you are right. ActiveMQ replaced commons-httpclient with httpclient in the version 5.6.0 [1], so our package dependencies were simply out of date and no code change is required. Emmanuel Bourg [1]

Bug#800977: [activemq] 04/07: migrate from commons-httpclient -> httpclient

2015-11-01 Thread tony mancill
On 10/26/2015 02:47 PM, Emmanuel Bourg wrote: > Hi Tony, > > Le 26/10/2015 05:31, Tony Mancill a écrit : > >> diff --git a/debian/control b/debian/control >> index 84d6bde..f788c80 100644 >> --- a/debian/control >> +++ b/debian/control >> @@ -17,7 +17,7 >>

Re: [activemq] 04/07: migrate from commons-httpclient -> httpclient

2015-10-26 Thread Emmanuel Bourg
Hi Tony, Le 26/10/2015 05:31, Tony Mancill a écrit : > diff --git a/debian/control b/debian/control > index 84d6bde..f788c80 100644 > --- a/debian/control > +++ b/debian/control > @@ -17,7 +17,7 > libcommons-daemon-java, > - libcommons-httpclient-java, >

Re: [activemq] 04/07: migrate from commons-httpclient -> httpclient

2015-10-26 Thread Markus Koschany
Am 26.10.2015 um 22:47 schrieb Emmanuel Bourg: [...] > I haven't looked into the details but I don't think this is sufficient > to transition to httpclient. The Java classes and package names are not > the same, so a transition should imply code changes too. If it still > builds it probably means

Re: [activemq] 04/07: migrate from commons-httpclient -> httpclient

2015-10-26 Thread tony mancill
On 2015-10-26 15:06, Markus Koschany wrote: Am 26.10.2015 um 22:47 schrieb Emmanuel Bourg: [...] I haven't looked into the details but I don't think this is sufficient to transition to httpclient. The Java classes and package names are not the same, so a transition should imply code changes