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

WTP/Retention Policy

< WTP
Revision as of 17:06, 3 July 2018 by Nboldt.redhat.com (Talk | contribs) (Distributions in zip files)

Retention Policy for WTP builds

Git sources

Any code included in a release is left in a git branch forever, but may be deleted from the master branch.

Branches are created for convenience and follow one of two conventions: R3.10.x or R3_10_maintenance. Starting with 3.11, maintenance builds are highly unlikely to be done, since minor releases will be released every 13 weeks.

A list of the current git repos is here.

Distributions in zip files

Current releases can be found here: http://download.eclipse.org/webtools/downloads/drops/

Old releases are archived here: http://archive.eclipse.org/webtools/downloads/drops/

While developing a new release, milestone builds are kept until the release, at which point they are deleted.

Similarly, while developing a milestone, weekly integration builds are kept until the milestone is available, and then they are deleted.

Update sites

The following update sites are composites of the most recent milestones or releases for a given stream. They are guaranteed to work for a couple years.

If they stop working, just open a bug.

http://download.eclipse.org/webtools/repository/photon/
http://download.eclipse.org/webtools/repository/oxygen/
http://download.eclipse.org/webtools/repository/neon/
http://download.eclipse.org/webtools/repository/mars/

Zip files for patches or update sites

The patch builds are not guaranteed to be retained, but may survive for some time.

Granted, some of them have been around a long time, but there is no guarantee or predicable time line. The builds are created at the request of committers, usually for some specific adopter problem, and generally not for general use. They are use-at-your-own risk, if someone does want to use it, since hasn't been through the usual review and test cycle.

There are some cases, when updates are created in the form of feature patches and put on the public update site. These require PMC review/approval since could effect general users and all adopters. These patches on the update site will follow the update site repository policy.

After WTP 3.10, patch builds will only be done VERY SPARINGLY for blocker issues, since a new minor release is no more than 13 weeks away, and CI builds are available all the time as commits are pushed to master branch.

Getting Help, Getting Started, Contributing

If the above schedule doesn't meet your needs, feel free to contribute to the project! We're always looking for new hands, eyes, and brains.

Back to the top