From 34bc5a827d9438561db8bc9ea602bdfd71473a10 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 30 Sep 2024 10:02:18 +0000 Subject: [PATCH] Sync working groups --- _data/wg.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/_data/wg.yaml b/_data/wg.yaml index 11bc606416..bbc18bd6ff 100644 --- a/_data/wg.yaml +++ b/_data/wg.yaml @@ -1,5 +1,21 @@ --- working-groups: + - 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) + readme: | +

This working group uses a different board:

+ + status: on track + last-activity: 2024-09-30 + last-update: | + 3.15 has been cut. + The 3.15.x is the new LTS, starting with 3.15.1 - 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...) @@ -46,22 +62,6 @@ working-groups: last-activity: 2024-09-29 last-update: | Just got started. - - 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) - readme: | -

This working group uses a different board:

- - status: on track - last-activity: 2024-09-29 - last-update: | - 3.15 has been cut. - The 3.15.x is the new LTS, starting with 3.15.1 - title: "Test classloading" board-url: "https://github.com/orgs/quarkusio/projects/30" short-description: The goal of this working group is to rewrite Quarkus's test classloading, so that tests are run in the same classloader as the application under tests, and Quarkus extensions can do "Quarkus-y" manipulations of test classes.