From 8e42b4ff858fb7e406a06103c0f0e8b650183301 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 12 Sep 2024 11:02:15 +0000 Subject: [PATCH] Sync working groups --- _data/wg.yaml | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/_data/wg.yaml b/_data/wg.yaml index 88a8dcc9366..b321d26fc24 100644 --- a/_data/wg.yaml +++ b/_data/wg.yaml @@ -1,5 +1,34 @@ --- working-groups: + - 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-09-12 + last-update: | + 0.0.3 has been released, it is the MVP version and allowed to publish the Roq blog: https://quarkiverse.io/quarkus-roq/posts/2024-08-29-welcome-to-roq/ + + From now on, we start adding features incrementally, documenting. + + The target is to have 1.0.0 the 1 October 2024. + + For 1.0 we need pagination, tags and SEO. - 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) @@ -113,32 +142,3 @@ working-groups: last-activity: 2024-09-05 last-update: | The last outstanding issue is OTel integration. @michalvavrik is working on a [pull request](https://github.com/quarkusio/quarkus/pull/41956). I will meet with Michal and Bruno in the coming weeks. The PR is quite massive and we need to review it carefully. - - 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-09-05 - last-update: | - 0.0.3 has been released, it is the MVP version and allowed to publish the Roq blog: https://quarkiverse.io/quarkus-roq/posts/2024-08-29-welcome-to-roq/ - - From now on, we start adding features incrementally, documenting. - - The target is to have 1.0.0 the 1 October 2024. - - For 1.0 we need pagination, tags and SEO.