Skip to content

Commit

Permalink
Merge pull request #2028 from gsmet/cleanup-tags
Browse files Browse the repository at this point in the history
Clean up tags - 2nd edition
  • Loading branch information
gsmet authored Jun 26, 2024
2 parents 17ab685 + 069b2cc commit c99dd82
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion _posts/2020-09-30-biased-locking-help.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: post
title: Biased locking removed from Java - does it affect you ?
date: 2020-09-30
tags: help
synopsis: In Java 15 *biased locking* is now disabled by default and is planned to be removed in the Java Virtual Machine as per JEP 374. We need your help seeing if it affects Quarkus performance in your application.
author: maxandersen
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-12-03-quarkiverse.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Quarkiverse Hub - Home of Community Extensions
date: 2020-12-03
tags: extensions quarkiverse
tags: extension quarkiverse
synopsis: Entering a world of extensions
author: gastaldi
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Extension codestarts - A new way to learn & discover Quarkus
date: 2020-12-07
tags: extensions codestarts
tags: extension codestarts
synopsis: All our tooling has been updated and can now generate Quarkus application with example code (Extension Codestarts) showing the true power of the selected extensions...
author: adamevin
---
Expand Down Expand Up @@ -65,4 +65,4 @@ Codestarts are designed to make it easy and quick to provide new examples for ex
We provide https://github.com/quarkusio/quarkus/blob/master/independent-projects/tools/codestarts/README.adoc[doc and tooling,role=external,window=_blank] for it, you may also https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Codestarts.2E.2E.2E[come and ping me (@ia3andy) on Zulip,role=external,window=_blank] for more info.

[NOTE]
For now, we focus on the https://github.com/quarkusio/quarkus/blob/master/extensions[core extensions,role=external,window=_blank], but we will make it available to the broader ecosystem soon.
For now, we focus on the https://github.com/quarkusio/quarkus/blob/master/extensions[core extensions,role=external,window=_blank], but we will make it available to the broader ecosystem soon.
2 changes: 1 addition & 1 deletion _posts/2021-03-04-path-resolution-in-quarkus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Path resolution in Quarkus
date: 2021-03-04
tags: help web metrics
tags: web metrics
synopsis: Navigating recent changes in Quarkus URI path resolution
author: ebullient
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Solving problems with custom Quarkus extensions'
date: 2021-04-20
tags: development-tips extensions
tags: development-tips extension
synopsis: If fast startup and live reload weren't enough for you, maybe custom extensions will convince you that you can achieve great things with Quarkus.
author: gsmet
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-09-01-using-lra.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: An Extension for Long Running Activities
date: 2021-09-01
tags: extensions
tags: extension
synopsis: How to use the narayana LRA extension to create reliable long running activities.
author: mmusgrov
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-04-20-solving-problems-with-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Solving problems with Quarkus extensions (1/n)'
date: 2022-04-20
tags: extensions development-tips
tags: extension development-tips
synopsis: 'The unique build infrastructure of Quarkus allows you to solve complex issues in a very simple way by developing custom extensions.'
author: gsmet
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Monitoring Quarkus JVM Mode with Cryostat'
date: 2022-04-27
tags: monitoring metrics profiling cryostat jfr flightrecorder kubernetes openshift containers
tags: monitoring metrics profiling cryostat jfr kubernetes openshift containers
synopsis: Introduction to Cryostat for Quarkus developers and step-by-step guide on configuring Quarkus applications for Cryostat compatibility
author: aazores
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Debugging natively compiled Java code with NativeJDB'
date: 2022-06-29
tags: java debugger native cloud container
tags: java debugger native cloud containers
synopsis: NativeJDB bridges the gap between the Java Debugger (JDB) framework available in modern IDEs and native debugging via GNU Project debugger (GDB).
author: vazirim
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-08-30-solving-problems-with-extensions-2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Solving problems with Quarkus extensions (2/n)'
date: 2022-08-30
tags: extensions development-tips
tags: extension development-tips
synopsis: 'The unique build infrastructure of Quarkus allows you to solve complex issues in a very simple way by developing custom extensions.'
author: gsmet
---
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-11-16-quarkus-meets-langchain4j.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'When Quarkus meets LangChain4j'
date: 2023-11-15
tags: ai langchain
tags: ai langchain llm
synopsis: 'Learn about the new quarkus-langchain4j extension to integrate LLMs in Quarkus applications.'
author: cescoffier
---
Expand Down Expand Up @@ -278,4 +278,4 @@ This post presented the Quarkus LangChain4j extension. This is the first version

This extension would not have been possible without the fantastic work from Dmytro Liubarskyi on the LangChain4j library. Our collaboration has allowed us to provide a Quarkus-friendly approach to integrate the library (including native compilation support) and shape a new way to integrate LLMs in Quarkus applications. The current design was tailored to enable Quarkus applications to use LLM easily. You can basically hook up any of your _beans_ as tools or ingest data into a store. In addition, any of your bean can now interact with an LLM.

We are looking forward to continuing this collaboration and to see what you will build with this extension.
We are looking forward to continuing this collaboration and to see what you will build with this extension.
2 changes: 1 addition & 1 deletion _posts/2024-06-14-granite-rag.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: 'Crafting a Local RAG application with Quarkus'
date: 2024-06-13
tags: LLM rag
tags: llm rag
synopsis: 'How to build a RAG chatbot using the Granite LLM.'
author: cescoffier
---
Expand Down

0 comments on commit c99dd82

Please sign in to comment.