From ec0fef44025f1970a19e4f161dae9389e2f04504 Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Thu, 27 Nov 2025 09:19:48 +0100 Subject: [PATCH] Fix tag lists in blog A tag like "XXX;" will show up as "XXX;" in the tag list of https://quarkus.io/blog/tag/cdi/ with a link returning a 404 error page. --- _posts/2025-01-13-mcp-server.adoc | 2 +- ...25-03-24-movie-similarity-search-using-vector-databases.adoc | 2 +- _posts/2025-06-25-hibernate7-on-quarkus.adoc | 2 +- _posts/2025-07-15-quickjs4j.adoc | 2 +- _posts/2025-10-31-continued-focus-on-native.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/2025-01-13-mcp-server.adoc b/_posts/2025-01-13-mcp-server.adoc index a18e2c94fda..b74f31ca4ac 100644 --- a/_posts/2025-01-13-mcp-server.adoc +++ b/_posts/2025-01-13-mcp-server.adoc @@ -2,7 +2,7 @@ layout: post title: ' Implementing a MCP server in Quarkus' date: 2025-01-13 -tags: langchain4j, llm, ai +tags: langchain4j llm ai synopsis: Shows how to implement an MCP server in Quarkus and use it in various clients such as Claude Desktop and LangChain4j author: maxandersen --- diff --git a/_posts/2025-03-24-movie-similarity-search-using-vector-databases.adoc b/_posts/2025-03-24-movie-similarity-search-using-vector-databases.adoc index eda58b384d1..6e7d018a9cc 100644 --- a/_posts/2025-03-24-movie-similarity-search-using-vector-databases.adoc +++ b/_posts/2025-03-24-movie-similarity-search-using-vector-databases.adoc @@ -2,7 +2,7 @@ layout: post title: 'Movie similarity search using vector databases' date: 2025-03-24 -tags: langchain4j, llm, ai +tags: langchain4j llm ai synopsis: Shows how to create a movie similarity search system using a vector database and Quarkus LangChain4j author: iocanel --- diff --git a/_posts/2025-06-25-hibernate7-on-quarkus.adoc b/_posts/2025-06-25-hibernate7-on-quarkus.adoc index 5e71b53f136..ad24e085ed7 100644 --- a/_posts/2025-06-25-hibernate7-on-quarkus.adoc +++ b/_posts/2025-06-25-hibernate7-on-quarkus.adoc @@ -2,7 +2,7 @@ layout: post title: 'Hibernate ORM 7 on Quarkus: each new version brings a better database experience' date: 2025-06-25 -tags: hibernate, database, jpa +tags: hibernate database jpa synopsis: A roundup on the new upgrades of Hibernate on Quarkus. author: lmolteni --- diff --git a/_posts/2025-07-15-quickjs4j.adoc b/_posts/2025-07-15-quickjs4j.adoc index 53941e6f59a..4ec3c88332f 100644 --- a/_posts/2025-07-15-quickjs4j.adoc +++ b/_posts/2025-07-15-quickjs4j.adoc @@ -2,7 +2,7 @@ layout: post title: 'Introducing Quarkus quickjs4j: Seamless JavaScript Integration in Your Quarkus Applications' date: 2025-07-15 -tags: javascript, integration, cdi, build-time +tags: javascript integration cdi build-time synopsis: A new Quarkiverse extension that brings JavaScript execution to your Java applications with compile-time code generation and full CDI integration. author: ewittman --- diff --git a/_posts/2025-10-31-continued-focus-on-native.adoc b/_posts/2025-10-31-continued-focus-on-native.adoc index b57fd6badfd..21ed031e9b4 100644 --- a/_posts/2025-10-31-continued-focus-on-native.adoc +++ b/_posts/2025-10-31-continued-focus-on-native.adoc @@ -2,7 +2,7 @@ layout: post title: 'Continued Focus on Native' date: 2025-11-03 -tags: mandrel, native, graalvm +tags: mandrel native graalvm synopsis: 'Quarkus continues to focus on native for swift start-up time and low memory footprint.' author: sgehwolf ---