diff --git a/feed.xml b/feed.xml index d2a7ecc212..4f8ab2d2d5 100644 --- a/feed.xml +++ b/feed.xml @@ -5,7 +5,7 @@ Quarkus https://quarkus.io Quarkus: Supersonic Subatomic Java - Mon, 10 Jul 2023 03:15:26 +0000 + Tue, 11 Jul 2023 03:08:32 +0000 Explore a new way of testing CDI components in Quarkus diff --git a/version/main/guides/index.html b/version/main/guides/index.html index b4031e2efa..08d4a67e8b 100644 --- a/version/main/guides/index.html +++ b/version/main/guides/index.html @@ -241,7 +241,7 @@

Building a Native Exec

Build native executables with GraalVM or Mandrel.

-
getting-started, native
+
native, getting-started
@@ -329,7 +329,7 @@

Secur

Secure your Quarkus application endpoints by combining the built-in Quarkus Basic authentication with the Jakarta Persistence identity provider to enable role-based access control (RBAC).

-
getting-started, security
+
security, getting-started
@@ -434,7 +434,7 @@

Duplicated context, conte

When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread.

-
core, architecture
+
architecture, core
@@ -522,7 +522,7 @@

Security vu

Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.

-
contributing, security
+
security, contributing
@@ -742,7 +742,7 @@

Configure data sources in Quarkus

Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.

-
getting-started, data
+
data, getting-started
@@ -894,7 +894,7 @@

Logging configuration

Read about the use of logging API in Quarkus, configuring logging output, and using logging adapters to unify the output from other logging APIs.

-
getting-started, core
+
core, getting-started
@@ -1280,7 +1280,7 @@

AppCDS

This reference guide explains how to enable AppCDS with Quarkus.

-
core, cloud
+
cloud, core
@@ -2468,7 +2468,7 @@

Simplified Hibe

This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.

-
data, alt-languages
+
alt-languages, data
@@ -2501,7 +2501,7 @@

Simplified MongoDB wi

This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.

-
data, alt-languages
+
alt-languages, data
@@ -2567,7 +2567,7 @@

Testing Your Applica

This guide covers testing in JVM mode, native mode, and injection of resources into tests

-
core, tooling, native
+
tooling, native, core
@@ -2578,7 +2578,7 @@

Tips for wr

This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.

-
core, writing-extensions, native
+
writing-extensions, native, core
@@ -2820,7 +2820,7 @@

Using SSL With Native Executa

In this guide, we will discuss how you can get your native images to support SSL, as native images don’t support it out of the box.

-
core, native, security
+
native, security, core