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 "WTP 2017-10-26"

(Created page with "== WTP Development Status Meeting == <small>Remember, any committer can add an agenda item. Typically, short announcements or news items go in the "Announcements" section a...")
 
(Stalled Gerrit requests)
 
(12 intermediate revisions by 4 users not shown)
Line 5: Line 5:
  
 
=== Announcements And Special Reports  ===
 
=== Announcements And Special Reports  ===
 +
:Congratulations to Nitin for his (re)election as the WTP Source Editing project lead!
  
 
=== WTP Calendar  ===
 
=== WTP Calendar  ===
Line 69: Line 70:
  
 
=== WTP 3.10.0: Repo Re-org And Releng Redux ===
 
=== WTP 3.10.0: Repo Re-org And Releng Redux ===
 
 
* Overall issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=525342
 
* Overall issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=525342
 
* (?) Maven 3.2.5 / toolchains.xml issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=472084  
 
* (?) Maven 3.2.5 / toolchains.xml issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=472084  
Line 77: Line 77:
 
** https://wiki.eclipse.org/WTP_Git_Workflows#Commandline_git_.28anonymous_read-only.29 (anon read-only clone)
 
** https://wiki.eclipse.org/WTP_Git_Workflows#Commandline_git_.28anonymous_read-only.29 (anon read-only clone)
 
** https://wiki.eclipse.org/WTP_Git_Workflows#Clone_a_repo (online browsing)
 
** https://wiki.eclipse.org/WTP_Git_Workflows#Clone_a_repo (online browsing)
 +
 +
=== Stalled Gerrit requests ===
 +
 +
The following requests have been sitting for more than 48hrs with no response, or have been reviewed but not merged. Help me help you!
 +
 +
* https://git.eclipse.org/r/#/c/110868/ - need this so we can build jsdt.doc as part of the releng.aggregator, which still uses Tycho 0.21 for now
 +
* https://git.eclipse.org/r/#/c/110860/ - need this so we can build jsdt by itself in Hudson, independent of the releng.aggregator
 +
* https://git.eclipse.org/r/110858/ - inject webtools nexus repos so parent pom can be resolved; by default build with Tycho 1.0 (even if parent pom still at a lower version)
 +
* https://git.eclipse.org/r/110857 - add target/ and *.jar to .gitignore
 +
* https://git.eclipse.org/r/110859 - inject webtools nexus repos so parent pom can be resolved; move webtools-common-site variable to parent pom
 +
* https://git.eclipse.org/r/#/c/106240/ - add site/ folder to the jsdt reactor (opened Oct 4, still waiting for review)
 +
* https://git.eclipse.org/r/#/c/110947/ and https://git.eclipse.org/r/#/c/110464/1 - Bug 526315 - remove unnecessary casts so we can build with Tycho 1.0
 +
* https://git.eclipse.org/r/#/c/110464/ - remove unnecessary casts in webtools.ejb
 +
* https://git.eclipse.org/r/#/c/104393/ - fix gitignores - NOTE: *SSE gerrit build broken, not sure why yet*
 +
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=526334 support building webtools.dali w/ Tycho 0.21 (submitted Oct 21)
 +
  
 
==== common ====
 
==== common ====
Line 98: Line 114:
 
* Blocked? YES. Releng.aggregator is red: https://hudson.eclipse.org/webtools/view/webtools_R3_10/job/WTP-R3_10_Integration/
 
* Blocked? YES. Releng.aggregator is red: https://hudson.eclipse.org/webtools/view/webtools_R3_10/job/WTP-R3_10_Integration/
 
* BZ(s):  
 
* BZ(s):  
** fix releng.aggregator build: https://bugs.eclipse.org/bugs/show_bug.cgi?id=519780
+
** fix releng.aggregator build to run with Tycho 0.21.0 (and later): DONE
{{important | red since Oct 11}}
+
 
** remove obsolete submodules from releng.aggregator: https://bugs.eclipse.org/bugs/show_bug.cgi?id=519780: DONE
 
** remove obsolete submodules from releng.aggregator: https://bugs.eclipse.org/bugs/show_bug.cgi?id=519780: DONE
 
* TODO:  
 
* TODO:  
** fix releng.aggregator build: https://hudson.eclipse.org/webtools/view/webtools_R3_10/job/WTP-R3_10_Integration/
 
 
** cleanup sourceTemplate folders
 
** cleanup sourceTemplate folders
 
** migrate to Tycho 1.0
 
** migrate to Tycho 1.0
  
 
==== sourcediting ====
 
==== sourcediting ====
* Steps done: circular dependency to/from sourceediting resolved; merge scripted but not yet applied
+
* Steps done: circular dependency to/from sourceediting resolved; EMO approved, merge script being worked on
 
* Build / update site: TBD
 
* Build / update site: TBD
* Blocked? No, just awaiting webmaster to run script to merge 5 repos
+
* Not blocked. Ready to ask webmaster to run script to merge 5 repos once we're satisfied with it
 
* BZ(s):  
 
* BZ(s):  
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=520044: PMC/EMO approved; time to actually DO the work!  
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=520044: PMC/EMO approved; time to actually DO the work!  
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=519774: DONE: circular dependency resolved w/ jsdt
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=519774: DONE: circular dependency resolved w/ jsdt
 
* TODO:  
 
* TODO:  
 +
** verify tests run
 +
** cleanup sourceTemplate folders
 +
** migrate to Tycho 1.0
 +
 +
==== jsdt ====
 +
* Steps done: decoupling / circular deps resolved
 +
* Build / update site: TBD
 +
* Blocked? YES - doc fails to build with Tycho 0.21, but works with later builds due to this change to switch to a new config param (old one deprecated):
 +
  -    <applicationsArgs>-consolelog -debug -application org.eclipse.ant.core.antRunner -quiet -buildfile buildDoc.xml</applicationsArgs>
 +
  +    <appArgLine>-consolelog -debug -application org.eclipse.ant.core.antRunner -quiet -buildfile buildDoc.xml</appArgLine>
 +
* BZ(s):
 +
*** https://git.eclipse.org/r/110778 & https://git.eclipse.org/r/110779/
 +
* TODO:
 +
** fix docs / ensure they build w/ Tycho 0.21, or ensure all other projects can use >=0.22
 
** verify tests run
 
** verify tests run
 
** cleanup sourceTemplate folders
 
** cleanup sourceTemplate folders
Line 126: Line 154:
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=526303 - clean up javaee to support compilation w/ Tycho 1.0
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=526303 - clean up javaee to support compilation w/ Tycho 1.0
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=526315 - clean up ejb to support compilation w/ Tycho 1.0
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=526315 - clean up ejb to support compilation w/ Tycho 1.0
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=519793 - Break circular deps between webservices and jeetools - initial Sep 28 PR incomplete (only covered core, not UI); blocked waiting for followu PR
+
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=519793 - Break circular deps between webservices and jeetools - initial Sep 28 PR incomplete (only covered core, not UI); blocked waiting for followup PR
 
* TODO:
 
* TODO:
 
** complete merge plan / decouple circular deps
 
** complete merge plan / decouple circular deps
Line 134: Line 162:
 
** migrate to Tycho 1.0
 
** migrate to Tycho 1.0
  
==== webservices, jsf, dali ====
+
==== dali ====
 
* Blocked by above merges/builds
 
* Blocked by above merges/builds
 +
* currently prevents releng.aggregator from being built due to org.eclipse.jpt.jpa.core.tests, which should be skipped with -DskipWithIssues=true
 +
* See also Bug 526334 - ignore vestigial project settings which appear in Eclipse but are ignored by Tycho, like API access restrictions
 
* TODO:
 
* TODO:
 
** ensure all projects use gerrit and can be fetched via gerrit URL - dali appears to NOT work via git clone ssh://${GITUSER}@git.eclipse.org:29418/dali/webtools.dali.git
 
** ensure all projects use gerrit and can be fetched via gerrit URL - dali appears to NOT work via git clone ssh://${GITUSER}@git.eclipse.org:29418/dali/webtools.dali.git
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=526334 - ensure Dali can build with Tycho 1.0
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=526334 - ensure Dali can build with Tycho 1.0
 +
** (?) complete merge plan / decouple circular deps; script merge, apply merge
 +
** verify tests run
 +
** cleanup sourceTemplate folders
 +
** migrate to Tycho 1.0
 +
 +
==== webservices ====
 +
* Blocked by above merges/builds
 +
* TODO:
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=526333 - ensure Webservices can build with Tycho 1.0
 
** https://bugs.eclipse.org/bugs/show_bug.cgi?id=526333 - ensure Webservices can build with Tycho 1.0
** complete merge plan / decouple circular deps
+
** (?) complete merge plan / decouple circular deps; script merge, apply merge
** script merge, apply merge
+
** verify tests run
 +
** cleanup sourceTemplate folders
 +
** migrate to Tycho 1.0
 +
 
 +
==== jsf ====
 +
* Blocked by above merges/builds
 +
* TODO:
 +
** (?) complete merge plan / decouple circular deps; script merge, apply merge
 
** verify tests run
 
** verify tests run
 
** cleanup sourceTemplate folders
 
** cleanup sourceTemplate folders
Line 194: Line 239:
  
 
==== WTP Source Editing ====
 
==== WTP Source Editing ====
 +
*Resolved:
 +
** Book keeping bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=526433 526433] for wst.web features
 +
 +
*In progress/coming up:
 +
**Involved with Facelet encoding detection [https://bugs.eclipse.org/bugs/show_bug.cgi?id=344283 344283]
 +
**Will branch for R3_9_maintenance once repositories are merged and clean builds resumed
 +
** New (old?) Lead?
  
 
==== Web Services Tools  ====
 
==== Web Services Tools  ====
 +
* This week: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=526333 526333] (Nick)
  
 
==== Releng ====
 
==== Releng ====

Latest revision as of 12:44, 3 November 2017

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.

Announcements And Special Reports

Congratulations to Nitin for his (re)election as the WTP Source Editing project lead!

WTP Calendar

WTP Calendar Sync



For overall Oxygen dates, see the Simultaneous Release Calendar


Main Agenda Items

Release news/planning

  • Follow-on releases no longer called "Service Release" - now indicated by number (Oxygen.1)
    • More flexibility for new features in these releases.
    • WTP has been flexible for new enhancements in SR releases, but announced and PMC voted as appropriate
  • Oxygen release planning

WTP 3.9.2: Oxygen.2

  • WTP Releng is setting the Oxygen.2 build up still (branch/tagging issues switching back from the Oxygen.1a setup)
  • Oxygen Schedule
  • Some components still need to tag R3_9_1a (or equivalent)

3.9.2 Schedule

10/26 WTP Oxygen.2 Maintenance build
11/9 WTP Oxygen.2 RC1 (PMC +1 begins after declare)
11/16 WTP Oxygen.2 RC2 (PMC +1 still)
11/23 WTP Oxygen.2 RC3 (PMC +2 begins after declare)
11/30 WTP Oxygen.2 RC4 (PMC +3 begins after declare)

3.9.2 Builds

WTP 3.10.0: Schedule

  • Once your git repository is tagged for Oxygen, you can start to contribute content for Photon to master
10/26 3.10.0 M3 build
11/9 3.10.0 Integration build
11/23 "Thanksgiving" in U.S., so no smoketest
12/7 3.10.0 M4 build

3.10.0 Builds

WTP 3.10.0: Repo Re-org And Releng Redux

Stalled Gerrit requests

The following requests have been sitting for more than 48hrs with no response, or have been reviewed but not merged. Help me help you!


common

servertools

sourcediting

jsdt

  • Steps done: decoupling / circular deps resolved
  • Build / update site: TBD
  • Blocked? YES - doc fails to build with Tycho 0.21, but works with later builds due to this change to switch to a new config param (old one deprecated):
  -    <applicationsArgs>-consolelog -debug -application org.eclipse.ant.core.antRunner -quiet -buildfile buildDoc.xml</applicationsArgs>
  +    <appArgLine>-consolelog -debug -application org.eclipse.ant.core.antRunner -quiet -buildfile buildDoc.xml</appArgLine>

javaee/ejb

dali

  • Blocked by above merges/builds
  • currently prevents releng.aggregator from being built due to org.eclipse.jpt.jpa.core.tests, which should be skipped with -DskipWithIssues=true
  • See also Bug 526334 - ignore vestigial project settings which appear in Eclipse but are ignored by Tycho, like API access restrictions
  • TODO:

webservices

  • Blocked by above merges/builds
  • TODO:

jsf

  • Blocked by above merges/builds
  • TODO:
    • (?) complete merge plan / decouple circular deps; script merge, apply merge
    • verify tests run
    • cleanup sourceTemplate folders
    • migrate to Tycho 1.0

Bug and Feature Highlights

Focus on Quality

  • Improve:
  • Triage:
  • Target to a specific release or "future" if planning to fix but not in the next release
  • Adjust severity as appropriate

Release Bug Review

Oxygen.2 targeted bugs

Blockers, Hot-Bugs, Hot-Features

Blocker and Critical
Hotbugs [1]
Hotfeatures [2]
Hotfeatures - triaged with helpwanted

Project scrum section

  • Each project answers
    • What are you working on?
    • What are you planning for next week?

WTP Common Tools

Dali Java Persistence Tools

WTP EJB & Java EE Tools

JavaScript Development Tools

JavaServer Faces

Server Tools

WTP Source Editing

  • Resolved:
    • Book keeping bug 526433 for wst.web features
  • In progress/coming up:
    • Involved with Facelet encoding detection 344283
    • Will branch for R3_9_maintenance once repositories are merged and clean builds resumed
    • New (old?) Lead?

Web Services Tools

Releng

VJET

Any others?

Other business - Long term tracking items

References

  1. Hotbug Policy
  2. Hotfeature Policy

Also, see

Luna release retrospective
Standard Format Plans
WTP 3.7.x maintenance release plan
how/when to branch code?
IP Logs selector
See also the WTP Meeting Archive-Reference Page.

Back to the top