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 ?
  • From: Julien DEHAUDT <julien.dehaudt@xxxxxx>
  • Date: Mon, 22 Jun 2020 08:07:37 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=st.com; dmarc=pass action=none header.from=st.com; dkim=pass header.d=st.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=B52AbhQ+Lf2Kttq52QK9cGSLHm5/DHWu1JW614jsTvo=; b=dPA/UURuNwuyuXCdbh9Jc/u/Dny5/CP6s6//rXEogEKrichkcUv3qaXl7+trES3P5MqbpCDctVoWj+0cE9DOuA3hjZAmieLF6viUth21DjwyEoHv8I9XOTxpfcl7HseZZefO/uEbCpOUWGwbVAkIg/hVnSo02NirYzuebCfsxMqUi0j9MuoZfGrtJAtCvS9xbf+ckWD5MVEVys0t0bqef+aBiiylb8rC8dmdRx5Eue59So+Yi3WaAqTe/ghqKdTAtzATyPEgJ+8xBJ+RqmWcCjIW/s6GzOc7ErwZXFjZMQHpXkJyIKvdgffIPzjpfirENQXM6ANEcH2FLxVIBEHvxw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=naiyk7EmKPKHFvQ7rTAty6MtZyqRXn4wM+dXRbIpjKTCldfQLair3GiEbZKifAIiRi276/pfAtwy66JrNQTx7pKD36Dooutgy4a5/QaqMaeNfUhNzUaZ59zUXKFUYBmjfHhatM5bkPWa5ut+4jn5erbksQXEC7Cro9q8GQcOs0yA6p/rnpIW+4a9gdJaIEd/zoIsxcsR+g5DqIp73AfU0eDHKX4X68GNq7lKvV0Xd2HZt9L9EDUf1dTx5SVrrbOSXqXpx84dINArl1Fy0ccDjx4pkyD/s9Q8XpVXHJI3ESYztq0yq7oacw40bGj7Qqme2rLIOCaYk3RJdg0tzTrFZw==
  • Delivered-to: egit-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/egit-dev>
  • List-help: <mailto:egit-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/egit-dev>, <mailto:egit-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/egit-dev>, <mailto:egit-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdZGQh7vmh4/peHgR5KP3kbuSvDemAAES1aAAABSRaAAM8foAABO2cBw
  • Thread-topic: [egit-dev] 5.8.0 breaks backward compatibility ?

I tested it on MacOS with the nightly url, I still have the same issue:

Cannot complete the install because one or more required items could not be found.  Software being installed: Git integration for Eclipse 5.8.1.202006092153 (org.eclipse.egit.feature.group 5.8.1.202006092153)  Missing requirement: JGit GPG support based on bouncycastle 5.8.1.202006091957 (org.eclipse.jgit.gpg.bc 5.8.1.202006091957) 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.1.202006092153 (org.eclipse.egit.feature.group 5.8.1.202006092153)    To: org.eclipse.equinox.p2.iu; org.eclipse.jgit.gpg.bc.feature.group [5.8.1,5.9.0)  Cannot satisfy dependency:    From: Java implementation of Git - GPG support using BouncyCastle 5.8.1.202006091959 (org.eclipse.jgit.gpg.bc.feature.group 5.8.1.202006091959)    To: org.eclipse.equinox.p2.iu; org.eclipse.jgit.gpg.bc [5.8.1.202006091957,5.8.1.202006091957]

 

Only versions and qualifiers differ from the previous error I had.

What looks strange to me, even if I’m not aware of how eGit is built, is the qualifier. I would expect a more recent date than 20200609 for this 5.8.1.

 

From: Matthias Sohn <matthias.sohn@xxxxxxxxx>
Sent: samedi 20 juin 2020 18:56
To: Julien DEHAUDT <julien.dehaudt@xxxxxx>
Cc: Johan Compagner <jcompagner@xxxxxxxxx>; egit-dev@xxxxxxxxxxx
Subject: Re: [egit-dev] 5.8.0 breaks backward compatibility ?

 

this was fixed here

until 5.8.1 is released you can use

 

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