Skip to content

Commit

Permalink
Sync working groups
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 29, 2024
1 parent e9897b9 commit 46ed7a3
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions _data/wg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
---
working-groups:
- title: "Quarkus Config and IDEs"
board-url: "https://github.com/orgs/quarkusio/projects/32"
short-description: Let's define a format for the files containing the config model we will include in the jars for IDE consumption.
readme: |
<p>Let's define a format for the files containing the config model we will include in the jars for IDE consumption.</p>
<p>See https://github.com/quarkusio/quarkus/discussions/42671 for more details.</p>
<p><em>Point of contact</em>: @gsmet (Zulip: @_<strong>Guillaume Smet</strong> )</p>
status: on track
completed: false
last-activity: 2024-11-29
last-update-date: 2024-11-29
last-update: |
I fixed a few issues in the doc generation but wasn't able to make much progress for this round.
- title: "Test classloading"
board-url: "https://github.com/orgs/quarkusio/projects/30"
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.
Expand Down Expand Up @@ -188,20 +201,3 @@ working-groups:
In the last period, we organized an international manhunt to find the owner of the quarkus.dev DNS name :-) We were able to identify the owner, and everything is fine. `quarkus.io` and `quarkus.dev` should be transferred to the foundation at some point.
Also, Emmanuel opened an ADR to discuss the reviewing process, which is essential for the project's open governance.
- title: "Quarkus Config and IDEs"
board-url: "https://github.com/orgs/quarkusio/projects/32"
short-description: Let's define a format for the files containing the config model we will include in the jars for IDE consumption.
readme: |
<p>Let's define a format for the files containing the config model we will include in the jars for IDE consumption.</p>
<p>See https://github.com/quarkusio/quarkus/discussions/42671 for more details.</p>
<p><em>Point of contact</em>: @gsmet (Zulip: @_<strong>Guillaume Smet</strong> )</p>
status: on track
completed: false
last-activity: 2024-10-03
last-update-date: 2024-10-29
last-update: |
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.
References:
https://github.com/fluorumlabs/asciidocj
https://github.com/vsch/flexmark-java

0 comments on commit 46ed7a3

Please sign in to comment.