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 2020-11-12

Revision as of 05:44, 12 November 2020 by Thatnitind.gmail.com (Talk | contribs) (Main Agenda Items)

WTP Development Status Meeting

Remember, any committer can add an agenda item. Typically, short announcements or news items go in the "Announcements" section at the beginning. Longer items or issues requiring discussion should go in the "Other business" section at end.


To join the call at an adjusted start time of 3PM:

>> https://eclipse.zoom.us/j/6300031838 <<

Next Meeting: December 3, 2020 (3 weeks)

Announcements And Special Reports

Calendars

WTP Calendar Simultaneous Release Calendar

Sync these calendars along with your Google account


Main Agenda Items

  • We're migrating to JIRO; it is not a zero effort task.
    • CBI Bug 568551 on our breakage
    • JIRO migration bug 568553
    • FAQ entry on what needs to be changed
  • Tycho 2.x introduces breaking changes along with its support for Java 11. Older versions do not know to exclude any bootclasspath options on Java 9 and newer.
    • Tycho 2.1.0 has released; it is no longer necessary to refer to a SNAPSHOT.
    • Our toolchain file used the jre directory inside of JDKs for 1.3-1.8, but uses the main JDK folder for 9 and above
      • References to the javadoc (and other) executables may have been expected at the wrong relative path in any buildDoc.xml Ant scripts
    • Bug 562851 - tycho-eclipserun-plugin does not set -data directory correctly
      • Instead of a ${basedir}/workspace/ folder under the working directory, it is now ${basedir}/target/eclipserun-work/data/
    • Bug 563893 - Require Maven 3.6.3 as minimum Maven
      • CI jobs may need updating.
    • Bug 562851 - Switch to Java 11 as min requirement
      • This should already be updated in your CI job, and is needed to be able to consume the target platform plug-ins.

WTP 3.20 for Eclipse 4.18 and IDE 2020-12

  • Standard shutdown rules for changes: Project Lead approval required for changes after M3, PMC Review for any changes after RC1 (e.g. to be in a RC2).
  • Project list with links to their pages, showing the current leads can be found here.


  • Eclipse 3.18 requires Java 11 to run. All of our CI builds (and their BVT) are now run using Java 11, with compilation still against your specified BREE. Dali had 22 consistently failing tests on HIPP10.
  • Java 16 is expected in March 2021. Java 17 is the next scheduled LTS release.
  • Still watching for mentions of JOnAS support being desired.



  • SimRel FAQ and Plan
  • Bugzilla naming: Put the simrel into the Version that's reported against, e.g. "3.19 (2020-09)" since that's filled in by reporters, but keep the Target Milestone simple as before (3.20, 3.20 M1, etc.) so that bug queries don't get too convoluted.


  • Schedule is for 13 weeks, 4 cycles per year:
    • one week decompress and plan
    • (3) three week milestones
    • one week RC1, changes require Project Lead approval
    • one week RC2, changes require Project Lead and PMC +1 approvals
    • one week quiet and release
  • We meet roughly once per Milestone / RC scheduled for 1 week before the candidate build day. Declare is 5 days later with the corresponding EPP 2 days after that, and official SimRel/IDE availability one day after that. WTP 3.20 and Eclipse IDE 2020-12 release on December 16, 2020.

Builds

Bug and Feature Highlights

Blockers, Hot-Bugs, Hot-Features

Focus On Quality

  • Compiler Warnings Per Project (click link at left, then scroll down for the warnings table)
  • 2019-11-21: 148,327 (3 high severity)
  • 2019-10-02: 148,358 (2 high severity)
  • 2019-06-28: 148,342 (2 high severity)
  • 2019-05-22: 148,357 (3 high severity)
  • 2019-05-15: 148,358 (4 high severity)
  • 2019-03-06: 148,307 (3 high severity)
  • 2019-02-14: 148,311 (4)
  • 2018-11-09: 148,353 (25)
  • 2018-09-26: 148,372 (23)
  • 2018-08-16: 148,353 (4)
  • 2018-07-05: 148,272

Reference

Project links

Project Status Browse Git p2 Repo Tests Pending Changes Gerrit Builds Clone
common green git gitiles lastSuccessfulBuild 232 tests gerrit master git clone ssh://${GITUSER}@git.eclipse.org:29418/webtools-common/webtools.common.git
Project Status Browse Git p2 Repo Tests Pending Changes Gerrit Builds Clone
servertools green git gitiles lastSuccessfulBuild 235 unit tests, 421 integration tests gerrit master git clone ssh://${GITUSER}@git.eclipse.org:29418/servertools/webtools.servertools.git
Project Status Browse Git p2 Repo Tests Pending Changes Gerrit Builds Clone
jsdt green git gitiles lastSuccessfulBuild 1467 (3 skip) tests gerrit master git clone ssh://${GITUSER}@git.eclipse.org:29418/jsdt/webtools.jsdt.git
Project Status Browse Git p2 Repo Tests Pending Changes Gerrit Builds Clone
sourceediting green git gitiles lastSuccessfulBuild 10,891 (2 skip) tests gerrit master git clone ssh://${GITUSER}@git.eclipse.org:29418/sourceediting/webtools.sourceediting.git
Project Status Browse Git p2 Repo Tests Pending Changes Gerrit Builds Clone
javaee green git gitiles lastSuccessfulBuild 585 (2 skip) (was 1,448 total) tests gerrit master git clone ssh://${GITUSER}@git.eclipse.org:29418/jeetools/webtools.javaee.git
Project Status Browse Git p2 Repo Tests Pending Changes Gerrit Builds Clone
dali green git gitiles lastSuccessfulBuild 4,705 tests gerrit master git clone ssh://${GITUSER}@git.eclipse.org:29418/dali/webtools.dali.git
Project Status Browse Git p2 Repo Tests Pending Changes Gerrit Builds Clone
jsf green git gitiles lastSuccessfulBuild 675 tests gerrit master git clone ssh://${GITUSER}@git.eclipse.org:29418/jsf/webtools.jsf.git
Project Status Browse Git p2 Repo Tests Pending Changes Gerrit Builds Clone
webservices green git gitiles lastSuccessfulBuild 570 (was 664) tests gerrit master git clone ssh://${GITUSER}@git.eclipse.org:29418/webservices/webtools.webservices.git


  1. Hotbug Policy
  2. Hotfeature Policy

More Links

WTP Meeting Archive-Reference Page

Back to the top