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

Difference between revisions of "Galileo Simultaneous Release"

(Projects)
m (Corrected typo in URL.)
Line 151: Line 151:
 
|-
 
|-
 
| Branding
 
| Branding
| Each major project (as determined by participating PMCs) should have an About dialog icon with [https://bugs.eclipse.org/bugs/show_bug.cgi?id=252813198941 descriptive text] (e.g. provider name = "Eclipse Modeling Project" and not simply Eclipse.org) and contribute to the welcome page.
+
| Each major project (as determined by participating PMCs) should have an About dialog icon with [https://bugs.eclipse.org/bugs/show_bug.cgi?id=198941 descriptive text] (e.g. provider name = "Eclipse Modeling Project" and not simply Eclipse.org) and contribute to the welcome page.
 
| align="center" | RC
 
| align="center" | RC
 
| align="center" | Manual
 
| align="center" | Manual

Revision as of 13:34, 17 December 2008

This page is for developers of the June 2009 Galileo Simultaneous Release. If you are a consumer of the Release, perhaps a tester or an early adopter, you'll want Galileo Simultaneous Release For Users. Note that the master page on the eclipse.org site points here.

Project Plan

A roll up project plan for projects participating in the Galileo simultaneous release is found here: http://www.eclipse.org/projects/project-plan.php?projectid=galileo

Requirements For Participation

Projects that are part of Galileo agree to abide by the following requirements. Note: the EMO will remove projects that do not meet the required constraints.

For a report of overall Galileo status, see this report. Note: this report is bugzilla intensive, so please use sparingly.

Must Do

Galileo Release "Must Do" Items
Category Item Description Target Milestone Verification Method Master Bug
Participation Intent Projects must have stated and demonstrated their intent to join Galileo by the M4+0 date. Projects do so by adding themselves to bug 251715 and asking to have their project-specific bugs created as clones of each of those referenced in this table. M4 Manual 251715
Projects must have an project plan in XML format. M4 Manual 252790
Communicate At least one person from each project must subscribe to cross-project bug inbox, i.e. edit Bugzilla prefs to watch "cross-project.inbox@eclipse.org". Build team members (or their designated alternates) from each project will provide communication channels: phone, mail, IM, IRC and will be available during the milestone integration periods. M4 Manual 252789
Attendance Project representatives must attend the planning meetings and conference calls - you have to be involved to be involved. M4 Manual 252791
Ramp Down Policy Projects must have a written ramp down policy by M6+0, linked in the table above pending inclusion of ramp down element in the XML project plan. (One of the issues identified with this guideline is that its not so much the ramp down policy of how many votes are needed for each bug fix that we need to be consistent on, but rather the meaning of each of the milestones and release candidates. See Platform 3.4 Endgame plan as a guideline. See also Galileo Final Daze.) M5 Script 252792
IP Projects must have their IP approved (a normal Eclipse requirement) and will follow the Eclipse Legal deadlines to do so. See also bug 220977. CQs submitted by M5, completed by RC3 Manual (Legal) 252793
Development APIs Projects should leverage only published APIs of dependencies. As a Release Review requirement, deviations should be listed as part of a migration plan, with bugs listed where APIs need to be provided by dependent projects. Perhaps a '99 44/100% Pure APIs' indicator for projects with no improper usage can be used to advertise the 'cleanest' projects? ;) M6 PDE API Tools 252794
Message Bundles Projects must use Eclipse message bundles unless there are technical reasons not to. (see Message Bundle Conversion Tool and [1]) M4 Manual 252795
Bundles Version Numbering Projects must use 4-part version numbers. M5 Manual (script?) 252796
Leverage OSGi All plug-ins (bundles) must use the true bundle form. That is, provide a manifest.mf file, and not rely on the plugin.xml file being 'translated' into a manifest.mf file at initial startup. See bug 130598. With that, empty plugin.xml files in the presence of a manifest.mf file should not be included in a bundle. M5 Manual (script?) 252797
Execution Environment All plug-ins must correctly list their required JVM versions in the manifest.mf. See the wiki page about selecting the correct JVM [2]. M5 Manual (script?) 252798
Signing Projects must use signed plugins using the Eclipse certificate. Exceptions must be authorized by the planning council for technical reasons. M4 Script 252799
Use Jars Projects must use jar'ed plug-ins (with unpack=false) unless authorized by the planning council for technical reasons. Nested jars should be avoided if possible since it creates problems for projects that has dependencies to such plug-ins. The OSGi runtime is fine with it but the compiler is not able to handle classpaths that contain nested jars. In case only one nested jar exists, it is often better to expand the contents of that jar into the root folder (i.e. unnest the jar). If a plug-in contains large files that are frequently used (opened and closed), a jar'ed plug-in might degrade performance significantly since the file must be decompressed each time it is opened. M4 Manual (script?) 252800
Releng Builds Projects must have build process maturity: scripted, repeatable, and executable by others. M4 Manual 252801
Orbit Any new third-party plug-ins that are common between projects must be consumed via Orbit; the final Galileo release will not have duplicate third-party libraries (note that this only applies to identical versions of the libraries; thus if project A requires foo.jar 1.6 and project B uses foo.jar 1.7, that's ok). M4 Manual & Script 252803
Optimization Projects must optimize their own update site using pack200 to reduce bandwidth utilization and provide a better update experience for users. With the introduction of p2, project update sites must generate metadata (artifact and content repository info). M4 Script 252804
New & Noteworthy Must have new & noteworthy for each milestone. Must be something readable and usable not just a static list of all the bugs, e.g. platform. Corollary: individual new & noteworthy should be linked in to the collective New & Noteworthy. RC Manual 252805
Deployment Work Together This means that users can load any subset of the Galileo projects into Eclipse and each of the loaded projects will pass all the same tests as if it had been loaded independently. If such a problem is identified, the affected projects must fix the problem. RC Manual 252806
Capabilities Each project will provide basic capability/activity definitions to allow for their UI contributions to be hidden. These must be provided in a separate plugin/feature to facilitate inclusion/exclusion by consumers in product development. M6 Manual 252807
Localization The project participates in Babel, meaning it is registered and available for string translation, etc. M6 Script 252808
Must use ICU4J. M5 Manual 252809
Branding Each major project (as determined by participating PMCs) should have an About dialog icon with descriptive text (e.g. provider name = "Eclipse Modeling Project" and not simply Eclipse.org) and contribute to the welcome page. RC Manual 252813

Should Do

Galileo Release "Should Do" Items
Item Description Target Milestone Verification Method Master Bug
Usability Should follow the User Interface Guidelines. The UI Checklist is a good place to start. Also, should participate in a User Interface Best Practices Working Group UI walkthrough. M5 Manual [3]
Accessibility Should design and test for accessibility. M4 ACTF [4]
Performance Projects should devote at least one milestone to performance and scalability improvements. M7 [5] [6]
Localization The project should use the Babel Pseudo Translation Test to verify their translatablity. M6 Manual [7]
Should freeze the UI sufficiently early to allow the Babel project time to translate strings. M6 Manual [8]
Should design and test for enabling all languages including bidi, unicode characters, etc. M7 Manual [9]

Milestones and Release Candidates

These milestone and release candidate dates are based on the dependencies of the projects (we call these the +0, +1, and +2 dependencies). Obviously, if a +0 date slips, then it will cause the +1 and +2 dates to slip; similarly for a +1 slip causing +2 slips. Note that the +0, +1, +2, and +3 dates are roughly equivalent to stable nightly builds in a traditional Eclipse project - each of these partial milestone builds will incorporate more and more of the associated project milestones. The "Release" date is the official M/RC date.

Note: in the following table, RC5 on the 'Galileo' line does not mean this final build is a release 'candidate' ... it is still to be the 'final build' for this Release ... but 'RC5' is the suggested "target" to have some consistent terminology in Bugzilla, and similar things, to be able to mark things that are different in the final release build than in the RC4 build. [The full word, "Galileo" doesn't make a very good bugzilla milestone target, since it's a little too inclusive, and "R" (for "Release") is too short. TODO: next year consider "GA" for this final target?]

Hopefully there will not by ANY differences between RC4, and RC5 ... but, some projects may find they have to make doc additions, readme files, etc., so ... this just provides a way that such changes can be consistently marked, tracked, etc., to better keep everyone informed about what might be different between RC4 and the RC5 (the final released code). [Note: it's probably obvious, but this does not mean "RC5" should be part of the final zip file names or anything. those can still be what ever "final" name they would always have.]

The calendar is available in the following formats: ICal,ATOM News Feed,HTML

Communication

Cross-Project Milestone & RC Status Reporting

As with Ganymede, reporting on status will be done using a wiki table.

Conference Calls

The Planning Council is the body responsible for coordinating the Galileo release train. Thus, its conference calls are the Galileo planning and coordination calls.

Mailing Lists and Newsgroups

Eclipse projects have three communication channels: a mailing list for developers, a newsgroup for users, and Bugzilla. Galileo, although not a "project" per se, will use the same structure:

The old eclipse.org-planning-council mailing list will be used for non-Galileo Planning Council items.

Bugs & Feature Requests

Galileo Builds

A number of utilities have been written to automate the assembly of Callisto '06, Europa '07, Ganymede '08 and now Galileo '09 builds. These are available in their own CVS respository. You can find more information about how this is organized and individual project responsibilities for the build on this Galileo Build page (with old information on the Ganymede Build and Europa Build pages).

The Galileo Build page is where you go to learn how to add your project to the Galileo build.

To obtain the latest published bits from Galileo, use this URL: http://download.eclipse.org/releases/galileo

The latest build repository is located here: http://build.eclipse.org/galileo/build/galileo/repo/ (It may be deleted at any moment)

Coordinated Service Releases (TBD)

These dates are to be determined.

Projects

The projects that plan to participate in the Galileo Simultaneous Release are listed below, along with their milestone offsets, leaders, release engineer, and ramp down policy.

Project/Component Project/Component Lead(s) Release Engineer Offset Ramp down Policy

BIRT

Wenfeng Li Xiaoying Gu +2 BIRT Ramp-down Policy

Buckminster

Thomas Hallgren, Henrik Lindberg Thomas Hallgren +2 Buckminster Ramp-down

CDT

Doug Schaefer Vivian Kong +1 CDT 5.0 Ramp-down

DLTK

Andrey Platov Andrey Platov +3 DLTK 0.95 Ramp Down Policy

DSDP DD

Pawel Piech Ted Williams +2 DD Ramp-down

DSDP TM

Martin Oberhuber Martin Oberhuber +2 TM Ramp-down

DSDP TmL

Eric Cloninger, Fabio Fantato Fabio Fantato +0 TmL Ramp-down

DSDP MTJ

Gustavo de Paula Diego Madruga Sandin +1 MTJ Ramp-down

DTP

Brian Fitzpatrick Xiaoying Gu +1 DTP Ramp-down

ECF

Scott Lewis Ted Kubaska/Scott Lewis +1 ECF Ramp-down

The Eclipse Project

Platform, JDT, PDE
Philippe Mulet Kim Moir
Build Schedule
0 Eclipse 3.4 Endgame plan

Equinox

Thomas Watson, Jeff McAffer Kim Moir
Build Schedule
0

EMF

EMF (Core)
Query, Transaction, Validation,
Teneo
Net4j, CDO
Ed Merks
Ed Merks
Christian Damus
Martin Taal
Eike Stepper
Nick Boldt

+1
+2
+2
+1, +2

Modeling Project
Ramp-down

EMFT

EMF Search
EMF Compare
Ecore Tools
Mint
Ed Merks
Lucas Bigeardel
Cédric Brun
David Sciamma
Peter Nehrer

Lucas Bigeardel
Cédric Brun
Jacques Lescot
Peter Nehrer


+2

Modeling Project
Ramp-down

EPP

Markus Knauer
Wayne Beaton

Wayne Beaton

+2 EPP Ramp Down Policy

GEF

Anthony Hunter Anthony Hunter +1

GEF 3.4 Ramp-Down

GMF

Richard Gronback Richard Gronback +2 Modeling Project
Ramp-down

JWT

Marc Dutoo, Florian Lautenbacher Mickael Istria +3 JWT Ramp-Down

MDT

OCL
UML2
UML2 Tools
XSD
Kenn Hussey
Christian Damus
James Bruck
Michael Golubev
Ed Merks
Nick Boldt

+1
+1
+3
+1

Modeling Project
Ramp-down

M2M

ATL
QVTO
Frédéric Jouault
Frédéric Jouault
Radek Dvorak
 

William Piers
Radek Dvorak

 

+2

M2T

JET
Xpand
MTL
Paul Elder
Paul Elder
Sven Efftinge
Jonathan Musset'

Paul Elder
Jan Koehnlein
Cédric Brun


+1
+2
+2

TMF

Xtext
Sven Efftinge, Frédéric Jouault
Sven Efftinge

Dennis Huebner


+2

Modeling Project
Ramp-down

Mylyn

Mik Kersten Steffen Pingel +1

Ramp Down

Rich Ajax Platform (RAP)

Jochen Krause Benny Muskalla +2 RAP Ramp down

SOA Tools Platform (STP)

SCA Tools
BPMN
Oisin Hurley
Stéphane Drapeau
Antoine Toulmé
Oisin Hurley

Stéphane Drapeau
Antoine Toulmé

+3 Ramp-down

Subversive

Igor Vinnykov Alexander Gurov +2

Ramp-down

TPTP

Platform, Test, Trace, Monitoring
Joanna Kubasta Joel Cayne +2 Policy

Web Tools Platform (WTP)

David Williams David Williams +2 WTP 3.0 Ramp down Plan for Galileo

Swordfish

Oliver Wolf Oliver Wolf +3

Riena

Christian Campo Christian Campo +3

Memory Analyzer (MAT)

Andreas Buchen Erwin Margewitsch +3

Accessibility Tools Framework (ACTF)

Chieko Asakawa Kentarou Fukuda +3

PHP Development Tools (PDT)

Roy Ganor Roy Ganor +3

Eclipse Persistence Services Project (EclipseLink)

Peter Krogh, Doug Clarke Peter Krogh

Back to the top