From 4fae8841edbdf9e25feb9d85984b925b42f9d8de Mon Sep 17 00:00:00 2001 From: Martin Kouba Date: Thu, 30 Oct 2025 16:37:11 +0100 Subject: [PATCH] Add link to qute-debug README in 3.29 announcement --- _posts/2025-10-29-quarkus-3-29-released.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2025-10-29-quarkus-3-29-released.adoc b/_posts/2025-10-29-quarkus-3-29-released.adoc index 697d289826..cd976e62e0 100644 --- a/_posts/2025-10-29-quarkus-3-29-released.adoc +++ b/_posts/2025-10-29-quarkus-3-29-released.adoc @@ -45,6 +45,8 @@ You can find more information in the https://quarkus.io/guides/cache#configuring The Qute extension now provides support for the Debug Adapter Protocol (DAP), which means that you can easily debug your Qute templates in your favorite IDE! +TIP: You can read more about this new feature in the README file of the https://github.com/quarkusio/quarkus/tree/main/independent-projects/qute/debug[qute-debug project]. + === Hibernate ORM and Reactive Both Hibernate ORM and Hibernate Reactive extensions are now enabled even when no entity is defined in your application.