diff --git a/_data/wg.yaml b/_data/wg.yaml index b1a67a6f573..3c32e690516 100644 --- a/_data/wg.yaml +++ b/_data/wg.yaml @@ -29,6 +29,9 @@ working-groups: last-activity: 2024-11-18 last-update: | ROQ has been released! See https://www.youtube.com/live/hrF1a5sKqBI to see ROQ in action. + deliverable: Quarkus Insight + point-of-contact: "@ia3andy" + discussion: https://github.com/quarkusio/quarkus/discussions/41309 - title: "WebSocket Next" board-url: "https://github.com/orgs/quarkusio/projects/26" short-description: WebSocket-Next related tasks @@ -51,6 +54,8 @@ working-groups: The CDI request context is only activated if needed: https://github.com/quarkusio/quarkus/pull/43915. I hope that WS Next will be feature-complete at the time of 3.17 release. + point-of-contact: "@mkouba (@Martin Kouba on Zulip)" + discussion: https://github.com/quarkusio/quarkus/discussions/38473 - title: "Enhanced TLS support" board-url: "https://github.com/orgs/quarkusio/projects/24" short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...) @@ -70,6 +75,9 @@ working-groups: This working group is complete! That does not mean that no work will be done around TLS, but what was defined in the initial scope of the working group has been completed. Enhancements and bug fixes will follow. + deliverable: Quarkus Insight + point-of-contact: "@cescoffier (@Clement Escoffier on Zulip)" + discussion: https://github.com/quarkusio/quarkus/discussions/41024 - title: "Quarkus 3.15 LTS" board-url: "https://github.com/orgs/quarkusio/projects/28" short-description: This WG focuses on defining the issues we would like to have in the next-to-be LTS (Quarkus 3.14/3.15) diff --git a/_includes/working-group-band.html b/_includes/working-group-band.html index da17bf2af2a..55f70641a32 100644 --- a/_includes/working-group-band.html +++ b/_includes/working-group-band.html @@ -18,8 +18,14 @@
Status: {{ item.status }}
Description: {{ item.short-description }}
Last Activity: {{ item.last-activity | date: '%B %d, %Y' }}
+ {% if item.point-of-contact %} +Point of Contact: {{ item.point-of-contact }}
+ {% endif %} + {% if item.discussion %} +Discussion: Link
+ {% endif %} - @@ -31,16 +37,27 @@These working groups have completed their work and are no longer active:
-{{ item.title }}
+Description: {{ item.short-description }}
+Completed on: {{ item.last-activity | date: '%B %d, %Y' }}
+ {% if item.deliverable %} +Deliverable: {{ item.deliverable }}
+ {% endif %} +