Skip to content

Commit 3b7a07e

Browse files
committed
Sync working groups
1 parent 2f294c9 commit 3b7a07e

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

_data/wg.yaml

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
---
22
working-groups:
3+
- title: "Quarkus to the CommonHaus Foundation"
4+
board-url: "https://github.com/orgs/quarkusio/projects/38"
5+
short-description: Work needed around moving Quarkus to foundation and streamline open governance.
6+
readme: |
7+
<p>from Discussion at https://github.com/quarkusio/quarkus/discussions/43013</p>
8+
<p>We started the move of Quarkus to a foundation <a href="https://quarkus.io/blog/quarkus-in-a-foundation/">earlier this year</a> and recently <a href="https://quarkus.io/blog/quarkus-moving-to-commonhaus/">set the direction</a> towards <a href="https://www.commonhaus.org/">CommonHaus</a> and during the summer break the CommonHaus council <a href="https://github.com/commonhaus/foundation/pull/183">approved our request</a> to join.</p>
9+
<p>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.</p>
10+
<h1>Goal</h1>
11+
<p>Two parts</p>
12+
<ul>
13+
<li>setup Quarkus to have transparent and open governance</li>
14+
<li>Go through the few but important requirements for a CommonHaus project.</li>
15+
</ul>
16+
<h1>Initial work items/questions:</h1>
17+
<p>Current known list, but not limited to:</p>
18+
<ul>
19+
<li>identify design communication channels (i.e. #41973)</li>
20+
<li>which repositories / code will move</li>
21+
<li>impact (if any) on quarkiverse projects</li>
22+
<li>how will trademarks work/change</li>
23+
<li>identify running services and setup/maintain them (registry.quarkus.io, code.quarkus.io etc.)</li>
24+
<li>add required metadata/files to the various repositories</li>
25+
</ul>
26+
<h1>Tracking</h1>
27+
<p>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).</p>
28+
<h1>When will this working group be done?</h1>
29+
<p>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).</p>
30+
<p>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.</p>
31+
status: on track
32+
last-activity: 2024-09-29
33+
last-update: |
34+
Just got started.
335
- title: "Quarkus 3.15 LTS"
436
board-url: "https://github.com/orgs/quarkusio/projects/28"
537
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)
@@ -11,10 +43,11 @@ working-groups:
1143
<li>The <code>in progress</code> means that the work has started and should be completed before the TLS cut date</li>
1244
<li>The <code>done</code> column means that the issues have been completed</li>
1345
</ul>
14-
status: at risk
15-
last-activity: 2024-09-27
46+
status: on track
47+
last-activity: 2024-09-29
1648
last-update: |
17-
Work is progressing. Still items that will need to be cleaned. Thus still at risk but managable.
49+
3.15 has been cut.
50+
The 3.15.x is the new LTS, starting with 3.15.1
1851
- title: "Test classloading"
1952
board-url: "https://github.com/orgs/quarkusio/projects/30"
2053
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.
@@ -70,38 +103,6 @@ working-groups:
70103
The target is to have 1.0.0 the 1 October 2024.
71104
72105
For 1.0 we need pagination, tags and SEO.
73-
- title: "Moving Quarkus to the CommonHaus Foundation"
74-
board-url: "https://github.com/orgs/quarkusio/projects/38"
75-
short-description: Work needed around moving Quarkus to foundation and streamline open governance.
76-
readme: |
77-
<p>from Discussion at https://github.com/quarkusio/quarkus/discussions/43013</p>
78-
<p>We started the move of Quarkus to a foundation <a href="https://quarkus.io/blog/quarkus-in-a-foundation/">earlier this year</a> and recently <a href="https://quarkus.io/blog/quarkus-moving-to-commonhaus/">set the direction</a> towards <a href="https://www.commonhaus.org/">CommonHaus</a> and during the summer break the CommonHaus council <a href="https://github.com/commonhaus/foundation/pull/183">approved our request</a> to join.</p>
79-
<p>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.</p>
80-
<h1>Goal</h1>
81-
<p>Two parts</p>
82-
<ul>
83-
<li>setup Quarkus to have transparent and open governance</li>
84-
<li>Go through the few but important requirements for a CommonHaus project.</li>
85-
</ul>
86-
<h1>Initial work items/questions:</h1>
87-
<p>Current known list, but not limited to:</p>
88-
<ul>
89-
<li>identify design communication channels (i.e. #41973)</li>
90-
<li>which repositories / code will move</li>
91-
<li>impact (if any) on quarkiverse projects</li>
92-
<li>how will trademarks work/change</li>
93-
<li>identify running services and setup/maintain them (registry.quarkus.io, code.quarkus.io etc.)</li>
94-
<li>add required metadata/files to the various repositories</li>
95-
</ul>
96-
<h1>Tracking</h1>
97-
<p>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).</p>
98-
<h1>When will this working group be done?</h1>
99-
<p>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).</p>
100-
<p>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.</p>
101-
status: on track
102-
last-activity: 2024-09-20
103-
last-update: |
104-
Just got started.
105106
- title: "Enhanced TLS support"
106107
board-url: "https://github.com/orgs/quarkusio/projects/24"
107108
short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)

0 commit comments

Comments
 (0)