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
short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)
@@ -22,7 +22,7 @@ working-groups:
22
22
<p>The goal of this focus group is to continue integrating the TLS registry and improve Quarkus integration with certificate providers (Let's Encrypt, Cert-Manager). In addition, we would like to provide a frictionless local experience around TLS (i.e., without the infamous untrusted certificate screen).</p>
23
23
<p><em>Point of contact:</em> @cescoffier (@<strong>Clement Escoffier</strong> on Zulip)</p>
24
24
status: on track
25
-
last-activity: 19/08/2024
25
+
last-activity: 2024-08-19
26
26
last-update: We just got an end-to-end let's encrypt demo working!
<p>A final benefit is a reduction in the internal complexity of our code. Hopping between classloaders during test execution takes a lot of work, and adds a lot of code! It also is brittle in places. For example, because the hop between classloaders relies on serialization in some cases, it's becoming harder to do as the JVM tightens up security restrictions. We used to rely on xstream, but that stopped working in Java 17. In https://github.com/quarkusio/quarkus/pull/40601, @dmlloyd moved us to use the JBoss Serializer, which works better, but might still be affected by future restrictions on class access.</p>
37
37
<p>The goal of this working group is to allow test classes to fully participate in the 'quarkification' of classes. The mechanism for this is probably just to load the test classes with the classloader we intend to run them with, so that JUnit sees the 'correct' version of the class.</p>
short-description: Allow Static Site Generation with Quarkus.
@@ -57,7 +57,7 @@ working-groups:
57
57
<p>This effort is now tracked using a "Working Group" project: https://github.com/orgs/quarkiverse/projects/6</p>
58
58
<p>This is a great opportunity to participate in fun effort and be involved with the Quarkus community, if anyone is interested in being a part of this, please reach out to me 🚀</p>
<p>Recently, we delivered a new approach to dealing with WebSocket (both for the server and client). This was the first step. There are still a few areas to improve, such as documentation, security, observability, and testability. The goal of this focus group is to track these efforts.</p>
85
85
<p>Point of contact: @mkouba (@<strong>Martin Kouba</strong> on Zulip)</p>
{% if item.last-update %}<pclass="card-text"><spanclass="key">Last status update:</span> <spanclass="last-update">{{ item.last-update }}</span></p>{% endif %}
0 commit comments