diff --git a/_data/wg.yaml b/_data/wg.yaml index cfc7bcf42da..9ff0ebf3706 100644 --- a/_data/wg.yaml +++ b/_data/wg.yaml @@ -1,5 +1,43 @@ --- working-groups: + - title: "Quarkus to the CommonHaus Foundation" + board-url: "https://github.com/orgs/quarkusio/projects/38" + short-description: | + Work needed around moving Quarkus to foundation and streamline open governance. + readme: | +
from Discussion at https://github.com/quarkusio/quarkus/discussions/43013
+We started the move of Quarkus to a foundation earlier this year and recently set the direction towards CommonHaus and during the summer break the CommonHaus council approved our request to join.
+Thus, now the real work starts, and it's just fitting we set up a working group for the effort getting Quarkus to CommonHaus foundation.
+Two parts
+Current known list, but not limited to:
+We will use the working group board to track publicly all the known relevant work and questions.For the few exception cases where, for legal or personal constraints, the work must happen in private, we will post the outcome and results in public places (like a GitHub discussion of a GitHub issue tracked on the working group board).
+When Quarkus has an active working governance model in place and all major work items around setting up Quarkus at CommonHaus are completed - after that, its expected things will just be iteratively improved, and the dedicated working group will not be needed (others might start to continue more specific efforts).
+The majority of the work must be done before the end of December 2024. The latest deadline for CommonHaus is April 2025, when the bootstrap period of CommonHaus ends.
+ status: at risk + lts: false + completed: false + last-activity: 2025-07-22 + last-update-date: 2025-06-24 + last-update: | + In the last month, the WG - Quarkus to the CommonHaus Foundation successfully closed an issue related to setting up the recommended files necessary for the transition to the foundation. Additionally, a new issue was opened to enable a Sponsor button in the Quarkiverse, indicating ongoing efforts to enhance community engagement and streamline governance as Quarkus moves to CommonHaus Foundation. + + (This status update was automatically generated using AI.) - title: "OIDC improvements" board-url: "https://github.com/orgs/quarkusio/projects/46" short-description: | @@ -322,44 +360,6 @@ working-groups: last-update-date: 2025-04-01 last-update: | In the last month, the WG - Quarkus 3.15 LTS closed two issues: one regarding the assignment of random ports in the configuration and another updating the Kafka client version to 3.7.2 to address CVE-2024-56128. No new issues were opened, reflecting a commitment to resolving important topics for the upcoming LTS release. - - title: "Quarkus to the CommonHaus Foundation" - board-url: "https://github.com/orgs/quarkusio/projects/38" - short-description: | - Work needed around moving Quarkus to foundation and streamline open governance. - readme: | -from Discussion at https://github.com/quarkusio/quarkus/discussions/43013
-We started the move of Quarkus to a foundation earlier this year and recently set the direction towards CommonHaus and during the summer break the CommonHaus council approved our request to join.
-Thus, now the real work starts, and it's just fitting we set up a working group for the effort getting Quarkus to CommonHaus foundation.
-Two parts
-Current known list, but not limited to:
-We will use the working group board to track publicly all the known relevant work and questions.For the few exception cases where, for legal or personal constraints, the work must happen in private, we will post the outcome and results in public places (like a GitHub discussion of a GitHub issue tracked on the working group board).
-When Quarkus has an active working governance model in place and all major work items around setting up Quarkus at CommonHaus are completed - after that, its expected things will just be iteratively improved, and the dedicated working group will not be needed (others might start to continue more specific efforts).
-The majority of the work must be done before the end of December 2024. The latest deadline for CommonHaus is April 2025, when the bootstrap period of CommonHaus ends.
- status: at risk - lts: false - completed: false - last-activity: 2025-06-24 - last-update-date: 2025-06-24 - last-update: | - In the last month, the WG - Quarkus to the CommonHaus Foundation successfully closed an issue related to setting up the recommended files necessary for the transition to the foundation. Additionally, a new issue was opened to enable a Sponsor button in the Quarkiverse, indicating ongoing efforts to enhance community engagement and streamline governance as Quarkus moves to CommonHaus Foundation. - - (This status update was automatically generated using AI.) - title: "Unified Saga implementation" board-url: "https://github.com/orgs/quarkusio/projects/48" short-description: | @@ -471,13 +471,13 @@ working-groups:Let's define a format for the files containing the config model we will include in the jars for IDE consumption.
See https://github.com/quarkusio/quarkus/discussions/42671 for more details.
Point of contact: @gsmet (Zulip: @_Guillaume Smet )
- status: staled + status: paused lts: false completed: false last-activity: 2024-11-29 - last-update-date: 2024-11-29 + last-update-date: 2025-07-22 last-update: | - I fixed a few issues in the doc generation but wasn't able to make much progress for this round. + The working group has been paused due to a lack of progress for some time now. Let's revisit it in a few months. - title: "Enhanced TLS support" board-url: "https://github.com/orgs/quarkusio/projects/24" short-description: | diff --git a/_includes/working-group-band.html b/_includes/working-group-band.html index 2fe37c16953..7f51a96b7d5 100644 --- a/_includes/working-group-band.html +++ b/_includes/working-group-band.html @@ -69,7 +69,7 @@{{ item.title }}
@@ -155,6 +155,50 @@These working groups have been paused (lack of bandwidth). If you are interested, feel free to reach out!
+{{ item.title }}
+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 %} +
These working groups have completed their work and are no longer active:
diff --git a/_sass/layouts/working-groups.scss b/_sass/layouts/working-groups.scss
index f0b23080aed..2888b0409ba 100644
--- a/_sass/layouts/working-groups.scss
+++ b/_sass/layouts/working-groups.scss
@@ -73,6 +73,7 @@
}
.card {
+
display: inline-grid;
position: relative;
word-wrap: break-word;
@@ -83,11 +84,9 @@
border: 1px solid var(--card-outline);
width: calc(100% - 2rem);
grid-column: span 4;
- justify-content: center;
+ justify-content: normal;
justify-items: stretch;
- align-content: space-between;
-
- grid-column: span 4;
+ align-content: space-around;
@media screen and (max-width: 1300px) {
grid-column: span 6;
diff --git a/working-groups/main.java b/working-groups/main.java
index 9ad56ac323e..2af77ddf453 100644
--- a/working-groups/main.java
+++ b/working-groups/main.java
@@ -189,7 +189,7 @@ record Board(
List