You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/versioned/main/index/quarkus.yaml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ types:
30
30
- title: Configure data sources in Quarkus
31
31
filename: datasource.adoc
32
32
summary: Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
33
-
categories: "getting-started, data"
33
+
categories: "data, getting-started"
34
34
id: datasources
35
35
type: reference
36
36
url: /guides/datasource
@@ -55,7 +55,7 @@ types:
55
55
- title: Logging configuration
56
56
filename: logging.adoc
57
57
summary: "Read about the use of logging API in Quarkus, configuring logging output, and using logging adapters to unify the output from other logging APIs."
58
-
categories: "getting-started, core"
58
+
categories: "core, getting-started"
59
59
id: logging
60
60
type: reference
61
61
url: /guides/logging
@@ -166,7 +166,7 @@ types:
166
166
- title: "Duplicated context, context locals, asynchronous processing and propagation"
167
167
filename: duplicated-context.adoc
168
168
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
169
-
categories: "core, architecture"
169
+
categories: "architecture, core"
170
170
id: duplicated-context
171
171
type: concepts
172
172
url: /guides/duplicated-context
@@ -222,7 +222,7 @@ types:
222
222
- title: Security vulnerability detection and reporting in Quarkus
223
223
filename: security-vulnerability-detection.adoc
224
224
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
225
-
categories: "contributing, security"
225
+
categories: "security, contributing"
226
226
id: security-vulnerability-detection
227
227
type: concepts
228
228
url: /guides/security-vulnerability-detection
@@ -252,7 +252,7 @@ types:
252
252
- title: Building a Native Executable
253
253
filename: building-native-image.adoc
254
254
summary: Build native executables with GraalVM or Mandrel.
255
-
categories: "getting-started, native"
255
+
categories: "native, getting-started"
256
256
type: tutorial
257
257
url: /guides/building-native-image
258
258
- title: Collect metrics using Micrometer
@@ -304,7 +304,7 @@ types:
304
304
- title: Secure a Quarkus application with Basic authentication and Jakarta Persistence
summary: 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).
0 commit comments