You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>.
3293
3293
To do so, inject a CDI event of this type and fire it when a reload occurs.</p>
3294
3294
</div>
3295
-
<divclass="olist arabic">
3296
-
<olclass="arabic">
3297
-
<li>
3298
-
<p>Manually triggering a reload and firing a <code>CertificateUpdatedEvent</code>:</p>
3299
-
</li>
3300
-
</ol>
3301
-
</div>
3302
3295
<divclass="listingblock">
3296
+
<divclass="title">An example of manually reloading a TLS configuration and notifying components by firing a <code>CertificateUpdatedEvent</code> and reacting to it:</div>
3303
3297
<divclass="content">
3304
-
<pre>// in the class that performs the reload
3298
+
<preclass="highlightjs highlight"><codeclass="language-java hljs" data-lang="java">// in the class that performs the reload
<pclass="card-text"><spanclass="key">Description:</span> <spanclass="short-description">Gizmo 2 related tasks
208
+
<pclass="card-text"><spanclass="key">Description:</span> <spanclass="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.
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@mkouba (@<strong>Martin Kouba</strong> on Zulip)</span>
214
+
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@holly-cummins (@<strong>Holly Cummins</strong> on Zulip)</span>
215
215
</p>
216
216
217
217
</div>
218
218
<divclass="card-footer">
219
219
<divclass="icons">
220
220
221
-
<ahref="https://github.com/quarkusio/quarkus/discussions/46627" title="See the working group proposal"><i
221
+
<ahref="https://github.com/quarkusio/quarkus/discussions/41867" title="See the working group proposal"><i
<ahref="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/Gizmo.202.2Ex.20WG.20chat" title="Discuss about the working group"><i
227
+
<ahref="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/" title="Discuss about the working group"><i
228
228
class="icon fa-solid fa-comments"></i></a>
229
229
230
230
</div>
@@ -235,32 +235,32 @@ <h2>Active working groups</h2>
<pclass="card-text"><spanclass="key">Description:</span> <spanclass="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
+
<pclass="card-text"><spanclass="key">Description:</span> <spanclass="short-description">Gizmo 2 related tasks
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@sberyozkin (@_<strong>Sergey Beryozkin</strong> on Zulip)</span>
249
+
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@mkouba (@<strong>Martin Kouba</strong> on Zulip)</span>
250
250
</p>
251
251
252
252
</div>
253
253
<divclass="card-footer">
254
254
<divclass="icons">
255
255
256
-
<ahref="https://github.com/quarkusio/quarkus/discussions/42116" title="See the working group proposal"><i
256
+
<ahref="https://github.com/quarkusio/quarkus/discussions/46627" title="See the working group proposal"><i
<pclass="card-text"><spanclass="key">Description:</span> <spanclass="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
+
<pclass="card-text"><spanclass="key">Description:</span> <spanclass="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
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@holly-cummins (@<strong>Holly Cummins</strong> on Zulip)</span>
284
+
<pclass="card-text"><spanclass="key">Point of Contact:</span> <spanclass="point-of-contact">@sberyozkin (@_<strong>Sergey Beryozkin</strong> on Zulip)</span>
285
285
</p>
286
286
287
287
</div>
288
288
<divclass="card-footer">
289
289
<divclass="icons">
290
290
291
-
<ahref="https://github.com/quarkusio/quarkus/discussions/41867" title="See the working group proposal"><i
291
+
<ahref="https://github.com/quarkusio/quarkus/discussions/42116" title="See the working group proposal"><i
<ahref="https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/WG.20.2330.20Test.20Classloading.20chatter/" title="Discuss about the working group"><i
0 commit comments