Skip to content

Commit 693f74c

Browse files
committed
Sync working groups
1 parent 2d3a715 commit 693f74c

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

_data/wg.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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+
<p>The new API is described here: https://quarkus.io/blog/new-dev-services-api/</p>
13+
<ul>
14+
<li>Point of contact: @holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )</li>
15+
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/47683</li>
16+
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev">Zulip</a>)</li>
17+
</ul>
18+
status: on track
19+
lts: false
20+
completed: false
21+
last-activity: 2026-01-16
22+
last-update-date: 2026-01-05
23+
last-update: |
24+
Documentation on migration: https://quarkus.io/blog/new-dev-services-api/
25+
point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )"
26+
proposal: https://github.com/quarkusio/quarkus/discussions/47683
27+
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev
328
- title: "Agentic Foundation and LangChain4j Next"
429
board-url: "https://github.com/orgs/quarkiverse/projects/9"
530
short-description: |
@@ -404,31 +429,6 @@ working-groups:
404429
deliverable: TBD
405430
point-of-contact: "@sberyozkin (@_<strong>Sergey Beryozkin</strong> on Zulip)"
406431
proposal: https://github.com/quarkusio/quarkus/discussions/42116
407-
- title: "Dev Services Lifecycle"
408-
board-url: "https://github.com/orgs/quarkusio/projects/49"
409-
short-description: |
410-
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.
411-
readme: |
412-
<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>
413-
<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>
414-
<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>
415-
<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>
416-
<p>The new API is described here: https://quarkus.io/blog/new-dev-services-api/</p>
417-
<ul>
418-
<li>Point of contact: @holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )</li>
419-
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/47683</li>
420-
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev">Zulip</a>)</li>
421-
</ul>
422-
status: on track
423-
lts: false
424-
completed: false
425-
last-activity: 2026-01-16
426-
last-update-date: 2026-01-05
427-
last-update: |
428-
Documentation on migration: https://quarkus.io/blog/new-dev-services-api/
429-
point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )"
430-
proposal: https://github.com/quarkusio/quarkus/discussions/47683
431-
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev
432432
- title: "Test classloading"
433433
board-url: "https://github.com/orgs/quarkusio/projects/30"
434434
short-description: |

0 commit comments

Comments
 (0)