From 3c8a16fe04b7e6de6f72ef717d786c5ecac21188 Mon Sep 17 00:00:00 2001
From: Clement Escoffier 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. 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. 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 )Goal
+
+
+ Initial work items/questions:
+
+
+ Tracking
+ When will this working group be done?
+ Goal
-
-
- Initial work items/questions:
-
-
- Tracking
- When will this working group be done?
- Staled or at risk working groups
deadline, or are facing a technical blocker.
{{ 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