From b909d00e8a5df97ef2b6f68142dc88f98439113c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Fri, 2 Feb 2024 23:26:54 +0800 Subject: [PATCH 1/2] add a blog post link to: https://resteasy.dev/2024/01/31/resteasy-glow/ --- _posts/2024-02-02-resteasy-glow.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _posts/2024-02-02-resteasy-glow.md diff --git a/_posts/2024-02-02-resteasy-glow.md b/_posts/2024-02-02-resteasy-glow.md new file mode 100644 index 00000000..f2c927c8 --- /dev/null +++ b/_posts/2024-02-02-resteasy-glow.md @@ -0,0 +1,9 @@ +--- +layout: post +title: "Using WildFly Glow to provision a WildFly server for a RESTEasy based project" +date: 2024-02-02 +tags: resteasy glow wildfly galleon +synopsis: "An introduction to the usage of WildFly Glow to provision a WildFly server for a RESTEasy based project" +author: liweinan +link: https://resteasy.dev/2024/01/31/resteasy-glow/ +--- From 007911e23d4f5485bb1f4919ac5f586e44ba6749 Mon Sep 17 00:00:00 2001 From: "Wildfly.org CI" Date: Mon, 5 Feb 2024 18:52:17 +0000 Subject: [PATCH 2/2] Update 2024-02-02-resteasy-glow.md blog date --- ...{2024-02-02-resteasy-glow.md => 2024-02-05-resteasy-glow.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename _posts/{2024-02-02-resteasy-glow.md => 2024-02-05-resteasy-glow.md} (95%) diff --git a/_posts/2024-02-02-resteasy-glow.md b/_posts/2024-02-05-resteasy-glow.md similarity index 95% rename from _posts/2024-02-02-resteasy-glow.md rename to _posts/2024-02-05-resteasy-glow.md index f2c927c8..76c4218b 100644 --- a/_posts/2024-02-02-resteasy-glow.md +++ b/_posts/2024-02-05-resteasy-glow.md @@ -1,7 +1,7 @@ --- layout: post title: "Using WildFly Glow to provision a WildFly server for a RESTEasy based project" -date: 2024-02-02 +date: 2024-02-05 tags: resteasy glow wildfly galleon synopsis: "An introduction to the usage of WildFly Glow to provision a WildFly server for a RESTEasy based project" author: liweinan