From 424dedbade61c46cb540c5d443d5cd384410cd23 Mon Sep 17 00:00:00 2001 From: Ivar Grimstad Date: Thu, 31 Oct 2024 14:32:01 +0100 Subject: [PATCH] Minutes Oct 29 (#981) --- minutes/2024/2024-10-29.md | 63 ++++++++++++++++++++++++++++++++++++++ minutes/minutes.md | 1 + 2 files changed, 64 insertions(+) create mode 100644 minutes/2024/2024-10-29.md diff --git a/minutes/2024/2024-10-29.md b/minutes/2024/2024-10-29.md new file mode 100644 index 0000000..31aeca6 --- /dev/null +++ b/minutes/2024/2024-10-29.md @@ -0,0 +1,63 @@ +# Jakarta EE Platform Call + +Date: 2024-10-29 +Present: + +- James Perkins (Red Hat) +- Brian Stansberry (Red Hat) +- Jared Anderson (IBM) +- Kyle Aure (IBM) +- Emily Jiang (IBM) +- Anand NK (IBM) +- Nathan Rauh (IBM) +- Tom Watson (IBM) +- Scott Marlow (Red Hat) +- Ed Burns (MSFT) +- Arjan Tijms (OmniFish) +- John Clingan (Red Hat) +- Ivar Grimstad (Eclipse Foundation +- Cesar Hernandez (Tomitribe) +- Jan Westerkamp (iJUG) + +## Agenda and Minutes + +### Top-of-mind from Ed, Arjan and Jared + +* Three weeks to go until we must start ballots. +* Core Profile status + * [Liberty CCR](https://github.com/jakartaee/platform/issues/975) created + * Red Hat to make a CCR today + * [Release Review PR](https://github.com/jakartaee/specifications/pull/782) + * API Jenkins job run. Has the API been staged? Yes. Here is the link: + [https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/platform/jakarta.jakartaee-core-api/11.0.0/](https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/platform/jakarta.jakartaee-core-api/11.0.0/) + * ACTION: Ed: Review the checklists that Ed Bratt sent, as well as the one in [the PR](https://github.com/jakartaee/specifications/pull/782). + * Ed Bratt: Who is the mentor for Core Profile? + * Ivar: Confirmed Emily Jiang and Tom Watson +* Arjan + * Tried to run the EE 11 TCK GlassFish runners at [https://github.com/jakartaee/platform-tck/tree/main/glassfish-runner](https://github.com/jakartaee/platform-tck/tree/main/glassfish-runner) + * There were some breakages in the CI jobs running these: [https://ci.eclipse.org/jakartaee-tck/view/EFTL-Certification-Jobs-11/job/11/job/standalone-tck/job/eftl-jakartaeetck-run-standalone/](https://ci.eclipse.org/jakartaee-tck/view/EFTL-Certification-Jobs-11/job/11/job/standalone-tck/job/eftl-jakartaeetck-run-standalone/) + * Arjan advises extra care to not introduce breakages. + * Ed Bratt observed that the Core TCK sha sum must not change from this point onward, because we have existing CCRs. (See TCK Agenda 2024-10-30) + +### Refactoring Progress Report + +* [https://github.com/orgs/jakartaee/projects/12/views/1](https://github.com/orgs/jakartaee/projects/12/views/1) +* EE 10 JPA/Persistence (Application Client) TCK tests pass with GlassFish 8 JDK 17 branch (Platform) on Java 17\. +* Scott Marlow is still blocked in making progress for JPA tests, see [https://github.com/jakartaee/platform-tck/issues/1371](https://github.com/jakartaee/platform-tck/issues/1371) \+ [https://github.com/eclipse-ee4j/glassfish/issues/25190](https://github.com/eclipse-ee4j/glassfish/issues/25190) . + * This is on the critical path if and only if we choose to use the JPA tests from the refactored TCK. +* ACTION: Arjan: Please update “Refactor ejb32 (EE mode) tests” row in the table (currently row 51). + +### Jakarta EE 11 + +* New Faces 4.1.1 TCK and 4.1.2 API is needed + * [https://github.com/jakartaee/faces/issues/1955](https://github.com/jakartaee/faces/issues/1955) + * [https://github.com/jakartaee/faces/issues/1956](https://github.com/jakartaee/faces/issues/1956) + * [https://github.com/jakartaee/faces/issues/1957](https://github.com/jakartaee/faces/issues/1957) + * 4.1.1 API does not have the fix for [https://github.com/eclipse-ee4j/mojarra/pull/5485/](https://github.com/eclipse-ee4j/mojarra/pull/5485/) + + + + +### Jakarta EE 12 + +* [Data 1.1 Release Plan](https://projects.eclipse.org/projects/ee4j.data/releases/1.1/plan) created and should be ready for plan review \ No newline at end of file diff --git a/minutes/minutes.md b/minutes/minutes.md index 536108e..f42f6f5 100644 --- a/minutes/minutes.md +++ b/minutes/minutes.md @@ -9,6 +9,7 @@ ## [2024](#2024) +* [2024-10-29](2024/2024-10-29.md) * [2024-10-22](2024/2024-10-22.md) * [2024-10-15](2024/2024-10-15.md) * [2024-10-08](2024/2024-10-08.md)