eclipse-emf / org.eclipse.emf

Eclipse Public License 2.0
10 stars 13 forks source link

require org.eclipse.core.runtime 3.29.0 #9

Closed jukzi closed 1 year ago

jukzi commented 1 year ago

@merks please update to latest runtime

merks commented 1 year ago

EMF provides backwards compatibility to be able to install into very old Eclipse runtimes and there is a job that tests that this actually works:

https://ci.eclipse.org/emf/job/all-target-platforms/

I cannot arbitrarily cut off everything before 4.29, even if such older runtime versions have security issues. It's up to consumers to determine for themselves into which runtimes they install EMF.

That's not a problem is it?

merks commented 1 year ago

@jukzi

I appreciate the effort toward the contribution and also the followup questions to clarify any concerns!