Skip to content

Commit 3cd5c55

Browse files
committed
deploy: 43ffd49
1 parent 0d31771 commit 3cd5c55

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
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, 25 Apr 2025 03:20:02 +0000</lastBuildDate>
8+
<lastBuildDate>Sat, 26 Apr 2025 03:16:53 +0000</lastBuildDate>
99

1010

1111
<item>

version/main/guides/datasource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3300,7 +3300,7 @@ <h3 id="extensions-and-database-drivers-reference"><a class="anchor" href="#exte
33003300
<p>JDBC: <code>org.mariadb.jdbc.Driver</code></p>
33013301
</li>
33023302
<li>
3303-
<p>XA: <code>org.mariadb.jdbc.MySQLDataSource</code></p>
3303+
<p>XA: <code>org.mariadb.jdbc.MariaDbDataSource</code></p>
33043304
</li>
33053305
</ul>
33063306
</div></div></td>

version/main/guides/extension-writing-dev-service.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h2 id="creating-a-dev-service"><a class="anchor" href="#creating-a-dev-service"
292292
</div>
293293
<div class="listingblock">
294294
<div class="content">
295-
<pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">@BuildStep(onlyIfNot = IsNormal.class, onlyIf = GlobalDevServicesConfig.Enabled.class)
295+
<pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">@BuildStep(onlyIfNot = IsNormal.class, onlyIf = DevServicesConfig.Enabled.class)
296296
public DevServicesResultBuildItem createContainer() {
297297
DockerImageName dockerImageName = DockerImageName.parse("hello-world");
298298
GenericContainer container = new GenericContainer&lt;&gt;(dockerImageName)

working-groups/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -200,31 +200,31 @@ <h2>Active working groups</h2>
200200

201201
<div class="card">
202202
<div class="card-header">
203-
<p class="card-title">Test classloading</p>
203+
<p class="card-title">Gizmo 2</p>
204204
</div>
205205
<div class="card-body">
206206
<p class="card-text"><span class="key">Status:</span>&nbsp;<span
207207
class="status on-track">on track</span></p>
208-
<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.
208+
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">Gizmo 2 related tasks
209209
</span>
210210
</p>
211-
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">April 24, 2025 </span>
211+
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">April 25, 2025 </span>
212212
</p>
213213

214-
<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>
214+
<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>
215215
</p>
216216

217217
</div>
218218
<div class="card-footer">
219219
<div class="icons">
220220

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

224-
<a href="https://github.com/orgs/quarkusio/projects/30" title="View the working group board"><i
224+
<a href="https://github.com/orgs/quarkusio/projects/43" title="View the working group board"><i
225225
class="icon fa-brands fa-square-github"></i></a>&nbsp;
226226

227-
<a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/" title="Discuss about the working group"><i
227+
<a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/Gizmo.202.2Ex.20WG.20chat" title="Discuss about the working group"><i
228228
class="icon fa-solid fa-comments"></i></a>&nbsp;
229229

230230
</div>
@@ -235,31 +235,31 @@ <h2>Active working groups</h2>
235235

236236
<div class="card">
237237
<div class="card-header">
238-
<p class="card-title">Gizmo 2</p>
238+
<p class="card-title">Test classloading</p>
239239
</div>
240240
<div class="card-body">
241241
<p class="card-text"><span class="key">Status:</span>&nbsp;<span
242242
class="status on-track">on track</span></p>
243-
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">Gizmo 2 related tasks
243+
<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.
244244
</span>
245245
</p>
246246
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">April 24, 2025 </span>
247247
</p>
248248

249-
<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>
249+
<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>
250250
</p>
251251

252252
</div>
253253
<div class="card-footer">
254254
<div class="icons">
255255

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

259-
<a href="https://github.com/orgs/quarkusio/projects/43" title="View the working group board"><i
259+
<a href="https://github.com/orgs/quarkusio/projects/30" title="View the working group board"><i
260260
class="icon fa-brands fa-square-github"></i></a>&nbsp;
261261

262-
<a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/Gizmo.202.2Ex.20WG.20chat" title="Discuss about the working group"><i
262+
<a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/" title="Discuss about the working group"><i
263263
class="icon fa-solid fa-comments"></i></a>&nbsp;
264264

265265
</div>

0 commit comments

Comments
 (0)