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: Fri, 19 Jun 2020 16:16:19 +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=iRIoHqt/n+qrYMs/otbd9crNCpZfJfP+LOPCRyJBwno=; b=ZkA5wpz+S34JwUGglZSfYmpIXdfIz+s4bwoAAIpecURpstGvm/tXRlOEYdmtODkXGNaukY97n1Bcxub39Nb3E/4ge6G/dajAlpCiuv06hFZHoP0YuSRc8j3zC9gk/Ha5YM/P1iPs5MEY4HPmnkHQVxDR/Ex/NUfxe5PZfLcG+ncKpeZy8+XnKvuN5Db/CfEOgpIL5bm6NuslbgA5Z/2qkIYocDy4vlB4CoJ0gNEAv2RItZR01wVGcvlyFLEZVfaDKhAlD0G193fA4AI1RDnlMeSQFW1TGieiu5052nUS+kbXHlR0bb0F8kJNyj2ch29ygcJ38ICAUIhzjHnO4CP7+w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jSX5iflKixTiV/NBGg6id4EfdkQbJQEYdnl+galfFpiMfT1EP2C0SU6blypOAPfhVux8VKbwC49mo4gWGiNQP+qrnn2s8ORet0iBdzNkILZDzyb4KNNrNZpMuvs9MsQv6EH0JK018ml9KGsirEIDsBEGqiFnQPynj39WHGdDzsH77m9LlmxZW5+3+ur80bC9Bg6BY6HqZqvBtyYXWqIPaIgVX1l8xwKQUWEctS32drTBGprwHGhEJwCySa3U2eeQkLAfB/OuHULZoz/+E8nTxL30bCifh2DfQUA95urwsS4cEURvKLZdCTlmSp6igYZSdHJFHRBfvahBm8h2Ugxvdw==
  • 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/peHgR5KP3kbuSvDemAAES1aAAABSRaA=
  • Thread-topic: [egit-dev] 5.8.0 breaks backward compatibility ?

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


Back to the top