Skip to content

Commit 0b1405b

Browse files
committed
Move short-description to a text block, Re-generate wg.yaml manually
1 parent cd08f48 commit 0b1405b

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

_data/wg.yaml

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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: |
6+
Gizmo 2 related tasks
67
readme: |
78
<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>
89
<ul>
@@ -21,7 +22,8 @@ working-groups:
2122
proposal: https://github.com/quarkusio/quarkus/discussions/46627
2223
- title: "OIDC improvements"
2324
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
25+
short-description: |
26+
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
2527
readme: |
2628
<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>
2729
<ul>
@@ -40,7 +42,8 @@ working-groups:
4042
proposal: https://github.com/quarkusio/quarkus/discussions/42116
4143
- title: "Test classloading"
4244
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.
45+
short-description: |
46+
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.
4447
readme: |
4548
<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>
4649
<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 +68,8 @@ working-groups:
6568
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/
6669
- title: "Quarkus 3.20 LTS"
6770
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.
71+
short-description: |
72+
This working group aims to track the effort around the Quarkus 3.20 LTS version.
6973
readme: |
7074
<p>All the tasks related to the 3.20 LTS, including issues with backport, release process, and so on.</p>
7175
status: staled
@@ -76,7 +80,8 @@ working-groups:
7680
Starting tracking tasks fro the 3.19 LTS.
7781
- title: "Quarkus 3.15 LTS"
7882
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)
83+
short-description: |
84+
This WG focuses on defining the issues we would like to have in the next-to-be LTS (Quarkus 3.14/3.15)
8085
readme: |
8186
<p>This working group uses a different board:</p>
8287
<ul>
@@ -95,7 +100,8 @@ working-groups:
95100
There are discussions on defining a regular cadence release. We will communicate when we have more details.
96101
- title: "Chappie"
97102
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)
103+
short-description: |
104+
The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)
99105
readme: |
100106
<p>The main objective of this working group is to allow AI features in Quarkus Dev Mode (Dev UI and CLI)</p>
101107
<h3>The Problem</h3>
@@ -124,7 +130,8 @@ working-groups:
124130
discussion: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev
125131
- title: "Observability.Next"
126132
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.
133+
short-description: |
134+
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.
128135
readme: |
129136
<h2>Overview</h2>
130137
<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 +204,8 @@ working-groups:
197204
proposal: https://github.com/quarkusio/quarkus/discussions/44423
198205
- title: "WebSocket Next"
199206
board-url: "https://github.com/orgs/quarkusio/projects/26"
200-
short-description: WebSocket-Next related tasks
207+
short-description: |
208+
WebSocket-Next related tasks
201209
readme: |
202210
<p>The WebSocket Next <em>focus group</em> aims to improve our WebSocket experience.</p>
203211
<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 +226,8 @@ working-groups:
218226
proposal: https://github.com/quarkusio/quarkus/discussions/38473
219227
- title: "Quarkus Config and IDEs"
220228
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.
229+
short-description: |
230+
Let's define a format for the files containing the config model we will include in the jars for IDE consumption.
222231
readme: |
223232
<p>Let's define a format for the files containing the config model we will include in the jars for IDE consumption.</p>
224233
<p>See https://github.com/quarkusio/quarkus/discussions/42671 for more details.</p>
@@ -231,7 +240,8 @@ working-groups:
231240
I fixed a few issues in the doc generation but wasn't able to make much progress for this round.
232241
- title: "Roq :: Quarkus SSG"
233242
board-url: "https://github.com/orgs/quarkiverse/projects/6"
234-
short-description: Allow Static Site Generation with Quarkus.
243+
short-description: |
244+
Allow Static Site Generation with Quarkus.
235245
readme: |
236246
<p>New initiative to allow Static Site Generation with Quarkus.</p>
237247
<p>Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).</p>
@@ -264,7 +274,8 @@ working-groups:
264274
proposal: https://github.com/quarkusio/quarkus/discussions/41309
265275
- title: "Enhanced TLS support"
266276
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...)
277+
short-description: |
278+
Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)
268279
readme: |
269280
<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>
270281
<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 +298,8 @@ working-groups:
287298
proposal: https://github.com/quarkusio/quarkus/discussions/41024
288299
- title: "Docker file generation"
289300
board-url: "https://github.com/orgs/quarkusio/projects/27"
290-
short-description: A working group focusing on the generation of Dockerfile / ContainerFile
301+
short-description: |
302+
A working group focusing on the generation of Dockerfile / ContainerFile
291303
readme: |
292304
<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>
293305
<ol>
@@ -308,7 +320,8 @@ working-groups:
308320
This working group was discussed last week to unblock the pull request.
309321
- title: "Quarkus to the CommonHaus Foundation"
310322
board-url: "https://github.com/orgs/quarkusio/projects/38"
311-
short-description: Work needed around moving Quarkus to foundation and streamline open governance.
323+
short-description: |
324+
Work needed around moving Quarkus to foundation and streamline open governance.
312325
readme: |
313326
<p>from Discussion at https://github.com/quarkusio/quarkus/discussions/43013</p>
314327
<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>

working-groups/templates/wg.yaml.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ working-groups:
33
{#for board in boards}
44
- title: "{board.title}"
55
board-url: "{board.url}"
6-
short-description: "{board.shortDescription.trim()}"
6+
short-description: |
7+
{board.shortDescription.trim()}
78
readme: |
89
{board.getIndentedReadme().raw}
910
status: {board.getBadgeText()}

0 commit comments

Comments
 (0)