Skip to main content

Jakarta EE Platform Call

Date: 2024-03-05

Present:

  • Arjan Tijms (OmniFish)
  • Jan Westerkamp (iJUG)
  • Jared Anderson (IBM)
  • Ed Burns (Microsoft)
  • Emily Jiang (IBM)
  • Jim Krueger (IBM)
  • Riva Philip (IBM)
  • Nathan Rauh (IBM)
  • Tom Watson (IBM)
  • Jimmy Wu (IBM)
  • Vignesh (IBM)
  • Nathan Erwin (Individual)
  • Ivar Grimstad (Eclipse Foundation)
  • Brian Stansberry (Red Hat)
  • Scott Stark (Red Hat)
  • Dmitry Kornilov (Oracle)
  • Petr Aubrecht (Payara)
  • Cesar Hernández (Tomitribe)
  • Scott Marlow (Red Hat)
  • John Clingan (Red Hat)

Agenda and Minutes

Jakarta EE 11 Release Plan

  1. Make a fork
  2. Clone the fork locally
  3. git remote add upstream git@github.com:jakartaee/specifications.git
  4. Make a branch
  5. Check out the branch
  6. Push to your fork
  7. Issue a PR from your fork.
    • JEA-349: Ed to submit a PR to https://github.com/jakartaee/platform/blob/gh-pages/jakartaee11/JakartaEE11ReleasePlan.md For all occurrences of “version increment only” change to “service release”
      • Jakarta Server Pages*
        • Mark Thomas and Paul A. Nicolucci
        • M2 API was published to Maven Central last week
      • Jakarta Servlet*
        • Mark Thomas
        • M2 API was published to Maven Central last week
      • Jakarta Validation*
        • Scott Stark
        • Waiting on dependencies to be staged, otherwise ready
      • Jakarta WebSocket*
        • Mark Thomas and Jan Supol
      • Jakarta Tags (previously JSTL) merge into Jakarta Pages (previously JSP)
        • Note: No need for a separate Tags anywhere anymore
        • Busy work with doing service releases, reviews, etc
        • Service release. No need to seek approval from the spec committee.
    • Actions for 2024-03-29 and M3
      • Ed, Ivar, Arjan
        • XML Schemas
        • M3 release
        • Outstanding spec text changes
        • Wave 6
    • Spec projects
    • Actions for 2024-04-27 and M4 release
      • Ed, Ivar, Arjan
        • XML Schemas
        • M4 release
        • Outstanding spec text changes
        • Wave 7
    • Spec projects
      • Jakarta Security*
        • Arjan
      • Jakarta Data*
        • Nathan Rauh
    • Actions: Pardon Ed’s ignorance, but exactly who needs to take actions to make this happen?
      • Ed, Ivar, Arjan
        • XML Schemas
        • M5 release
        • Outstanding spec text changes
        • Wave 8
    • Platform Projects
      • Jakarta Platform* (including appropriate content formerly in CDI EE)
      • Jakarta Web Profile* (including appropriate content formerly in CDI EE)
      • Jakarta Core Profile*
    • Actions:
      • Ed, Ivar, Arjan
        • XML Schemas
        • Final release
        • Outstanding spec text changes

Other business

  • Jakarta Data developments
    • JEA-336
    • JEA-340. Ed to update release plan. Change “Wave 6, 7 specs release review initiated by 2024-04-27” to “Wave 6, 7 specs release review initiated by 2024-04-27. Exception for Data. Data will initiate release review by 2024-05-31.”
  • Individual specification TCK requirements for specs getting major/minor updates in EE 11
  • EJBHome issue, raised by Jared Anderson. Platform TCK has to cover the platform requirements, and no more. For the EE 11 release, EJB will still be included. EJB includes 2.x interfaces. All optional components will be removed unless they are specifically included by the platform. Will the EE 11 platform include the requirement for EJB 2.1 to be implemented or not.
    • If it is not, should we produce an EJB jar that does include them? An optional jar?
    • There’s the TCK side
    • There’s the platform side.

Back to the top