Skip to content

Commit 43fd26c

Browse files
committed
Sync working groups
1 parent b789fd2 commit 43fd26c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

_data/wg.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
---
22
working-groups:
3-
- title: "Dev Services Lifecycle"
4-
board-url: "https://github.com/orgs/quarkusio/projects/49"
5-
short-description: |
6-
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.
7-
readme: |
8-
<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>
9-
<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>
10-
<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>
11-
<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>
12-
<ul>
13-
<li>Point of contact: @holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )</li>
14-
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/47683</li>
15-
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev">Zulip</a>)</li>
16-
</ul>
17-
status: on track
18-
lts: false
19-
completed: false
20-
last-activity: 2025-05-19
21-
last-update-date: 2025-05-05
22-
last-update: |
23-
Worgking group started.
24-
point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )"
25-
proposal: https://github.com/quarkusio/quarkus/discussions/47683
26-
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev
273
- title: "Test classloading"
284
board-url: "https://github.com/orgs/quarkusio/projects/30"
295
short-description: |
@@ -44,7 +20,7 @@ working-groups:
4420
status: on track
4521
lts: false
4622
completed: false
47-
last-activity: 2025-05-19
23+
last-activity: 2025-05-20
4824
last-update-date: 2025-04-28
4925
last-update: |
5026
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.
@@ -53,6 +29,30 @@ working-groups:
5329
point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip)"
5430
proposal: https://github.com/quarkusio/quarkus/discussions/41867
5531
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/
32+
- title: "Dev Services Lifecycle"
33+
board-url: "https://github.com/orgs/quarkusio/projects/49"
34+
short-description: |
35+
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.
36+
readme: |
37+
<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>
38+
<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>
39+
<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>
40+
<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>
41+
<ul>
42+
<li>Point of contact: @holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )</li>
43+
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/47683</li>
44+
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev">Zulip</a>)</li>
45+
</ul>
46+
status: on track
47+
lts: false
48+
completed: false
49+
last-activity: 2025-05-19
50+
last-update-date: 2025-05-05
51+
last-update: |
52+
Worgking group started.
53+
point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )"
54+
proposal: https://github.com/quarkusio/quarkus/discussions/47683
55+
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev
5656
- title: "Gizmo 2"
5757
board-url: "https://github.com/orgs/quarkusio/projects/43"
5858
short-description: |

0 commit comments

Comments
 (0)