I pushed our contribution [1] though the simrel validation build fails [2] with the error
22:27:06 [0]Missing requirement: EMF Compare EGit Support 1.2.4.202107200824 (org.eclipse.emf.compare.egit 1.2.4.202107200824) requires 'osgi.bundle; org.eclipse.jgit [4.9.0,6.0.0)' but it could not be found
22:27:06
22:27:06 Bundle(org.eclipse.jgit [4.9.0,6.0.0)) is required by:
22:27:06 ValidationSet(main)
22:27:06 Contribution(EMF Compare)
22:27:06 MappedRepository(
https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202107200824)
22:27:06 Feature(org.eclipse.emf.compare.egit.feature.group)
22:27:06 InstallableUnit(org.eclipse.emf.compare.egit 1.2.4.202107200824)
because org.eclipse.emf.compare.egit requires org.eclipse.jgit [4.9.0,6.0.0).
This can't work since JGit/EGit bumped their version to 6.0 (our M1 contribution is 6.0.0.202110060947-m1)
as announced earlier on this list [3].
org.eclipse.emf.compare.egit needs to bump the upper boundary of the jgit/egit version they require to allow 6.0.x.
How can I get our contribution in ?
Disable the emf.compare contribution until they fixed this version range ?
-Matthias