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
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -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."
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).
summary: This tutorial shows you how to create an application which writes to and reads from a database.
341
-
categories: "getting-started, data, core"
341
+
categories: "core, getting-started, data"
342
342
id: getting-started-dev-services-tutorial
343
343
type: tutorial
344
344
url: /guides/getting-started-dev-services
@@ -394,7 +394,7 @@ types:
394
394
- title: AppCDS
395
395
filename: appcds.adoc
396
396
summary: This reference guide explains how to enable AppCDS with Quarkus.
397
-
categories: "core, cloud"
397
+
categories: "cloud, core"
398
398
type: guide
399
399
url: /guides/appcds
400
400
- title: Application Data Caching
@@ -528,7 +528,7 @@ types:
528
528
- title: Deploying on OpenShift
529
529
filename: deploying-to-openshift.adoc
530
530
summary: This guide covers how to deploy a native application on OpenShift.
531
-
categories: "native, cloud"
531
+
categories: "cloud, native"
532
532
id: deploy-openshift
533
533
type: guide
534
534
url: /guides/deploying-to-openshift
@@ -583,7 +583,7 @@ types:
583
583
- title: Dev Services for Databases
584
584
filename: databases-dev-services.adoc
585
585
summary: "When testing or running in dev mode Quarkus can provide you with a zero-config database out of the box, a feature we refer to as Dev Services."
586
-
categories: "data, tooling"
586
+
categories: "tooling, data"
587
587
type: guide
588
588
url: /guides/databases-dev-services
589
589
- title: Dev Services for Elasticsearch
@@ -813,7 +813,7 @@ types:
813
813
- title: Kubernetes extension
814
814
filename: deploying-to-kubernetes.adoc
815
815
summary: This guide covers how to deploy a native application on Kubernetes.
816
-
categories: "native, cloud"
816
+
categories: "cloud, native"
817
817
id: deploy-kubernetes
818
818
type: guide
819
819
url: /guides/deploying-to-kubernetes
@@ -952,14 +952,14 @@ types:
952
952
- title: Quarkus and Gradle
953
953
filename: gradle-tooling.adoc
954
954
summary: Develop and build your Quarkus application with Gradle
955
-
categories: "native, tooling"
955
+
categories: "tooling, native"
956
956
id: gradle-tooling
957
957
type: guide
958
958
url: /guides/gradle-tooling
959
959
- title: Quarkus and Maven
960
960
filename: maven-tooling.adoc
961
961
summary: Develop and build your Quarkus application with Maven
962
-
categories: "native, tooling"
962
+
categories: "tooling, native"
963
963
id: maven-tooling
964
964
type: guide
965
965
url: /guides/maven-tooling
@@ -1033,7 +1033,7 @@ types:
1033
1033
- title: Simplified Hibernate ORM with Panache and Kotlin
1034
1034
filename: hibernate-orm-panache-kotlin.adoc
1035
1035
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1036
-
categories: "alt-languages, data"
1036
+
categories: "data, alt-languages"
1037
1037
type: guide
1038
1038
url: /guides/hibernate-orm-panache-kotlin
1039
1039
- title: Simplified Hibernate Reactive with Panache
@@ -1051,13 +1051,13 @@ types:
1051
1051
- title: Simplified MongoDB with Panache and Kotlin
1052
1052
filename: mongodb-panache-kotlin.adoc
1053
1053
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1054
-
categories: "alt-languages, data"
1054
+
categories: "data, alt-languages"
1055
1055
type: guide
1056
1056
url: /guides/mongodb-panache-kotlin
1057
1057
- title: SmallRye Fault Tolerance
1058
1058
filename: smallrye-fault-tolerance.adoc
1059
1059
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
1060
-
categories: "observability, web"
1060
+
categories: "web, observability"
1061
1061
type: guide
1062
1062
url: /guides/smallrye-fault-tolerance
1063
1063
- title: SmallRye GraphQL
@@ -1087,14 +1087,14 @@ types:
1087
1087
- title: Testing Your Application
1088
1088
filename: getting-started-testing.adoc
1089
1089
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1090
-
categories: "native, tooling, core"
1090
+
categories: "tooling, core, native"
1091
1091
id: testing
1092
1092
type: guide
1093
1093
url: /guides/getting-started-testing
1094
1094
- title: Tips for writing native applications
1095
1095
filename: writing-native-applications-tips.adoc
1096
1096
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1097
-
categories: "writing-extensions, native, core"
1097
+
categories: "writing-extensions, core, native"
1098
1098
type: guide
1099
1099
url: /guides/writing-native-applications-tips
1100
1100
- title: Using Apache Kafka Streams
@@ -1223,7 +1223,7 @@ types:
1223
1223
- title: Using SSL With Native Executables
1224
1224
filename: native-and-ssl.adoc
1225
1225
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."
a| https://github.com/quarkusio/quarkus/blob/main/extensions/reactive-datasource/deployment/src/main/java/io/quarkus/reactive/datasource/deployment/VertxPoolBuildItem.java[`io.quarkus.reactive.datasource.deployment.VertxPoolBuildItem`, window="_blank"] :: +++A build item for Vertx s. <p> If you inject this build item when recording runtime init template calls, you are guaranteed the Pool configuration has been injected and Pools can be created.+++
0 commit comments