Skip to content

Commit 57ae1b5

Browse files
committed
Sync working groups
1 parent f0735f7 commit 57ae1b5

File tree

1 file changed

+74
-74
lines changed

1 file changed

+74
-74
lines changed

_data/wg.yaml

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,79 @@
11
---
22
working-groups:
3+
- title: "Java 25 support"
4+
board-url: "https://github.com/orgs/quarkusio/projects/59"
5+
short-description: |
6+
The objective of this working group is to enable Quarkus applications to run cleanly across dev/test/production modes on Java 25, with no requirement to adopt Java 25 as a baseline.
7+
readme: |
8+
<h3>Objective</h3>
9+
<p>To enable Quarkus applications to run cleanly across dev/test/production modes on Java 25, with no requirement to adopt Java 25 as a baseline.</p>
10+
<h3>The Problem</h3>
11+
<p>Java 25 brings new features and platform-level changes (e.g., new JEPs, VM flags, performance tweaks) that may trigger warnings, break behavior, or degrade Quarkus experiences. Dependencies or extensions may also face compatibility challenges. A coordinated effort is needed to identify, fix, document, and optionally leverage these changes.</p>
12+
<h3>The Solution</h3>
13+
<p>The working group will:</p>
14+
<ul>
15+
<li>Attempt to run representative Quarkus applications under Java 25 in dev, test, and production modes.</li>
16+
<li>Catalog issues, warnings, or incompatibilities in a Wiki or issue tracker.</li>
17+
<li>Propose and implement fixes or mitigations (or document workarounds).</li>
18+
<li>Optionally explore beneficial Java 25 features (e.g., Scoped Values, Flexible Constructor Bodies), without requiring their use.</li>
19+
<li>Identify and remediate or flag problematic Quarkus extensions.
20+
⠀</li>
21+
</ul>
22+
<h3>Definition of Done</h3>
23+
<ul>
24+
<li>Publish a wiki page detailing issues and resolutions.</li>
25+
<li>Ensure Quarkus core and its ecosystem can operate cleanly under Java 25 in all modes.</li>
26+
<li>Integrate any selected Java 25 features in an optional, non-breaking manner.</li>
27+
<li>Document or fix problematic extensions, offering guidance where needed.</li>
28+
<li>Communicate results via a blog post or quarkus-dev announcement.
29+
⠀</li>
30+
</ul>
31+
<h3>Scope of Work</h3>
32+
<p><strong>In scope:</strong></p>
33+
<ul>
34+
<li>Running and diagnosing Quarkus on Java 25.</li>
35+
<li>Fixing issues in Quarkus core repository and extensions.</li>
36+
<li>Exploring select Java 25 enhancements.</li>
37+
</ul>
38+
<p>⠀
39+
<strong>Out of scope:</strong></p>
40+
<ul>
41+
<li>Mandating Java 25 as the minimum supported runtime.</li>
42+
</ul>
43+
<p>⠀</p>
44+
<h3>Organizing the Work</h3>
45+
<ol>
46+
<li><strong>Communication &amp; Transparency:</strong>
47+
<ul>
48+
<li>Use GitHub discussion, project board, and issues.</li>
49+
<li>Coordinate via Quarkus Zulip and GitHub.</li>
50+
</ul>
51+
</li>
52+
<li><strong>Timeline &amp; Milestones:</strong>
53+
<ul>
54+
<li><strong>Exploration Phase:</strong> Run tests on Java 25 Candidate Release, document findings before GA (target: <em>before September 16, 2025</em>), so we can guide our users as soon as Java 25 reaches GA.</li>
55+
</ul>
56+
</li>
57+
</ol>
58+
<hr />
59+
<ul>
60+
<li>Point of contact: @Sanne (@<strong>Sanne</strong> on Zulip) and @gsmet (@_<strong>Guillaume Smet</strong> on Zulip)</li>
61+
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/49696</li>
62+
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20-.20Java.2025.20chat">Zulip</a></li>
63+
</ul>
64+
status: on track
65+
lts: false
66+
completed: false
67+
last-activity: 2025-11-04
68+
last-update-date: 2025-10-27
69+
last-update: |
70+
In the last month, the WG - Java 25 support did not close any issues but opened a new issue focused on providing container images for Java 25. This activity aligns with the group's objective of ensuring Quarkus applications can run seamlessly across various modes on Java 25, without requiring it as a baseline.
71+
The container image should be available in november.
72+
73+
(This status update was automatically generated using AI.)
74+
point-of-contact: "@Sanne (@<strong>Sanne</strong> on Zulip) and @gsmet (@_<strong>Guillaume Smet</strong> on Zulip)"
75+
proposal: https://github.com/quarkusio/quarkus/discussions/49696
76+
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20-.20Java.2025.20chat
377
- title: "Gizmo 2"
478
board-url: "https://github.com/orgs/quarkusio/projects/43"
579
short-description: |
@@ -185,80 +259,6 @@ working-groups:
185259
last-update: |
186260
Feature shipped - completing this working group!
187261
point-of-contact: "@ia3andy (@<strong>Andy Damevin</strong> on Zulip) and @aloubyansky (@<strong>Alexey Loubyansky</strong> on Zulip)"
188-
- title: "Java 25 support"
189-
board-url: "https://github.com/orgs/quarkusio/projects/59"
190-
short-description: |
191-
The objective of this working group is to enable Quarkus applications to run cleanly across dev/test/production modes on Java 25, with no requirement to adopt Java 25 as a baseline.
192-
readme: |
193-
<h3>Objective</h3>
194-
<p>To enable Quarkus applications to run cleanly across dev/test/production modes on Java 25, with no requirement to adopt Java 25 as a baseline.</p>
195-
<h3>The Problem</h3>
196-
<p>Java 25 brings new features and platform-level changes (e.g., new JEPs, VM flags, performance tweaks) that may trigger warnings, break behavior, or degrade Quarkus experiences. Dependencies or extensions may also face compatibility challenges. A coordinated effort is needed to identify, fix, document, and optionally leverage these changes.</p>
197-
<h3>The Solution</h3>
198-
<p>The working group will:</p>
199-
<ul>
200-
<li>Attempt to run representative Quarkus applications under Java 25 in dev, test, and production modes.</li>
201-
<li>Catalog issues, warnings, or incompatibilities in a Wiki or issue tracker.</li>
202-
<li>Propose and implement fixes or mitigations (or document workarounds).</li>
203-
<li>Optionally explore beneficial Java 25 features (e.g., Scoped Values, Flexible Constructor Bodies), without requiring their use.</li>
204-
<li>Identify and remediate or flag problematic Quarkus extensions.
205-
⠀</li>
206-
</ul>
207-
<h3>Definition of Done</h3>
208-
<ul>
209-
<li>Publish a wiki page detailing issues and resolutions.</li>
210-
<li>Ensure Quarkus core and its ecosystem can operate cleanly under Java 25 in all modes.</li>
211-
<li>Integrate any selected Java 25 features in an optional, non-breaking manner.</li>
212-
<li>Document or fix problematic extensions, offering guidance where needed.</li>
213-
<li>Communicate results via a blog post or quarkus-dev announcement.
214-
⠀</li>
215-
</ul>
216-
<h3>Scope of Work</h3>
217-
<p><strong>In scope:</strong></p>
218-
<ul>
219-
<li>Running and diagnosing Quarkus on Java 25.</li>
220-
<li>Fixing issues in Quarkus core repository and extensions.</li>
221-
<li>Exploring select Java 25 enhancements.</li>
222-
</ul>
223-
<p>⠀
224-
<strong>Out of scope:</strong></p>
225-
<ul>
226-
<li>Mandating Java 25 as the minimum supported runtime.</li>
227-
</ul>
228-
<p>⠀</p>
229-
<h3>Organizing the Work</h3>
230-
<ol>
231-
<li><strong>Communication &amp; Transparency:</strong>
232-
<ul>
233-
<li>Use GitHub discussion, project board, and issues.</li>
234-
<li>Coordinate via Quarkus Zulip and GitHub.</li>
235-
</ul>
236-
</li>
237-
<li><strong>Timeline &amp; Milestones:</strong>
238-
<ul>
239-
<li><strong>Exploration Phase:</strong> Run tests on Java 25 Candidate Release, document findings before GA (target: <em>before September 16, 2025</em>), so we can guide our users as soon as Java 25 reaches GA.</li>
240-
</ul>
241-
</li>
242-
</ol>
243-
<hr />
244-
<ul>
245-
<li>Point of contact: @Sanne (@<strong>Sanne</strong> on Zulip) and @gsmet (@_<strong>Guillaume Smet</strong> on Zulip)</li>
246-
<li>Proposal: https://github.com/quarkusio/quarkus/discussions/49696</li>
247-
<li>Discussion: <a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20-.20Java.2025.20chat">Zulip</a></li>
248-
</ul>
249-
status: on track
250-
lts: false
251-
completed: false
252-
last-activity: 2025-11-03
253-
last-update-date: 2025-10-27
254-
last-update: |
255-
In the last month, the WG - Java 25 support did not close any issues but opened a new issue focused on providing container images for Java 25. This activity aligns with the group's objective of ensuring Quarkus applications can run seamlessly across various modes on Java 25, without requiring it as a baseline.
256-
The container image should be available in november.
257-
258-
(This status update was automatically generated using AI.)
259-
point-of-contact: "@Sanne (@<strong>Sanne</strong> on Zulip) and @gsmet (@_<strong>Guillaume Smet</strong> on Zulip)"
260-
proposal: https://github.com/quarkusio/quarkus/discussions/49696
261-
discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20-.20Java.2025.20chat
262262
- title: "OIDC improvements"
263263
board-url: "https://github.com/orgs/quarkusio/projects/46"
264264
short-description: |

0 commit comments

Comments
 (0)