Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] 5.8.0 breaks backward compatibility ?

this was fixed here
https://git.eclipse.org/r/#/c/165129/
until 5.8.1 is released you can use
https://download.eclipse.org/egit/updates-stable-nightly/

On Fri, Jun 19, 2020 at 6:16 PM Julien DEHAUDT <julien.dehaudt@xxxxxx> wrote:

According to Thomas comment on the bugzilla a patch release should come soon to fix that issue.

 

From: Johan Compagner <jcompagner@xxxxxxxxx>
Sent: vendredi 19 juin 2020 18:04
To: Julien DEHAUDT <julien.dehaudt@xxxxxx>
Cc: egit-dev@xxxxxxxxxxx
Subject: Re: [egit-dev] 5.8.0 breaks backward compatibility ?

 

yes i suddenly had the same thing

Very annoying that if you use a target platform that the a plugin site doesn't just provide anything

(or at least that the generic eclipse update site + the update site of egit can always install it all)

 

now you need as far as i did see use orbit:

 

 

and make sure  org.assertj is added to your target.

 

but the need of this is very annoying

 

 

On Fri, 19 Jun 2020 at 16:02, Julien DEHAUDT <julien.dehaudt@xxxxxx> wrote:

Hi

Fyi, according to the issue I'm experiencing it seems that the release 5.8.0 breaks the installation of eGit on MacOS (Catalina) through the Marketplace.

Error log:
Cannot complete the install because one or more required items could not be found.  Software being installed: Git integration for Eclipse 5.8.0.202006091008-r (org.eclipse.egit.feature.group 5.8.0.202006091008-r)  Missing requirement: JGit GPG support based on bouncycastle 5.8.0.202006091008-r (org.eclipse.jgit.gpg.bc 5.8.0.202006091008-r) requires 'java.package; org.assertj.core.annotations 3.14.0' but it could not be found  Cannot satisfy dependency:    From: Git integration for Eclipse 5.8.0.202006091008-r (org.eclipse.egit.feature.group 5.8.0.202006091008-r)    To: org.eclipse.equinox.p2.iu; org.eclipse.jgit.gpg.bc.feature.group [5.8.0,5.9.0)  Cannot satisfy dependency:    From: Java implementation of Git - GPG support using BouncyCastle 5.8.0.202006091008-r (org.eclipse.jgit.gpg.bc.feature.group 5.8.0.202006091008-r)    To: org.eclipse.equinox.p2.iu; org.eclipse.jgit.gpg.bc [5.8.0.202006091008-r,5.8.0.202006091008-r]

It has been reproduced on Eclipse 2019-09, 2019-12 and 2020-03.
Only the freshly released Eclipse 2020-06 works fine.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=564476.

Regards,
Julien


_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/egit-dev

_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/egit-dev

Back to the top