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: Develop and build your Quarkus application with Gradle
955
-
categories: "tooling, native"
955
+
categories: "native, tooling"
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: "tooling, native"
962
+
categories: "native, tooling"
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: "data, alt-languages"
1036
+
categories: "alt-languages, data"
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: "data, alt-languages"
1054
+
categories: "alt-languages, data"
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: "web, observability"
1060
+
categories: "observability, web"
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: "tooling, core, native"
1090
+
categories: "native, core, tooling"
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, core, native"
1097
+
categories: "native, core, writing-extensions"
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."
1226
-
categories: "core, native, security"
1226
+
categories: "security, native, core"
1227
1227
type: guide
1228
1228
url: /guides/native-and-ssl
1229
1229
- title: Using Security with .properties File
@@ -1342,7 +1342,7 @@ types:
1342
1342
- title: Writing JSON REST Services
1343
1343
filename: rest-json.adoc
1344
1344
summary: JSON is now the lingua franca between microservices.
1345
-
categories: "serialization, web"
1345
+
categories: "web, serialization"
1346
1346
type: guide
1347
1347
url: /guides/rest-json
1348
1348
- title: Writing REST Services with RESTEasy Reactive
0 commit comments