Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _posts/2025-10-29-quarkus-3-29-released.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading