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 HTTP access to Jakarta REST (formerly known as JAX-RS) endpoints in your application with Bearer token authentication by using the Quarkus OpenID Connect (OIDC) extension.
summary: "To protect your web applications, you can use the industry-standard OpenID Connect (OIDC) Authorization Code Flow mechanism provided by the Quarkus OIDC extension."
summary: "With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
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
@@ -998,7 +998,7 @@ types:
998
998
- title: Simplified Hibernate ORM with Panache and Kotlin
999
999
filename: hibernate-orm-panache-kotlin.adoc
1000
1000
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1001
-
categories: "alt-languages, data"
1001
+
categories: "data, alt-languages"
1002
1002
type: guide
1003
1003
url: /guides/hibernate-orm-panache-kotlin
1004
1004
- title: Simplified Hibernate Reactive with Panache
@@ -1016,13 +1016,13 @@ types:
1016
1016
- title: Simplified MongoDB with Panache and Kotlin
1017
1017
filename: mongodb-panache-kotlin.adoc
1018
1018
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1019
-
categories: "alt-languages, data"
1019
+
categories: "data, alt-languages"
1020
1020
type: guide
1021
1021
url: /guides/mongodb-panache-kotlin
1022
1022
- title: SmallRye Fault Tolerance
1023
1023
filename: smallrye-fault-tolerance.adoc
1024
1024
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
1025
-
categories: "web, observability"
1025
+
categories: "observability, web"
1026
1026
type: guide
1027
1027
url: /guides/smallrye-fault-tolerance
1028
1028
- title: SmallRye GraphQL
@@ -1052,14 +1052,14 @@ types:
1052
1052
- title: Testing Your Application
1053
1053
filename: getting-started-testing.adoc
1054
1054
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1055
-
categories: "tooling, native, core"
1055
+
categories: "tooling, core, native"
1056
1056
id: testing
1057
1057
type: guide
1058
1058
url: /guides/getting-started-testing
1059
1059
- title: Tips for writing native applications
1060
1060
filename: writing-native-applications-tips.adoc
1061
1061
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1062
-
categories: "writing-extensions, native, core"
1062
+
categories: "writing-extensions, core, native"
1063
1063
type: guide
1064
1064
url: /guides/writing-native-applications-tips
1065
1065
- title: Using Apache Kafka Streams
@@ -1188,7 +1188,7 @@ types:
1188
1188
- title: Using SSL With Native Executables
1189
1189
filename: native-and-ssl.adoc
1190
1190
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."
1191
-
categories: "native, security, core"
1191
+
categories: "security, core, native"
1192
1192
type: guide
1193
1193
url: /guides/native-and-ssl
1194
1194
- title: Using Security with .properties File
@@ -1301,13 +1301,13 @@ types:
1301
1301
- title: Validation with Hibernate Validator
1302
1302
filename: validation.adoc
1303
1303
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1304
-
categories: "web, data"
1304
+
categories: "data, web"
1305
1305
type: guide
1306
1306
url: /guides/validation
1307
1307
- title: Writing JSON REST Services
1308
1308
filename: rest-json.adoc
1309
1309
summary: JSON is now the lingua franca between microservices.
1310
-
categories: "web, serialization"
1310
+
categories: "serialization, web"
1311
1311
type: guide
1312
1312
url: /guides/rest-json
1313
1313
- title: Writing REST Services with RESTEasy Reactive
0 commit comments