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

I updated the JGit/EGit contribution
https://git.eclipse.org/r/#/c/158269/
and this now comes with the latest versions of commons codec (1.13.0) and Apache httpclient (4.5.10) and httpcore (4.4.12)

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

Back to the top