Skip to content

Commit 0d31771

Browse files
committed
deploy: 86ef3a3
1 parent fdc2a4c commit 0d31771

File tree

3 files changed

+25
-31
lines changed

3 files changed

+25
-31
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>Thu, 24 Apr 2025 11:25:17 +0000</lastBuildDate>
8+
<lastBuildDate>Fri, 25 Apr 2025 03:20:02 +0000</lastBuildDate>
99

1010

1111
<item>

version/main/guides/tls-registry-reference.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3292,16 +3292,10 @@ <h2 id="reloading-certificates"><a class="anchor" href="#reloading-certificates"
32923292
<p>The recommended approach for informing clients and servers about the certificate reload is to fire a CDI event of type <code>io.quarkus.tls.CertificateUpdatedEvent</code>.
32933293
To do so, inject a CDI event of this type and fire it when a reload occurs.</p>
32943294
</div>
3295-
<div class="olist arabic">
3296-
<ol class="arabic">
3297-
<li>
3298-
<p>Manually triggering a reload and firing a <code>CertificateUpdatedEvent</code>:</p>
3299-
</li>
3300-
</ol>
3301-
</div>
33023295
<div class="listingblock">
3296+
<div class="title">An example of manually reloading a TLS configuration and notifying components by firing a <code>CertificateUpdatedEvent</code> and reacting to it:</div>
33033297
<div class="content">
3304-
<pre>// in the class that performs the reload
3298+
<pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">// in the class that performs the reload
33053299
@Inject
33063300
Event&lt;CertificateUpdatedEvent&gt; event;
33073301
@Inject
@@ -3323,7 +3317,7 @@ <h2 id="reloading-certificates"><a class="anchor" href="#reloading-certificates"
33233317
// Or update the SSLContext.
33243318
}
33253319

3326-
}</pre>
3320+
}</code></pre>
33273321
</div>
33283322
</div>
33293323
<div class="sect2">

working-groups/index.html

Lines changed: 21 additions & 21 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">Gizmo 2</p>
203+
<p class="card-title">Test classloading</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">Gizmo 2 related tasks
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.
209209
</span>
210210
</p>
211211
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">April 24, 2025 </span>
212212
</p>
213213

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

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

221-
<a href="https://github.com/quarkusio/quarkus/discussions/46627" title="See the working group proposal"><i
221+
<a href="https://github.com/quarkusio/quarkus/discussions/41867" 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/43" title="View the working group board"><i
224+
<a href="https://github.com/orgs/quarkusio/projects/30" 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/Gizmo.202.2Ex.20WG.20chat" title="Discuss about the working group"><i
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
228228
class="icon fa-solid fa-comments"></i></a>&nbsp;
229229

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

236236
<div class="card">
237237
<div class="card-header">
238-
<p class="card-title">OIDC improvements</p>
238+
<p class="card-title">Gizmo 2</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">The goal of this working group is to improve quarkus-oidc by: implementing crucial new security features, continuing with improving the way OIDC requests can be intercepted, prioritizing some other open issues, such as using JWT bearer client authentication to complete the authorization code flow
243+
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">Gizmo 2 related tasks
244244
</span>
245245
</p>
246-
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">April 23, 2025 </span>
246+
<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">@sberyozkin (@_<strong>Sergey Beryozkin</strong> on Zulip)</span>
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>
250250
</p>
251251

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

256-
<a href="https://github.com/quarkusio/quarkus/discussions/42116" title="See the working group proposal"><i
256+
<a href="https://github.com/quarkusio/quarkus/discussions/46627" 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/46" title="View the working group board"><i
259+
<a href="https://github.com/orgs/quarkusio/projects/43" 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/stream/187038-dev"
263-
title="Discuss about the working group"><i class="icon fa-solid fa-comments"></i></a>
262+
<a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/Gizmo.202.2Ex.20WG.20chat" title="Discuss about the working group"><i
263+
class="icon fa-solid fa-comments"></i></a>&nbsp;
264264

265265
</div>
266266
</div>
@@ -270,32 +270,32 @@ <h2>Active working groups</h2>
270270

271271
<div class="card">
272272
<div class="card-header">
273-
<p class="card-title">Test classloading</p>
273+
<p class="card-title">OIDC improvements</p>
274274
</div>
275275
<div class="card-body">
276276
<p class="card-text"><span class="key">Status:</span>&nbsp;<span
277277
class="status on-track">on track</span></p>
278-
<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.
278+
<p class="card-text"><span class="key">Description:</span>&nbsp;<span class="short-description">The goal of this working group is to improve quarkus-oidc by: implementing crucial new security features, continuing with improving the way OIDC requests can be intercepted, prioritizing some other open issues, such as using JWT bearer client authentication to complete the authorization code flow
279279
</span>
280280
</p>
281281
<p class="card-text"><span class="key">Last Activity:</span>&nbsp;<span class="last-activity">April 23, 2025 </span>
282282
</p>
283283

284-
<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>
284+
<p class="card-text"><span class="key">Point of Contact:</span>&nbsp;<span class="point-of-contact">@sberyozkin (@_<strong>Sergey Beryozkin</strong> on Zulip)</span>
285285
</p>
286286

287287
</div>
288288
<div class="card-footer">
289289
<div class="icons">
290290

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

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

297-
<a href="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/" title="Discuss about the working group"><i
298-
class="icon fa-solid fa-comments"></i></a>&nbsp;
297+
<a href="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev"
298+
title="Discuss about the working group"><i class="icon fa-solid fa-comments"></i></a>
299299

300300
</div>
301301
</div>

0 commit comments

Comments
 (0)