eclipselabs / passerelle

Passerelle, an actor-based process engine based on Ptolemy II
5 stars 3 forks source link

Update org.apache.commons.httpclient in com.isencia.passerelle.engine #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Copy of http://jira.diamond.ac.uk/browse/DAWNSCI-819, Matthew Webber wrote:

------------------------------------------------------------com.isencia.passerel
le.engine has package imports on org.apache.commons.httpclient<.various>. These 
are used in just one class: RESTFacade.
org.apache.commons.httpclient is an old bundle that reached end-of-life years 
ago (for the history, see here). It has been replaced with 
org.apache.httpcomponents.httpclient and org.apache.httpcomponents.httpcore 
(documentation here).
This task is to replace the old bundle with the newer replacements. To do this, 
change the com.isencia.passerelle.engine manifest:
remove the package dependency:
org.apache.commons.httpclient*
add plugin dependencies:
org.apache.httpcomponents.httpclient;bundle-version="[4.3.2,4.3.3)"
org.apache.httpcomponents.httpcore;bundle-version="[4.3.1,4.3.2)"
(I'm not sure if you need both).
Then makes whatever code changes are necessary to RESTFacade. With any luck 
they will be minimal or none at all.
The aim here is to have required just one copy in tp/.
------------------------------------------------------------

Erwin, is this ok?

Original issue reported on code.google.com by s.olof.svensson@gmail.com on 24 Jan 2014 at 7:44

GoogleCodeExporter commented 9 years ago
okay!

Original comment by erwin...@gmail.com on 24 Jan 2014 at 4:04

GoogleCodeExporter commented 9 years ago
target adapted in the ....gettingstarted project; RESTFacade code changes done 
and tested ; RCP ModelRunner launch configs adapted for the different platform; 
RCP product definition adapted

Original comment by erwin...@gmail.com on 26 Jan 2014 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by erwin...@gmail.com on 5 May 2014 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by erwin...@gmail.com on 5 May 2014 at 2:46