diff --git a/_data/wg.yaml b/_data/wg.yaml index d818418f0a6..b818508b262 100644 --- a/_data/wg.yaml +++ b/_data/wg.yaml @@ -12,7 +12,29 @@ working-groups:

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.

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.

status: on track - last-activity: 2024-08-26 + last-activity: 2024-08-27 + - title: "Roq :: Quarkus SSG" + board-url: "https://github.com/orgs/quarkiverse/projects/6" + short-description: Allow Static Site Generation with Quarkus. + readme: | +

New initiative to allow Static Site Generation with Quarkus.

+

Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).

+

I recently added https://github.com/quarkiverse/quarkus-roq. It will allow generating a static website out of any Quarkus application (it starts the app, fetch all the configured pages and assets, generate a static website and stop), it already works but it is still very alpha.

+

What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:

+ +

This will allow to develop the content using Quarkus dev-mode, and then generate for Github Pages or similar when it's ready.

+

Bonus, everything added will benefit any "non-static" Quarkus app and any Static Quarkus app could also become non static.

+

This effort is now tracked using a "Working Group" project: https://github.com/orgs/quarkiverse/projects/6

+

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 🚀

+ status: on track + last-activity: 2024-08-27 + last-update: Good progress so far. - title: "Quarkus 3.15 LTS" board-url: "https://github.com/orgs/quarkusio/projects/28" short-description: This WG focuses on defining the issues we would like to have in the next-to-be LTS (Quarkus 3.14/3.15) @@ -46,28 +68,6 @@ working-groups: status: on track last-activity: 2024-08-19 last-update: We just got an end-to-end let's encrypt demo working! - - title: "Roq :: Quarkus SSG" - board-url: "https://github.com/orgs/quarkiverse/projects/6" - short-description: Allow Static Site Generation with Quarkus. - readme: | -

New initiative to allow Static Site Generation with Quarkus.

-

Quarkus already provides most of the pieces to create great web applications (https://quarkus.io/guides/web).

-

I recently added https://github.com/quarkiverse/quarkus-roq. It will allow generating a static website out of any Quarkus application (it starts the app, fetch all the configured pages and assets, generate a static website and stop), it already works but it is still very alpha.

-

What's missing? we now need to incrementally add the toolkit to ease the process of creating static content through Quarkus:

- -

This will allow to develop the content using Quarkus dev-mode, and then generate for Github Pages or similar when it's ready.

-

Bonus, everything added will benefit any "non-static" Quarkus app and any Static Quarkus app could also become non static.

-

This effort is now tracked using a "Working Group" project: https://github.com/orgs/quarkiverse/projects/6

-

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 🚀

- status: on track - last-activity: 2024-08-16 - last-update: Good progress so far. - title: "Docker file generation" board-url: "https://github.com/orgs/quarkusio/projects/27" short-description: A working group focusing on the generation of Dockerfile / ContainerFile