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
summary: Build native executables with GraalVM or Mandrel.
233
-
categories: "native, getting-started"
233
+
categories: "getting-started, native"
234
234
type: tutorial
235
235
url: /guides/building-native-image
236
236
- title: Collect metrics using Micrometer
@@ -243,7 +243,7 @@ types:
243
243
- title: Configure data sources in Quarkus
244
244
filename: datasource.adoc
245
245
summary: Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
246
-
categories: "data, reactive, getting-started"
246
+
categories: "getting-started, data, reactive"
247
247
id: datasources
248
248
type: tutorial
249
249
url: /guides/datasource
@@ -345,7 +345,7 @@ types:
345
345
- title: AppCDS
346
346
filename: appcds.adoc
347
347
summary: This reference guide explains how to enable AppCDS with Quarkus.
348
-
categories: "core, cloud"
348
+
categories: "cloud, core"
349
349
type: guide
350
350
url: /guides/appcds
351
351
- title: Application Data Caching
@@ -985,7 +985,7 @@ types:
985
985
- title: SmallRye Fault Tolerance
986
986
filename: smallrye-fault-tolerance.adoc
987
987
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
988
-
categories: "observability, web"
988
+
categories: "web, observability"
989
989
type: guide
990
990
url: /guides/smallrye-fault-tolerance
991
991
- title: SmallRye GraphQL
@@ -1015,14 +1015,14 @@ types:
1015
1015
- title: Testing Your Application
1016
1016
filename: getting-started-testing.adoc
1017
1017
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1018
-
categories: "native, tooling, core"
1018
+
categories: "tooling, native, core"
1019
1019
id: testing
1020
1020
type: guide
1021
1021
url: /guides/getting-started-testing
1022
1022
- title: Tips for writing native applications
1023
1023
filename: writing-native-applications-tips.adoc
1024
1024
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1025
-
categories: "writing-extensions, native, core"
1025
+
categories: "native, core, writing-extensions"
1026
1026
type: guide
1027
1027
url: /guides/writing-native-applications-tips
1028
1028
- title: Update projects to the latest version of Quarkus
@@ -1158,7 +1158,7 @@ types:
1158
1158
- title: Using SSL With Native Executables
1159
1159
filename: native-and-ssl.adoc
1160
1160
summary: "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."
1161
-
categories: "native, core, security"
1161
+
categories: "native, security, core"
1162
1162
type: guide
1163
1163
url: /guides/native-and-ssl
1164
1164
- title: Using Security with .properties File
@@ -1265,13 +1265,13 @@ types:
1265
1265
- title: Validation with Hibernate Validator
1266
1266
filename: validation.adoc
1267
1267
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1268
-
categories: "data, web"
1268
+
categories: "web, data"
1269
1269
type: guide
1270
1270
url: /guides/validation
1271
1271
- title: Writing JSON REST Services
1272
1272
filename: rest-json.adoc
1273
1273
summary: JSON is now the lingua franca between microservices.
1274
-
categories: "serialization, web"
1274
+
categories: "web, serialization"
1275
1275
type: guide
1276
1276
url: /guides/rest-json
1277
1277
- title: Writing REST Services with RESTEasy Reactive
0 commit comments