You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
short-description: Allow Static Site Generation with Quarkus.
@@ -38,7 +21,7 @@ working-groups:
38
21
<p>This is a great opportunity to participate in fun effort and be involved with the Quarkus community, if anyone is interested in being a part of this, please reach out to me 🚀</p>
39
22
status: on track
40
23
completed: false
41
-
last-activity: 2024-10-14
24
+
last-activity: 2024-10-22
42
25
last-update: |
43
26
0.0.3 has been released, it is the MVP version and allowed to publish the Roq blog: https://quarkiverse.io/quarkus-roq/posts/2024-08-29-welcome-to-roq/
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)
53
36
readme: |
54
-
<p>The WebSocket Next <em>focus group</em> aims to improve our WebSocket experience.</p>
55
-
<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>
56
-
<p>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</p>
37
+
<p>This working group uses a different board:</p>
38
+
<ul>
39
+
<li>The <code>under discussion</code> column contains the issues we would like to have in the next LTS but are still under consideration.</li>
40
+
<li>The <code>out of scope</code> column contains the issues under discussion' that won't be included. The reason can be time or technical...</li>
41
+
<li>The <code>in progress</code> means that the work has started and should be completed before the TLS cut date</li>
42
+
<li>The <code>done</code> column means that the issues have been completed</li>
43
+
</ul>
57
44
status: on track
58
45
completed: false
59
-
last-activity: 2024-10-11
46
+
last-activity: 2024-10-21
60
47
last-update: |
61
-
The last outstanding issue is OTel integration. @michalvavrik is working on a [pull request](https://github.com/quarkusio/quarkus/pull/41956). I will meet with Michal and Bruno in the coming weeks. The PR is quite massive and we need to review it carefully.
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.
@@ -72,17 +60,29 @@ working-groups:
72
60
<p>The goal of this working group is to allow test classes to fully participate in the 'quarkification' of classes. The mechanism for this is probably just to load the test classes with the classloader we intend to run them with, so that JUnit sees the 'correct' version of the class.</p>
73
61
status: on track
74
62
completed: false
75
-
last-activity: 2024-10-04
63
+
last-activity: 2024-10-19
76
64
last-update: |
77
65
Progress continues. In the CI runs, the number of failing jobs is now 10. Most significantly, a bug which meant almost nothing worked on windows has now been fixed.
<p>The WebSocket Next <em>focus group</em> aims to improve our WebSocket experience.</p>
71
+
<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>
72
+
<p>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</p>
73
+
status: on track
74
+
completed: false
75
+
last-activity: 2024-10-11
76
+
last-update: |
77
+
The last outstanding issue is OTel integration. @michalvavrik is working on a [pull request](https://github.com/quarkusio/quarkus/pull/41956). I will meet with Michal and Bruno in the coming weeks. The PR is quite massive and we need to review it carefully.
0 commit comments