Skip to content

Commit dac62af

Browse files
committed
Sync working groups
1 parent 578a74b commit dac62af

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_data/wg.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ working-groups:
3737
<p>The WebSocket Next <em>focus group</em> aims to improve our WebSocket experience.</p>
3838
<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>
3939
<p>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</p>
40-
status: on track
40+
status: staled
4141
completed: false
4242
last-activity: 2024-10-28
4343
last-update: |
@@ -119,9 +119,15 @@ working-groups:
119119
<p>Let's define a format for the files containing the config model we will include in the jars for IDE consumption.</p>
120120
<p>See https://github.com/quarkusio/quarkus/discussions/42671 for more details.</p>
121121
<p><em>Point of contact</em>: @gsmet (Zulip: @_<strong>Guillaume Smet</strong> )</p>
122-
status: staled
122+
status: on track
123123
completed: false
124124
last-activity: 2024-10-03
125+
last-update: |
126+
The main missing piece for now is the Asciidoctor -> Markdown transformer. I did a first try with some regexp-based parser but it was too limited for some of the content we have (mostly complex tables). I have another lead as someone actually wrote a Java Asciidoctor parser. The only problem is that the HTML transformation is intertwined with the parser. I need to split them and then create a Markdown document from there. Making slow progress as time permits.
127+
128+
References:
129+
https://github.com/fluorumlabs/asciidocj
130+
https://github.com/vsch/flexmark-java
125131
- title: "Docker file generation"
126132
board-url: "https://github.com/orgs/quarkusio/projects/27"
127133
short-description: A working group focusing on the generation of Dockerfile / ContainerFile

0 commit comments

Comments
 (0)