Skip to content

Commit a205957

Browse files
committed
Re-generate wg.yaml manually
1 parent cd08f48 commit a205957

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

_data/wg.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
working-groups:
33
- title: "Gizmo 2"
44
board-url: "https://github.com/orgs/quarkusio/projects/43"
5-
short-description: Gizmo 2 related tasks
5+
short-description: "Gizmo 2 related tasks"
66
readme: |
77
<p>This _working group aims to make the <a href="https://github.com/dmlloyd/gizmo/tree/gizmo2">Gizmo 2 POC</a> production-ready and integrate it into Quarkus core.</p>
88
<ul>
@@ -21,7 +21,7 @@ working-groups:
2121
proposal: https://github.com/quarkusio/quarkus/discussions/46627
2222
- title: "OIDC improvements"
2323
board-url: "https://github.com/orgs/quarkusio/projects/46"
24-
short-description: The goal of this working group is to improve quarkus-oidc by: implementing crucial new security features, continuing with improving the way OIDC requests can be intercepted, prioritizing some other open issues, such as using JWT bearer client authentication to complete the authorization code flow
24+
short-description: "The goal of this working group is to improve quarkus-oidc by: implementing crucial new security features, continuing with improving the way OIDC requests can be intercepted, prioritizing some other open issues, such as using JWT bearer client authentication to complete the authorization code flow"
2525
readme: |
2626
<p>The goal of this working group is to improve quarkus-oidc by: implementing crucial new security features, continuing with improving the way OIDC requests can be intercepted, prioritizing some other open issues, such as using JWT bearer client authentication to complete the authorization code flow</p>
2727
<ul>
@@ -40,7 +40,7 @@ working-groups:
4040
proposal: https://github.com/quarkusio/quarkus/discussions/42116
4141
- title: "Test classloading"
4242
board-url: "https://github.com/orgs/quarkusio/projects/30"
43-
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.
43+
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."
4444
readme: |
4545
<p>At the moment, Quarkus tests are invoked using one classloader, and then executed in a different classloader. This mostly works well, but means some use cases don't work: extensions cannot manipulate test classes in the same way that they do normal application classes. For example, anything run via a JUnit @TestTemplate test case will see the un-transformed class.</p>
4646
<p>It also means we have extra user-facing complexity, such as the QuarkusTest*Callbacks](https://quarkus.io/guides/getting-started-testing#enrichment-via-quarkustestcallback):</p>
@@ -65,7 +65,7 @@ working-groups:
6565
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/
6666
- title: "Quarkus 3.20 LTS"
6767
board-url: "https://github.com/orgs/quarkusio/projects/41"
68-
short-description: This working group aims to track the effort around the Quarkus 3.20 LTS version.
68+
short-description: "This working group aims to track the effort around the Quarkus 3.20 LTS version."
6969
readme: |
7070
<p>All the tasks related to the 3.20 LTS, including issues with backport, release process, and so on.</p>
7171
status: staled
@@ -76,7 +76,7 @@ working-groups:
7676
Starting tracking tasks fro the 3.19 LTS.
7777
- title: "Quarkus 3.15 LTS"
7878
board-url: "https://github.com/orgs/quarkusio/projects/28"
79-
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)
79+
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)"
8080
readme: |
8181
<p>This working group uses a different board:</p>
8282
<ul>
@@ -95,7 +95,7 @@ working-groups:
9595
There are discussions on defining a regular cadence release. We will communicate when we have more details.
9696
- title: "Chappie"
9797
board-url: "https://github.com/orgs/quarkiverse/projects/8"
98-
short-description: The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)
98+
short-description: "The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)"
9999
readme: |
100100
<p>The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)</p>
101101
<h3>The Problem</h3>
@@ -124,7 +124,7 @@ working-groups:
124124
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
125125
- title: "Observability.Next"
126126
board-url: "https://github.com/orgs/quarkusio/projects/42"
127-
short-description: Observability.Next is a strategic initiative to modernize the observability stack within the Quarkus framework, aiming to streamline and enhance its ability to monitor and manage distributed systems.
127+
short-description: "Observability.Next is a strategic initiative to modernize the observability stack within the Quarkus framework, aiming to streamline and enhance its ability to monitor and manage distributed systems."
128128
readme: |
129129
<h2>Overview</h2>
130130
<p>Observability.Next is a strategic initiative to modernize the observability stack within the Quarkus framework, aiming to streamline and enhance its ability to monitor and manage distributed systems. Currently, Quarkus (3.16.x) leverages the following components for observability:
@@ -197,7 +197,7 @@ working-groups:
197197
proposal: https://github.com/quarkusio/quarkus/discussions/44423
198198
- title: "WebSocket Next"
199199
board-url: "https://github.com/orgs/quarkusio/projects/26"
200-
short-description: WebSocket-Next related tasks
200+
short-description: "WebSocket-Next related tasks"
201201
readme: |
202202
<p>The WebSocket Next <em>focus group</em> aims to improve our WebSocket experience.</p>
203203
<p>Recently, we delivered a new approach to dealing with WebSocket (both for the server and client). This was the first step. There are still a few areas to improve, such as documentation, security, observability, and testability. The goal of this focus group is to track these efforts.</p>
@@ -218,7 +218,7 @@ working-groups:
218218
proposal: https://github.com/quarkusio/quarkus/discussions/38473
219219
- title: "Quarkus Config and IDEs"
220220
board-url: "https://github.com/orgs/quarkusio/projects/32"
221-
short-description: Let's define a format for the files containing the config model we will include in the jars for IDE consumption.
221+
short-description: "Let's define a format for the files containing the config model we will include in the jars for IDE consumption."
222222
readme: |
223223
<p>Let's define a format for the files containing the config model we will include in the jars for IDE consumption.</p>
224224
<p>See https://github.com/quarkusio/quarkus/discussions/42671 for more details.</p>
@@ -231,7 +231,7 @@ working-groups:
231231
I fixed a few issues in the doc generation but wasn't able to make much progress for this round.
232232
- title: "Roq :: Quarkus SSG"
233233
board-url: "https://github.com/orgs/quarkiverse/projects/6"
234-
short-description: Allow Static Site Generation with Quarkus.
234+
short-description: "Allow Static Site Generation with Quarkus."
235235
readme: |
236236
<p>New initiative to allow Static Site Generation with Quarkus.</p>
237237
<p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p>
@@ -264,7 +264,7 @@ working-groups:
264264
proposal: https://github.com/quarkusio/quarkus/discussions/41309
265265
- title: "Enhanced TLS support"
266266
board-url: "https://github.com/orgs/quarkusio/projects/24"
267-
short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)
267+
short-description: "Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)"
268268
readme: |
269269
<p>TLS is becoming increasingly common and recommended. However, for years, each Quarkus extension has been doing its own TLS configuration and management. As a result, the configuration looks different everywhere, and many extensions have incomplete configurations.</p>
270270
<p>Based on the newly integrated TLS registry, we now have a single place to configure TLS. At runtime, it provides methods to configure Vert.x and &quot;pure&quot; Java clients (using an <code>SSLContext</code>).</p>
@@ -287,7 +287,7 @@ working-groups:
287287
proposal: https://github.com/quarkusio/quarkus/discussions/41024
288288
- title: "Docker file generation"
289289
board-url: "https://github.com/orgs/quarkusio/projects/27"
290-
short-description: A working group focusing on the generation of Dockerfile / ContainerFile
290+
short-description: "A working group focusing on the generation of Dockerfile / ContainerFile"
291291
readme: |
292292
<p>At the moment, when you create a Quarkus project (from code.quarkus.io or the CLI), a set of <code>Dockerfiles</code> is generated. However,</p>
293293
<ol>
@@ -308,7 +308,7 @@ working-groups:
308308
This working group was discussed last week to unblock the pull request.
309309
- title: "Quarkus to the CommonHaus Foundation"
310310
board-url: "https://github.com/orgs/quarkusio/projects/38"
311-
short-description: Work needed around moving Quarkus to foundation and streamline open governance.
311+
short-description: "Work needed around moving Quarkus to foundation and streamline open governance."
312312
readme: |
313313
<p>from Discussion at https://github.com/quarkusio/quarkus/discussions/43013</p>
314314
<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>

0 commit comments

Comments
 (0)