Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] org.apache.commons.codec

ECF updates httpclient/httpcomponents and deps (e.g. codec) in response to explicit requests from platform...e.g. [1] in this case.

I'm not sure how to effect in terms of process, but it might be good for other release train projects that consume httpclient (e.g. egit) if somehow the platform notified them (or just the cross projects list) when it makes a request like [1].    This so that only one version of httpclient/httpcomponents/deps (codec) end up in release repo as multiple versions have caused problems in past.

Scott

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=560228

On 2/25/2020 2:40 AM, Matthias Sohn wrote:
I updated the JGit/EGit contribution

On Mon, Feb 24, 2020 at 6:39 PM Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
I need to update the JGit/EGit contribution to the release train repository, will do this asap

On Mon, Feb 24, 2020 at 4:32 PM Andrey Loskutov <loskutov@xxxxxx> wrote:
Matthias just pushed an update of JGit dependencies that AFAIK would also use latest Orbit, see https://git.eclipse.org/r/158190
 
Kind regards,
Andrey Loskutov

Спасение утопающих - дело рук самих утопающих

https://www.eclipse.org/user/aloskutov
 
 
Gesendet: Montag, 24. Februar 2020 um 15:43 Uhr
Von: "Jonah Graham" <jonah@xxxxxxxxxxxxxxxx>
An: "Cross project issues" <cross-project-issues-dev@xxxxxxxxxxx>
Betreff: [cross-project-issues-dev] org.apache.commons.codec
Hi folks,
 
I am trying to resolve a dependency problem - there are multiple versions of the following in  https://download.eclipse.org/staging/2020-03/plugins/
 
org.apache.httpcomponents.httpclient has 4.5.2, 4.5.6 and 4.5.10*
org.apache.commons.codec has versions 1.9.0, 1.10.0 and 1.13.0*
 
Of those only the * ones are in current orbit. 
 
What is the way to resolve this? At the moment, AFAICT for example, egit's simrel contribution requires jgit (org.eclipse.jgit.http.apache.feature.group) which requires o.a.h.httpclient 4.5.6 which requires o.a.c.codec 1.10.
 
This is causing me problems for CDT as when I tried to upgrade our target platform to Eclipse Platform's M3 contribution, I can no longer resolve egit because current orbit does not have the org.apache dependencies that egit/jgit needs.
 
This is not a new problem, 2019-12 had 2 versions of each of the above libraries, now we are at three of them.
 
Any suggestions?
 
Thanks
Jonah
 
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com
_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top