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: 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 reference guide explains how to enable AppCDS with Quarkus.
369
-
categories: "cloud, core"
369
+
categories: "core, cloud"
370
370
type: guide
371
371
url: /guides/appcds
372
372
- title: Application Data Caching
@@ -559,7 +559,7 @@ types:
559
559
- title: Dev Services for Databases
560
560
filename: databases-dev-services.adoc
561
561
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."
562
-
categories: "tooling, data"
562
+
categories: "data, tooling"
563
563
type: guide
564
564
url: /guides/databases-dev-services
565
565
- title: Dev Services for Elasticsearch
@@ -927,14 +927,14 @@ types:
927
927
- title: Quarkus and Gradle
928
928
filename: gradle-tooling.adoc
929
929
summary: Develop and build your Quarkus application with Gradle
930
-
categories: "native, tooling"
930
+
categories: "tooling, native"
931
931
id: gradle-tooling
932
932
type: guide
933
933
url: /guides/gradle-tooling
934
934
- title: Quarkus and Maven
935
935
filename: maven-tooling.adoc
936
936
summary: Develop and build your Quarkus application with Maven
937
-
categories: "native, tooling"
937
+
categories: "tooling, native"
938
938
id: maven-tooling
939
939
type: guide
940
940
url: /guides/maven-tooling
@@ -1008,7 +1008,7 @@ types:
1008
1008
- title: Simplified Hibernate ORM with Panache and Kotlin
1009
1009
filename: hibernate-orm-panache-kotlin.adoc
1010
1010
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1011
-
categories: "data, alt-languages"
1011
+
categories: "alt-languages, data"
1012
1012
type: guide
1013
1013
url: /guides/hibernate-orm-panache-kotlin
1014
1014
- title: Simplified Hibernate Reactive with Panache
@@ -1026,7 +1026,7 @@ types:
1026
1026
- title: Simplified MongoDB with Panache and Kotlin
1027
1027
filename: mongodb-panache-kotlin.adoc
1028
1028
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1029
-
categories: "data, alt-languages"
1029
+
categories: "alt-languages, data"
1030
1030
type: guide
1031
1031
url: /guides/mongodb-panache-kotlin
1032
1032
- title: SmallRye Fault Tolerance
@@ -1062,14 +1062,14 @@ types:
1062
1062
- title: Testing Your Application
1063
1063
filename: getting-started-testing.adoc
1064
1064
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1065
-
categories: "native, tooling, core"
1065
+
categories: "core, native, tooling"
1066
1066
id: testing
1067
1067
type: guide
1068
1068
url: /guides/getting-started-testing
1069
1069
- title: Tips for writing native applications
1070
1070
filename: writing-native-applications-tips.adoc
1071
1071
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1072
-
categories: "writing-extensions, native, core"
1072
+
categories: "core, writing-extensions, native"
1073
1073
type: guide
1074
1074
url: /guides/writing-native-applications-tips
1075
1075
- title: Using Apache Kafka Streams
@@ -1198,7 +1198,7 @@ types:
1198
1198
- title: Using SSL With Native Executables
1199
1199
filename: native-and-ssl.adoc
1200
1200
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."
1201
-
categories: "native, security, core"
1201
+
categories: "core, native, security"
1202
1202
type: guide
1203
1203
url: /guides/native-and-ssl
1204
1204
- title: Using Security with .properties File
@@ -1311,7 +1311,7 @@ types:
1311
1311
- title: Validation with Hibernate Validator
1312
1312
filename: validation.adoc
1313
1313
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
0 commit comments