Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] Integration problems: new ICU version breaks EMF, GMF and GEF dependent projects

Hello,

With new 50.1 ICU we did experience our product broken because several bundles have version constraints incompatible with new version:

- org.eclipse.emf.validation has [4.0.0, 5.0.0) version constraint in Import-Package
- org.eclipse.gmf.runtime.common.core has [4.0.0, 5.0.0)
- org.eclipse.gmf.runtime.emf.core has [4.0.0, 5.0.0)
- org.eclipse.gmf.runtime.diagram.ui has [4.0.0, 5.0.0)
- org.eclipse.draw2d has [3.8.1, 5.0.0)
- org.eclipse.gef has [3.8.1, 5.0.0)

We would like to notify projects and looking forward for fixes since we think they are important for early adopters and consistency of eclipse technologies.

Thank you,
Ivan

Back to the top