Skip to content

Commit 24938d4

Browse files
committed
deploy: 2ad7e5a
1 parent ff394d8 commit 24938d4

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Quarkus</title>
66
<link>https://quarkus.io</link>
77
<description>Quarkus: Supersonic Subatomic Java</description>
8-
<lastBuildDate>Fri, 14 Mar 2025 03:11:44 +0000</lastBuildDate>
8+
<lastBuildDate>Fri, 14 Mar 2025 10:29:00 +0000</lastBuildDate>
99

1010

1111
<item>

performance/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h2>Starting fast by doing less: the build-time principle</h2>
195195
<div class="width-12-12 width-12-12-m">
196196
<p>This build-time optimization offers several key benefits:</p>
197197
<ol>
198-
<li><strong>Reduced startup time:</strong> Quarkus performs most of the heavy work at runtime, significantly cutting startup time and allowing the app to reach peak performance faster.</li>
198+
<li><strong>Reduced startup time:</strong> Quarkus performs most of the heavy work at build-time, significantly cutting startup time and allowing the app to reach peak performance faster.</li>
199199
<li><strong>Lower memory consumption:</strong> By minimizing allocations and class loading, Quarkus reduces memory usage. Replacing reflection with build-time bytecode generation further lowers the JVM's runtime workload.</li>
200200
<li><strong>Better latency and improved throughput:</strong> Quarkus generates highly optimized code at build time and prunes unnecessary classes and methods. For instance, it weaves layers of indirection together, enabling better JIT optimizations. These improvements result in faster code and better latency. </li>
201201
</ol>

working-groups/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -185,24 +185,24 @@ <h3 class="mb-0">Organizing the community around a specific topics or goals.</h3
185185

186186
<div class="card">
187187
<div class="card-header">
188-
<p class="card-title">Gizmo 2</p>
188+
<p class="card-title">Test classloading</p>
189189
</div>
190190
<div class="card-body">
191191
<p class="card-text"><span class="key">Status:</span>&nbsp;<span class="status on-track">on track</span></p>
192-
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">Gizmo 2 related tasks</span></p>
193-
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">March 13, 2025 </span></p>
192+
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">The goal of this working group is to rewrite Quarkus's test classloading, so that tests are run in the same classloader as the application under tests, and Quarkus extensions can do "Quarkus-y" manipulations of test classes.</span></p>
193+
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">March 14, 2025 </span></p>
194194

195-
<p class="card-text"><span class="key">Point of Contact:</span>&nbsp;<span class="point-of-contact">@mkouba (@<strong>Martin Kouba</strong> on Zulip)</span></p>
195+
<p class="card-text"><span class="key">Point of Contact:</span>&nbsp;<span class="point-of-contact">@holly-cummins (@<strong>Holly Cummins</strong> on Zulip)</span></p>
196196

197197
</div>
198198
<div class="card-footer">
199199
<div class="icons">
200200

201-
<a href="https://github.com/quarkusio/quarkus/discussions/46627" title="See the working group proposal"><i class="icon fa-regular fa-file-lines"></i></a>&nbsp;
201+
<a href="https://github.com/quarkusio/quarkus/discussions/41867" title="See the working group proposal"><i class="icon fa-regular fa-file-lines"></i></a>&nbsp;
202202

203-
<a href="https://github.com/orgs/quarkusio/projects/43" title="View the working group board"><i class="icon fa-brands fa-square-github"></i></a>&nbsp;
204-
205-
<a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev" title="Discuss about the working group"><i class="icon fa-solid fa-comments"></i></a>
203+
<a href="https://github.com/orgs/quarkusio/projects/30" title="View the working group board"><i class="icon fa-brands fa-square-github"></i></a>&nbsp;
204+
205+
<a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/" title="Discuss about the working group"><i class="icon fa-solid fa-comments"></i></a>&nbsp;
206206

207207
</div>
208208
</div>
@@ -212,24 +212,24 @@ <h3 class="mb-0">Organizing the community around a specific topics or goals.</h3
212212

213213
<div class="card">
214214
<div class="card-header">
215-
<p class="card-title">Test classloading</p>
215+
<p class="card-title">Gizmo 2</p>
216216
</div>
217217
<div class="card-body">
218218
<p class="card-text"><span class="key">Status:</span>&nbsp;<span class="status on-track">on track</span></p>
219-
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">The goal of this working group is to rewrite Quarkus's test classloading, so that tests are run in the same classloader as the application under tests, and Quarkus extensions can do "Quarkus-y" manipulations of test classes.</span></p>
220-
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">March 13, 2025 </span></p>
219+
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">Gizmo 2 related tasks</span></p>
220+
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">March 14, 2025 </span></p>
221221

222-
<p class="card-text"><span class="key">Point of Contact:</span>&nbsp;<span class="point-of-contact">@holly-cummins (@<strong>Holly Cummins</strong> on Zulip)</span></p>
222+
<p class="card-text"><span class="key">Point of Contact:</span>&nbsp;<span class="point-of-contact">@mkouba (@<strong>Martin Kouba</strong> on Zulip)</span></p>
223223

224224
</div>
225225
<div class="card-footer">
226226
<div class="icons">
227227

228-
<a href="https://github.com/quarkusio/quarkus/discussions/41867" title="See the working group proposal"><i class="icon fa-regular fa-file-lines"></i></a>&nbsp;
228+
<a href="https://github.com/quarkusio/quarkus/discussions/46627" title="See the working group proposal"><i class="icon fa-regular fa-file-lines"></i></a>&nbsp;
229229

230-
<a href="https://github.com/orgs/quarkusio/projects/30" title="View the working group board"><i class="icon fa-brands fa-square-github"></i></a>&nbsp;
231-
232-
<a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/" title="Discuss about the working group"><i class="icon fa-solid fa-comments"></i></a>&nbsp;
230+
<a href="https://github.com/orgs/quarkusio/projects/43" title="View the working group board"><i class="icon fa-brands fa-square-github"></i></a>&nbsp;
231+
232+
<a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev" title="Discuss about the working group"><i class="icon fa-solid fa-comments"></i></a>
233233

234234
</div>
235235
</div>

0 commit comments

Comments
 (0)