Skip to content

Commit 4ab7d9d

Browse files
committed
Sync working groups
1 parent 7080eb2 commit 4ab7d9d

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

_data/wg.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
---
22
working-groups:
3+
- title: "WebSocket Next"
4+
board-url: "https://github.com/orgs/quarkusio/projects/26"
5+
short-description: WebSocket-Next related tasks
6+
readme: |
7+
<p>The WebSocket Next <em>focus group</em> aims to improve our WebSocket experience.</p>
8+
<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>
9+
<ul>
10+
<li>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</li>
11+
<li>Discussion: https://github.com/quarkusio/quarkus/discussions/38473</li>
12+
</ul>
13+
status: on track
14+
completed: false
15+
last-activity: 2024-11-19
16+
last-update: |
17+
### Telemetry
18+
https://github.com/quarkusio/quarkus/pull/41956 was merged last week. @michalvavrik is going to send a pull request with Micrometer support this week.
19+
20+
### Performance
21+
Two problems were addressed in Vert.x: https://github.com/eclipse-vertx/vert.x/pull/5358 and https://github.com/eclipse-vertx/vert.x/pull/5348.
22+
The CDI request context is only activated if needed: https://github.com/quarkusio/quarkus/pull/43915.
23+
24+
I hope that WS Next will be feature-complete at the time of 3.17 release.
25+
point-of-contact: "@mkouba (@<strong>Martin Kouba</strong> on Zulip)"
26+
discussion: https://github.com/quarkusio/quarkus/discussions/38473
327
- title: "Test classloading"
428
board-url: "https://github.com/orgs/quarkusio/projects/30"
529
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.
@@ -57,30 +81,6 @@ working-groups:
5781
deliverable: <a rel="nofollow" href="https://www.youtube.com/live/hrF1a5sKqBI">Quarkus Insight</a>
5882
point-of-contact: "@ia3andy"
5983
discussion: https://github.com/quarkusio/quarkus/discussions/41309
60-
- title: "WebSocket Next"
61-
board-url: "https://github.com/orgs/quarkusio/projects/26"
62-
short-description: WebSocket-Next related tasks
63-
readme: |
64-
<p>The WebSocket Next <em>focus group</em> aims to improve our WebSocket experience.</p>
65-
<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>
66-
<ul>
67-
<li>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</li>
68-
<li>Discussion: https://github.com/quarkusio/quarkus/discussions/38473</li>
69-
</ul>
70-
status: on track
71-
completed: false
72-
last-activity: 2024-11-18
73-
last-update: |
74-
### Telemetry
75-
https://github.com/quarkusio/quarkus/pull/41956 was merged last week. @michalvavrik is going to send a pull request with Micrometer support this week.
76-
77-
### Performance
78-
Two problems were addressed in Vert.x: https://github.com/eclipse-vertx/vert.x/pull/5358 and https://github.com/eclipse-vertx/vert.x/pull/5348.
79-
The CDI request context is only activated if needed: https://github.com/quarkusio/quarkus/pull/43915.
80-
81-
I hope that WS Next will be feature-complete at the time of 3.17 release.
82-
point-of-contact: "@mkouba (@<strong>Martin Kouba</strong> on Zulip)"
83-
discussion: https://github.com/quarkusio/quarkus/discussions/38473
8484
- title: "Enhanced TLS support"
8585
board-url: "https://github.com/orgs/quarkusio/projects/24"
8686
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)