Skip to content

Commit 7da69da

Browse files
committed
Sync working groups
1 parent e6097c9 commit 7da69da

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

_data/wg.yaml

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
---
22
working-groups:
3+
- title: "Gizmo 2"
4+
board-url: "https://github.com/orgs/quarkusio/projects/43"
5+
short-description: |
6+
Gizmo 2 related tasks
7+
readme: |
8+
<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>
9+
<ul>
10+
<li>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</li>
11+
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/46627</li>
12+
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/Gizmo.202.2Ex.20WG.20chat">Zulip topic</a></li>
13+
<li>Deliverable: TBD</li>
14+
</ul>
15+
status: on track
16+
lts: false
17+
completed: false
18+
last-activity: 2025-06-09
19+
last-update-date: 2025-04-28
20+
last-update: |
21+
In the past month, the WG - Gizmo 2 successfully closed numerous issues, including improvements in error handling, support for instance field initializers, and updates to annotation handling. Key enhancements were made to Lambda singleton implementations and field check validations. Concurrently, several new issues were opened, still addressing challenges in error messaging, generic type handling, and improvements to operational efficiencies. The group remains focused on optimizing the Gizmo 2 framework while ensuring robust functionality and user experience.
22+
23+
(This status update was automatically generated using AI.)
24+
deliverable: TBD
25+
point-of-contact: "@mkouba (@<strong>Martin Kouba</strong> on Zulip)"
26+
proposal: https://github.com/quarkusio/quarkus/discussions/46627
27+
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/Gizmo.202.2Ex.20WG.20chat
28+
- title: "Dev Services Lifecycle"
29+
board-url: "https://github.com/orgs/quarkusio/projects/49"
30+
short-description: |
31+
This working group will define and implement a consistent and configurable lifecycle model for Dev Services. It will shift the startup to the correct phase, enable optional reuse across dev and test modes, and clarify teardown and sharing behavior. The goal is to improve the developer experience.
32+
readme: |
33+
<p>This working group was formed to address long-standing inconsistencies and pain points in the Dev Services lifecycle within Quarkus. Dev Services are essential for simplifying local development and testing by automatically provisioning runtime dependencies (e.g., databases, message brokers), but their current lifecycle behavior leads to confusion and inefficiencies. Most notably, they are started during the augmentation phase, which conflicts with their inherently runtime-oriented nature and causes issues with newer efforts such as the test classloading revamp.</p>
34+
<p>The primary goal of this group is to define and implement a consistent, runtime-aligned lifecycle model for Dev Services. This includes shifting their startup to a phase after augmentation but before the application begins execution, ensuring better alignment with the runtime environment. A critical focus will also be on enabling optional reuse of Dev Services across dev and test modes — including reuse between repeated test executions — to reduce startup time and improve the iterative development experience.</p>
35+
<p>The group's scope covers several strategic areas: formalizing when and how Dev Services are started, reused, or stopped; defining rules for discoverability and sharing between profiles or processes; and avoiding resource leaks or accidental retention. It explicitly excludes broader orchestration features (such as service dependency graphs) and unrelated feature enhancements.</p>
36+
<p>The working group will produce a set of deliverables to support the new model. These include one or more Architecture Decision Records (ADRs) describing the new lifecycle model, the implementation of lifecycle logic in Quarkus Core, and updates to both user-facing and contributor documentation. Additionally, enhancements to the Dev Services development model will make it easier for extension authors to adopt and follow the new lifecycle standards. A public communication effort (e.g., blog posts or demos) will also be used to showcase the improvements.</p>
37+
<ul>
38+
<li>Point of contact: @holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )</li>
39+
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/47683</li>
40+
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev">Zulip</a>)</li>
41+
</ul>
42+
status: on track
43+
lts: false
44+
completed: false
45+
last-activity: 2025-06-09
46+
last-update-date: 2025-05-05
47+
last-update: |
48+
Worgking group started.
49+
point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )"
50+
proposal: https://github.com/quarkusio/quarkus/discussions/47683
51+
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev
352
- title: "Test classloading"
453
board-url: "https://github.com/orgs/quarkusio/projects/30"
554
short-description: |
@@ -20,7 +69,7 @@ working-groups:
2069
status: on track
2170
lts: false
2271
completed: false
23-
last-activity: 2025-06-06
72+
last-activity: 2025-06-09
2473
last-update-date: 2025-04-28
2574
last-update: |
2675
In the last month, the WG - Test classloading successfully closed significant issues related to classloader behavior, including fixing ServiceLoader errors and NullPointerExceptions that impacted test discovery. However, several issues were opened, focusing on recurring ServiceConfigurationErrors and additional classloader-related concerns. The team also initiated communications with the first blog detailing test classloading changes. This ongoing work aims to enhance Quarkus's test environment by ensuring proper classloader interactions and minimizing errors during testing.
@@ -29,31 +78,6 @@ working-groups:
2978
point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip)"
3079
proposal: https://github.com/quarkusio/quarkus/discussions/41867
3180
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/
32-
- title: "Gizmo 2"
33-
board-url: "https://github.com/orgs/quarkusio/projects/43"
34-
short-description: |
35-
Gizmo 2 related tasks
36-
readme: |
37-
<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>
38-
<ul>
39-
<li>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</li>
40-
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/46627</li>
41-
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/Gizmo.202.2Ex.20WG.20chat">Zulip topic</a></li>
42-
<li>Deliverable: TBD</li>
43-
</ul>
44-
status: on track
45-
lts: false
46-
completed: false
47-
last-activity: 2025-06-06
48-
last-update-date: 2025-04-28
49-
last-update: |
50-
In the past month, the WG - Gizmo 2 successfully closed numerous issues, including improvements in error handling, support for instance field initializers, and updates to annotation handling. Key enhancements were made to Lambda singleton implementations and field check validations. Concurrently, several new issues were opened, still addressing challenges in error messaging, generic type handling, and improvements to operational efficiencies. The group remains focused on optimizing the Gizmo 2 framework while ensuring robust functionality and user experience.
51-
52-
(This status update was automatically generated using AI.)
53-
deliverable: TBD
54-
point-of-contact: "@mkouba (@<strong>Martin Kouba</strong> on Zulip)"
55-
proposal: https://github.com/quarkusio/quarkus/discussions/46627
56-
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/Gizmo.202.2Ex.20WG.20chat
5781
- title: "Quarkus to the CommonHaus Foundation"
5882
board-url: "https://github.com/orgs/quarkusio/projects/38"
5983
short-description: |
@@ -113,30 +137,6 @@ working-groups:
113137
last-update-date: 2025-04-01
114138
last-update: |
115139
In the last month, the WG - Quarkus 3.15 LTS closed two issues: one regarding the assignment of random ports in the configuration and another updating the Kafka client version to 3.7.2 to address CVE-2024-56128. No new issues were opened, reflecting a commitment to resolving important topics for the upcoming LTS release.
116-
- title: "Dev Services Lifecycle"
117-
board-url: "https://github.com/orgs/quarkusio/projects/49"
118-
short-description: |
119-
This working group will define and implement a consistent and configurable lifecycle model for Dev Services. It will shift the startup to the correct phase, enable optional reuse across dev and test modes, and clarify teardown and sharing behavior. The goal is to improve the developer experience.
120-
readme: |
121-
<p>This working group was formed to address long-standing inconsistencies and pain points in the Dev Services lifecycle within Quarkus. Dev Services are essential for simplifying local development and testing by automatically provisioning runtime dependencies (e.g., databases, message brokers), but their current lifecycle behavior leads to confusion and inefficiencies. Most notably, they are started during the augmentation phase, which conflicts with their inherently runtime-oriented nature and causes issues with newer efforts such as the test classloading revamp.</p>
122-
<p>The primary goal of this group is to define and implement a consistent, runtime-aligned lifecycle model for Dev Services. This includes shifting their startup to a phase after augmentation but before the application begins execution, ensuring better alignment with the runtime environment. A critical focus will also be on enabling optional reuse of Dev Services across dev and test modes — including reuse between repeated test executions — to reduce startup time and improve the iterative development experience.</p>
123-
<p>The group's scope covers several strategic areas: formalizing when and how Dev Services are started, reused, or stopped; defining rules for discoverability and sharing between profiles or processes; and avoiding resource leaks or accidental retention. It explicitly excludes broader orchestration features (such as service dependency graphs) and unrelated feature enhancements.</p>
124-
<p>The working group will produce a set of deliverables to support the new model. These include one or more Architecture Decision Records (ADRs) describing the new lifecycle model, the implementation of lifecycle logic in Quarkus Core, and updates to both user-facing and contributor documentation. Additionally, enhancements to the Dev Services development model will make it easier for extension authors to adopt and follow the new lifecycle standards. A public communication effort (e.g., blog posts or demos) will also be used to showcase the improvements.</p>
125-
<ul>
126-
<li>Point of contact: @holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )</li>
127-
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/47683</li>
128-
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev">Zulip</a>)</li>
129-
</ul>
130-
status: on track
131-
lts: false
132-
completed: false
133-
last-activity: 2025-06-02
134-
last-update-date: 2025-05-05
135-
last-update: |
136-
Worgking group started.
137-
point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )"
138-
proposal: https://github.com/quarkusio/quarkus/discussions/47683
139-
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev
140140
- title: "Quarkus 3.20 LTS"
141141
board-url: "https://github.com/orgs/quarkusio/projects/41"
142142
short-description: |

0 commit comments

Comments
 (0)