Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse/Mars Retrospective

This page captures notes for the Mars retrospective to be discussion at one of our Eclipse project weekly architecture call.

Each component should add its items to this page.

Platform UI

Update of BREE

Good: We updated most of our plug-ins to Java 1.7, which allowed us to update our code basis

Bad: By the current BREE update rule were forced to argue for every single plug-in, why we need this. If you compare this with JDT UI which upgraded all plug-ins at once with one comm,it we lost lot of energy and time. Reference commit http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=e44d6cf0cde7fe2f2a4c30c23ed863ecc2a249e9

Discussion: I think we should loosen the rule, from the end user perspective I see no advantages of keeping this rule, especially if some project already act differently. How did JDT Core did the update? One plug-in by one, or all in one go?

Back to the top