Skip to content

Commit 3cce076

Browse files
committed
Sync working groups
1 parent 7ed3ff6 commit 3cce076

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

_data/wg.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@ working-groups:
1212
<li>The <code>done</code> column means that the issues have been completed</li>
1313
</ul>
1414
status: at risk
15-
last-activity: 2024-08-29
15+
last-activity: 2024-08-30
16+
- title: "Enhanced TLS support"
17+
board-url: "https://github.com/orgs/quarkusio/projects/24"
18+
short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)
19+
readme: |
20+
<p>TLS is becoming increasingly common and recommended. However, for years, each Quarkus extension has been doing its own TLS configuration and management. As a result, the configuration looks different everywhere, and many extensions have incomplete configurations.</p>
21+
<p>Based on the newly integrated TLS registry, we now have a single place to configure TLS. At runtime, it provides methods to configure Vert.x and &quot;pure&quot; Java clients (using an <code>SSLContext</code>).</p>
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+
<p><em>Point of contact:</em> @cescoffier (@<strong>Clement Escoffier</strong> on Zulip)</p>
24+
status: on track
25+
last-activity: 2024-08-30
26+
last-update: Approaching completion. Watch [Quarkus Insight #177](https://www.youtube.com/watch?v=VP7c9ftFwrQ&list=PLsM3ZE5tGAVatO65JIxgskQh-OKoqM4F2&index=1) to see various demo going from configuration, local TLS, certificate reloading and ACME integration.
1627
- title: "Test classloading"
1728
board-url: "https://github.com/orgs/quarkusio/projects/30"
1829
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.
@@ -66,17 +77,6 @@ working-groups:
6677
<p><em>Point of contact</em>: @gsmet (Zulip: @_<strong>Guillaume Smet</strong> )</p>
6778
status: on track
6879
last-activity: 2024-08-23
69-
- title: "Enhanced TLS support"
70-
board-url: "https://github.com/orgs/quarkusio/projects/24"
71-
short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...)
72-
readme: |
73-
<p>TLS is becoming increasingly common and recommended. However, for years, each Quarkus extension has been doing its own TLS configuration and management. As a result, the configuration looks different everywhere, and many extensions have incomplete configurations.</p>
74-
<p>Based on the newly integrated TLS registry, we now have a single place to configure TLS. At runtime, it provides methods to configure Vert.x and &quot;pure&quot; Java clients (using an <code>SSLContext</code>).</p>
75-
<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>
76-
<p><em>Point of contact:</em> @cescoffier (@<strong>Clement Escoffier</strong> on Zulip)</p>
77-
status: on track
78-
last-activity: 2024-08-19
79-
last-update: Approaching completion. Watch [Quarkus Insight #177](https://www.youtube.com/watch?v=VP7c9ftFwrQ&list=PLsM3ZE5tGAVatO65JIxgskQh-OKoqM4F2&index=1) to see various demo going from configuration, local TLS, certificate reloading and ACME integration.
8080
- title: "Docker file generation"
8181
board-url: "https://github.com/orgs/quarkusio/projects/27"
8282
short-description: A working group focusing on the generation of Dockerfile / ContainerFile

0 commit comments

Comments
 (0)