Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty/Contributor/Bug Tracking


Jetty Bug Tracking

The Jetty @ eclipse project currently uses Bugzilla without any integration with SVN. Thus some degree of convention is needed until we can automate the system:

  • Jetty 6 bugs should be raised/tracked in JIRA @ codehaus
  • Jetty 7 bugs should be raised/tracked in Bugzilla @ eclipse using project "RT" and product "Jetty"
  • Jetty 8 bugs should be handled the same a Jetty 7 bugs. Note that as Jetty 7 is currently being regularly merged with Jetty 8, there is no need to replicate Jetty 7 issues for Jetty 8
  • The VERSION.txt and commit messages for changes should include the Bugzilla issue number
  • When a Bugzilla issue is marked as fixed, the SVN r### numbers should be added as a comment

Back to the top