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.
WTP 2023-05-18
Contents
WTP Development Status
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: >> https://eclipse.zoom.us/j/6300031838 <<
Next Meeting Date: May 25, 2023 for 3.30RC1 (1 week)
Announcements And Special Reports
- We've pivoted from our own Jetty p2 repository to one supplied by the Oomph project, as its artifacts are GPG-signed. https://ci.eclipse.org/webtools/view/webtools_CI/job/dependency-alignment will test that the Platform repository contains the Jetty and ICU4J versions we expect (and declare in our requirements). It was missing a transitive dependency that was in WWD 1.0.1 but is absent from 1.0.2, so the SimRel contribution will require changes for 2023-06 (feature modification to include that bundle).
- Migration from Bugzilla+Gerrit is coming, but no decision has been made between GitLab and GitHub for our project repositories. Right now Nitin is leaning toward GitHub, even though that's not his own preference.
- Our web site repository, on the other hand, has been moved to GitLab.
- There has been a sizable reduction in tests failures during M3, and not by removing them.
Calendars
WTP Calendar | Simultaneous Release Calendar |
Sync these calendars along with your Google account
Main Agenda Items
- New versions of key facets have yet to be added for Jakarta EE 9 and now Jakarta EE 10 and 10.1. A significant amount of additions have been made for EE9 and 10 support, but more are still needed.
- Contexts and Dependency Injection (CDI) 3.0 and 4.0
- Servlet 6.1
- JPA 3.0 and 3.1
- JSF 3 and 4
- JSP 4.0
- JSTL 3.0
- RESTful Web Services 3.1
- Jakarta EE 10 requires supporting development against both Java 11 and Java 17
- Jakarta EE 10.1 requires supporting development against Java 17
- EPP and the Platform currently allow for Java 17 as a BREE. Java 21 is coming as the new LTS release.
WTP 3.30 for Eclipse 4.28 and IDE 2023-06
- Web Services has consistently failing tests. Orbit has added the Jakarta EE 8 versions of APIs that were removed in Java 11, making those usable as potential solutions.
- The update to Xerces 2.12.x is causing many unresolved failures in the Source Editing XPath tests, although they mostly look like changes to how whitespace is handled in the output from the newer library version. The other functional failures have been addressed.
- Release Plan
- Bugs of WTP 3.30 (by severityUnresolved Resolved)
- Jakarta EE 10 Platform has GA'd. An incomplete list of items needed for WTP to support it properly can be found here: WTP "Jakarta EE 9" Bug Query, using a specific whiteboard value. The list needs more input and additions from the various project leads and committers.
- Project Leads, make sure you have a 3.30 release, scheduled for June 14th, 2023, to your project under https://projects.eclipse.org/projects/webtools . With the Bugzilla information filled out in your individual project metadata, you can see overviews like https://projects.eclipse.org/projects/webtools/releases/3.30/bugs . When you log in on the PMI page, the link to create a New Release will be available on the right.
- For bugs that should be in the PLAN, use the "plan" keyword and a 3.30, 3.30 milestone, or 3.30 release candidate target.
- Bugs targeting 3.30 at a glance
- https://git.eclipse.org/r/#/q/status:open+webtools for open Gerrit Changes
- SimRel FAQ and Plan
- Bugzilla naming: Put the simrel into the Version that's reported against, e.g. "3.26 (2022-06)" or "2022-06 (3.26)" since that's filled in by reporters, but keep the Target Milestone simple as before (3.30, 3.30 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 approval
- one week quiet and release
- We meet roughly once per Milestone / RC scheduled for 1 week on 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.30 and Eclipse IDE 2023-06 release on June 14, 2023.
Builds
- Release and CI builds use Java 17 by default, with toolchains setup so that BREEs are respected during the compile phase.
- Latest CI builds: https://ci.eclipse.org/webtools/view/webtools_CI/
- Smoke Test
- Bugs reported since our last meeting
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 |
More Links
WTP Meeting Archive-Reference Page
Builds
- Release and CI builds use Java 17 by default, with toolchains setup so that BREEs are respected during the compile phase.
- Latest CI builds: https://ci.eclipse.org/webtools/view/webtools_CI/
- Smoke Test
- Bugs reported since our last meeting
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 |