|
1 | 1 | --- |
2 | 2 | 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-09-24 |
| 21 | + last-update-date: 2025-09-08 |
| 22 | + last-update: | |
| 23 | + In the past month, the WG - Dev Services Lifecycle made significant progress by closing essential issues related to the new dev services model. The team successfully transitioned AWS Lambda to the updated model, initiated services after augmentation, and added a runtime module for quarkus-devservices. However, a new issue was opened concerning the unintended startup of Keycloak dev services during the augmentation phase, along with another issue related to the QuarkusTestProfileAwareClassOrderer, indicating continued work needed to enhance the developer experience. |
| 24 | + |
| 25 | + (This status update was automatically generated using AI.) |
| 26 | + point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )" |
| 27 | + proposal: https://github.com/quarkusio/quarkus/discussions/47683 |
| 28 | + discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev |
3 | 29 | - title: "Spring-Style Testing" |
4 | 30 | board-url: "https://github.com/orgs/quarkusio/projects/60" |
5 | 31 | short-description: | |
@@ -353,32 +379,6 @@ working-groups: |
353 | 379 | point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip)" |
354 | 380 | proposal: https://github.com/quarkusio/quarkus/discussions/41867 |
355 | 381 | discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/ |
356 | | - - title: "Dev Services Lifecycle" |
357 | | - board-url: "https://github.com/orgs/quarkusio/projects/49" |
358 | | - short-description: | |
359 | | - 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. |
360 | | - readme: | |
361 | | - <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> |
362 | | - <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> |
363 | | - <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> |
364 | | - <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> |
365 | | - <ul> |
366 | | - <li>Point of contact: @holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )</li> |
367 | | - <li>Proposal: https://github.com/quarkusio/quarkus/discussions/47683</li> |
368 | | - <li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev">Zulip</a>)</li> |
369 | | - </ul> |
370 | | - status: on track |
371 | | - lts: false |
372 | | - completed: false |
373 | | - last-activity: 2025-09-17 |
374 | | - last-update-date: 2025-09-08 |
375 | | - last-update: | |
376 | | - In the past month, the WG - Dev Services Lifecycle made significant progress by closing essential issues related to the new dev services model. The team successfully transitioned AWS Lambda to the updated model, initiated services after augmentation, and added a runtime module for quarkus-devservices. However, a new issue was opened concerning the unintended startup of Keycloak dev services during the augmentation phase, along with another issue related to the QuarkusTestProfileAwareClassOrderer, indicating continued work needed to enhance the developer experience. |
377 | | - |
378 | | - (This status update was automatically generated using AI.) |
379 | | - point-of-contact: "@holly-cummins (@<strong>Holly Cummins</strong> on Zulip), @ozangunalp (@<strong>Ozan Günalp</strong> on Zulip )" |
380 | | - proposal: https://github.com/quarkusio/quarkus/discussions/47683 |
381 | | - discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev |
382 | 382 | - title: "Gizmo 2" |
383 | 383 | board-url: "https://github.com/orgs/quarkusio/projects/43" |
384 | 384 | short-description: | |
|
0 commit comments