Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jakarta EE 10: Support Jakarta Pages 3.1 #18737

Closed
44 of 46 tasks
jhanders34 opened this issue Sep 26, 2021 · 13 comments
Closed
44 of 46 tasks

Jakarta EE 10: Support Jakarta Pages 3.1 #18737

jhanders34 opened this issue Sep 26, 2021 · 13 comments
Assignees
Labels
Design Approved Epic Used to track Feature Epics that are following the UFO process focalApproved:accessibility Focal Approval granted for Accessibility for the feature focalApproved:demo Approval that a Demo has been scheduled focalApproved:externals Focal Approval granted for APIs/Externals for the feature focalApproved:fat Focal Approval granted for FAT for the feature focalApproved:globalization Focal Approval granted for Globalization for the feature focalApproved:id Focal Approval granted for ID for the feature focalApproved:performance Focal Approval granted for Performance for the feature focalApproved:serviceability Focal Approval granted for Serviceability for the feature focalApproved:ste Focal Approval granted for STE for the feature focalApproved:svt Focal Approval granted for SVT for the feature ID Required in:Web Components jakartaEE10 release:23003 release:220012-beta target:beta The Epic or Issue is targetted for the next beta target:23003 target:220012-beta team:Sirius

Comments

@jhanders34
Copy link
Member

jhanders34 commented Sep 26, 2021

Description

Implement the Jakarta Pages 3.1 specification


Documents

When available, add links to required feature documents. Use "N/A" to mark particular documents which are not required by the feature.


Process Overview

General Instructions

The process steps occur roughly in the order as presented. Process steps occasionally overlap.

Each process step has a number of tasks which must be completed or must be marked as not applicable ("N/A").

Unless otherwise indicated, the tasks are the responsibility of the Feature Owner or a Delegate of the Feature Owner.

If you need assistance, reach out to the OpenLiberty/release-architect.

Important: Labels are used to trigger particular steps and must be added as indicated.


Prioritization (Complete Before Development Starts)

The (OpenLiberty/chief-architect) and area leads are responsible for prioritizing the features and determining which features are being actively worked on.

Prioritization

  • Feature added to the "New" column of the Open Liberty project board
    • Epics can be added to the board in one of two ways:
      • From this issue, use the "Projects" section to select the appropriate project board.
      • From the appropriate project board click "Add card" and select your Feature Epic issue
  • Priority assigned
    • Attend the Liberty Backlog Prioritization meeting

Design (Complete Before Development Starts)

Design preliminaries determine whether a formal design, which will be provided by an Upcoming Feature Overview (UFO) document, must be created and reviewed. A formal design is required if the feature requires any of the following: UI, Serviceability, SVT, Performance testing, or non-trivial documentation/ID.

Design Preliminaries

Design

  • POC Design / UFO review requested.
    • Owner adds label Design Review Request
  • POC Design / UFO review scheduled.
    • Follow the instructions in POC-Forum repo
  • POC Design / UFO review completed.
  • POC / UFO Review follow-ons completed.
  • Design / UFO approved. (OpenLiberty/chief-architect) or N/A
    • (OpenLiberty/chief-architect) adds label Design Approved
    • Add the public link to the UFO in Box to the Documents section.
    • The UFO must always accurately reflect the final implementation of the feature. Any changes must be first approved. Afterwards, update the UFO by creating a copy of the original approved slide(s) at the end of the deck and prepend "OLD" to the title(s). A single updated copy of the slide(s) should take the original's place, and have its title(s) prepended with "UPDATED".

No Design

  • No Design requested.
    • Owner adds label No Design Approval Request
  • No Design / No UFO approved. (OpenLiberty/chief-architect) or N/A
    • Approver adds label No Design Approved

FAT Documentation


Implementation

A feature must be prioritized before any implementation work may begin to be delivered (inaccessible/no-ship). However, a design focused approach should still be applied to features, and developers should think about the feature design prior to writing and delivering any code.
Besides being prioritized, a feature must also be socialized (or No Design Approved) before any beta code may be delivered. All new Liberty content must be inaccessible in our GA releases until it is Feature Complete by either marking it kind=noship or beta fencing it.
Code may not GA until this feature has obtained the "Design Approved" or "No Design Approved" label, along with all other tasks outlined in the GA section.

Feature Development Begins

  • Add the In Progress label

Legal and Translation

In order to avoid last minute blockers and significant disruptions to the feature, the legal items need to be done as early in the feature process as possible, either in design or as early into the development as possible. Similarly, translation is to be done concurrently with development. Both MUST be completed before Beta or GA is requested.

Legal (Complete before Feature Complete Date)

  • Changed or new open source libraries are cleared and approved, or N/A. (Legal Release Services/Cass Tucker/Release PM).
  • Licenses and Certificates of Originality (COOs) are updated, or N/A

Translation (Complete 1 week before Feature Complete Date)

  • PII updates are merged, or N/A. Note timing with translation shipments.

Beta

In order to facilitate early feedback from users, all new features and functionality should first be released as part of a beta release.

Beta Code

  • Beta fence the functionality
    • kind=beta, ibm:beta, ProductInfo.getBetaEdition()
  • Beta development complete and feature ready for inclusion in a beta release
    • Add label target:beta and the appropriate target:YY00X-beta (where YY00X is the targeted beta version).
  • Feature delivered into beta

Beta Blog (Complete 1.5 weeks before beta eGA)


GA

A feature is ready to GA after it is Feature Complete and has obtained all necessary Focal Point Approvals.

Feature Complete

  • Feature implementation and tests completed.
    • All PRs are merged.
    • All epic and child issues are closed.
    • All stop ship issues are completed.
  • Legal: all necessary approvals granted.
  • Translation: All messages translated or sent for translation for upcoming release
  • GA development complete and feature ready for inclusion in a GA release
    • Add label target:ga and the appropriate target:YY00X (where YY00X is the targeted GA version).
    • Inclusion in a release requires the completion of all Focal Point Approvals.

Focal Point Approvals (Complete by Feature Complete Date)

These occur only after GA of this feature is requested (by adding a target:ga label). GA of this feature may not occur until all approvals are obtained.

All Features

Design Approved Features

  • Accessibility Accessibility testing completed or N/A. (OpenLiberty/accessibility-approvers)
    • Approver adds label focalApproved:accessibility.
  • ID Documentation is complete or N/A. (OpenLiberty/id-approvers)
    • Approver adds label focalApproved:id.
    • NOTE: If only trivial documentation changes are required, you may reach out to the ID Feature Focal to request a ID Required - Trivial label. Unlike features with regular ID requirement, those with ID Required - Trivial label do not have a hard requirement for a Design/UFO.

  • Performance Performance testing is complete or N/A. (OpenLiberty/performance-approvers)
    • Approver adds label focalApproved:performance.
  • Serviceability Serviceability has been addressed or N/A. (OpenLiberty/serviceability-approvers)
    • Approver adds label focalApproved:sve.
  • STE Skills Transfer Education chart deck is complete or N/A. (OpenLiberty/ste-approvers)
    • Approver adds label focalApproved:ste.
  • SVT System Verification Test is complete or N/A. (OpenLiberty/svt-approvers)
    • Approver adds label focalApproved:svt.

Remove Beta Fencing (Complete by Feature Complete Date)

  • Beta guards are removed, or N/A
    • Only after all necessary Focal Point Approvals have been granted.

GA Blog (Complete by Feature Complete Date)

Post GA


Other Deliverables


@NottyCode
Copy link
Member

The design doc talks about ${notfound} resolving to the empty string, in the as-is experience, but it isn't obvious to me what the to-be experience for that ${notfound} is going to be. It would be good to get that clarified. I'm assuming it relates to the new property, but it isn't clear what the behaviour of the new property when true and false is (at least to me).

@volosied
Copy link
Member

volosied commented Nov 2, 2022

@NottyCode

When the new property is set to true and an unidentified EL identifier is found on a page or tag, then a PropertyNotFoundException is thrown and displayed on the page. For example:

 jakarta.el.PropertyNotFoundException: Unknown identifier [notfound]
at jakarta.servlet.jsp.el.NotFoundELResolver.getValue(NotFoundELResolver.java:68)
at org.apache.jasper.el.JasperELResolver.getValue(JasperELResolver.java:113)
at [internal classes]
at com.ibm.ws.jsp.tagfile.webinf._ErrorOnELNotFoundTrue.doTag(_ErrorOnELNotFoundTrue.java:71)
at com.ibm._jsp._test_2D_true._jspx_meth_tags_ErrorOnELNotFoundTrue_0(_test_2D_true.java:149)
at com.ibm._jsp._test_2D_true._jspService(_test_2D_true.java:123)
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:100)
at [internal classes]

If the property is set to false, the app will behave as earlier versions ( rendering an empty string ).

I'll update the slide with the info above.

@NottyCode
Copy link
Member

@volosied thank you for the quick, update. I understand the change now. You also have done a good job on the developer experience slide.

@malincoln
Copy link

@pnicolucci if FATs are complete, pls add target:ga label. Thanks!

@chirp1
Copy link
Contributor

chirp1 commented Dec 7, 2022

Info to document provided at OpenLiberty/docs#5835 . Approving epic.

@chirp1 chirp1 added the focalApproved:id Focal Approval granted for ID for the feature label Dec 7, 2022
@hanczaryk hanczaryk added the focalApproved:svt Focal Approval granted for SVT for the feature label Feb 7, 2023
@malincoln
Copy link

@volosied @pnicolucci please go ahead and schedule demo and add date for approval. Thanks!

@pnicolucci
Copy link
Member

@malincoln demo is scheduled for Feb 28th, we'll start officially seeking approvals once #24298 is merged and this epic is target:ga

@tevans78 tevans78 added the focalApproved:demo Approval that a Demo has been scheduled label Feb 23, 2023
@tpickett1 tpickett1 added the focalApproved:performance Focal Approval granted for Performance for the feature label Feb 23, 2023
@pnicolucci pnicolucci added target:ga The Epic is ready for focal approvals, after which it can GA. target:23003 labels Feb 23, 2023
@natalie-bernhard natalie-bernhard added the focalApproved:accessibility Focal Approval granted for Accessibility for the feature label Feb 23, 2023
@donbourne
Copy link
Member

donbourne commented Feb 23, 2023

Serviceability Approval Comment - Please answer the following questions for serviceability approval:

  1. UFO -- does the UFO identify the most likely problems customers will see and identify how the feature will enable them to diagnose and solve those problems without resorting to raising a PMR? Have these issues been addressed in the implementation?
    Yes, the UFO is up to date with the latest information. We cover the addition of errorOnELNotFound through page/tag directives and web.xml configurations as well as removed deprecated methods/actions and import clarifications for the scripting language in Pages 3.1. Beside these changes, no issues are expected.
  2. Test and Demo -- As part of the serviceability process we're asking feature teams to test and analyze common problem paths for serviceability and demo those problem paths to someone not involved in the development of the feature (eg. L2, test team, or another development team).
    a) What problem paths were tested and demonstrated?
    Tested and demonstrated new property errorOnELNotFound, deprecation and removal of isThreadSafe directive and jsp:plugin action. Showed imports through Page directives available in Expression Language expressions. No expected problem paths found. Changes that customer could see are jsp:plugin action code which is ignored or isThreadSafe directive which warns about its usage which both are documented as well as the removal of ELResolver.getFeatureDescriptors.
    b) Who did you demo to?
    Evan Jennings
    c) Do the people you demo'd to agree that the serviceability of the demonstrated problem scenarios is sufficient to avoid PMRs for any problems customers are likely to encounter, or that L2 should be able to quickly address those problems without need to engage L3?
    Yes
  3. SVT -- SVT team is often the first team to try new features and often encounters problems setting up and using them. Note that we're not expecting SVT to do full serviceability testing -- just to sign-off on the serviceability of the problem paths they encountered.
    a) Who conducted SVT tests for this feature?
    Brian Hanczaryk
    b) Do they agree that the serviceability of the problems they encountered is sufficient to avoid PMRs, or that L2 should be able to quickly address those problems without need to engage L3?
    Yes, they agree that serviceability of any problems encountered is sufficient to avoid PMRs or L2 should be able to quickly address them without needing to engage L3.
  4. Which L2 / L3 queues will handle PMRs for this feature? Ensure they are present in the contact reference file and in the queue contact summary, and that the respective L2/L3 teams know they are supporting it. Ask Don Bourne if you need links or more info.
    WAS L3: JSP and L2: WAS WIN
  5. Does this feature add any new metrics or emit any new JSON events? If yes, have you updated the JMX metrics reference list / Metrics reference list / JSON log events reference list in the Open Liberty docs?
    No it does not

@samwatibm samwatibm added the focalApproved:globalization Focal Approval granted for Globalization for the feature label Feb 23, 2023
@tngiang73 tngiang73 added the focalApproved:ste Focal Approval granted for STE for the feature label Feb 23, 2023
@cbridgha cbridgha added the focalApproved:externals Focal Approval granted for APIs/Externals for the feature label Feb 27, 2023
@pgunapal
Copy link
Member

@volosied @pnicolucci Please answer the questions from #18737 (comment) for serviceability approval.

@pnicolucci
Copy link
Member

@isaacrivriv is taking care of the Serviceability approval. He will be working to complete the questions / demo tomorrow.

@pgunapal pgunapal added the focalApproved:serviceability Focal Approval granted for Serviceability for the feature label Mar 1, 2023
@ayoho ayoho added the focalApproved:fat Focal Approval granted for FAT for the feature label Mar 1, 2023
@pnicolucci
Copy link
Member

I talked with @yeekangc a Pages guide is not needed. Marking the following as completed:

OL Guides OL Guides assessment is complete or N/A. (OpenLiberty/guide-assessment)

@pnicolucci
Copy link
Member

pnicolucci commented Mar 15, 2023

Standalone Feature Blog Post

This is not necessary for Pages 3.1 we can cover the changes easily in the GA blog post. We also have a detailed doc issue: OpenLiberty/docs#5835

@pnicolucci
Copy link
Member

The following issues were opened for:

Dev Experience Developer Experience & Tools work is complete or N/A. (OpenLiberty/dev-experience-assessment)

https://github.com/eclipse/lsp4jakarta/issues/430
https://github.com/eclipse/lsp4jakarta/issues/429
https://github.com/eclipse/lsp4jakarta/issues/428
https://github.com/eclipse/lsp4jakarta/issues/427
https://github.com/eclipse/lsp4jakarta/issues/426

@malincoln malincoln removed the In Progress Items that are in active development. label Apr 3, 2023
@samwatibm samwatibm removed the target:ga The Epic is ready for focal approvals, after which it can GA. label Apr 5, 2023
@pnicolucci pnicolucci moved this to Completed Features in Web Tier Team May 31, 2024
@NottyCode NottyCode moved this to 23.0.0.3 in Open Liberty Roadmap Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design Approved Epic Used to track Feature Epics that are following the UFO process focalApproved:accessibility Focal Approval granted for Accessibility for the feature focalApproved:demo Approval that a Demo has been scheduled focalApproved:externals Focal Approval granted for APIs/Externals for the feature focalApproved:fat Focal Approval granted for FAT for the feature focalApproved:globalization Focal Approval granted for Globalization for the feature focalApproved:id Focal Approval granted for ID for the feature focalApproved:performance Focal Approval granted for Performance for the feature focalApproved:serviceability Focal Approval granted for Serviceability for the feature focalApproved:ste Focal Approval granted for STE for the feature focalApproved:svt Focal Approval granted for SVT for the feature ID Required in:Web Components jakartaEE10 release:23003 release:220012-beta target:beta The Epic or Issue is targetted for the next beta target:23003 target:220012-beta team:Sirius
Projects
Status: 23.0.0.3
Archived in project
Development

No branches or pull requests