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: This reference guide explains how to develop command line applications with Quarkus.
21
-
categories: "command-line, core"
21
+
categories: "core, command-line"
22
22
type: reference
23
23
url: /guides/command-mode-reference
24
24
- title: Configuration Reference Guide
@@ -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 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.
397
-
categories: "core, cloud"
397
+
categories: "cloud, core"
398
398
type: guide
399
399
url: /guides/appcds
400
400
- title: Application Data Caching
@@ -957,14 +957,14 @@ types:
957
957
- title: Quarkus and Gradle
958
958
filename: gradle-tooling.adoc
959
959
summary: Develop and build your Quarkus application with Gradle
960
-
categories: "tooling, native"
960
+
categories: "native, tooling"
961
961
id: gradle-tooling
962
962
type: guide
963
963
url: /guides/gradle-tooling
964
964
- title: Quarkus and Maven
965
965
filename: maven-tooling.adoc
966
966
summary: Develop and build your Quarkus application with Maven
967
-
categories: "tooling, native"
967
+
categories: "native, tooling"
968
968
id: maven-tooling
969
969
type: guide
970
970
url: /guides/maven-tooling
@@ -1062,7 +1062,7 @@ types:
1062
1062
- title: SmallRye Fault Tolerance
1063
1063
filename: smallrye-fault-tolerance.adoc
1064
1064
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
1065
-
categories: "observability, web"
1065
+
categories: "web, observability"
1066
1066
type: guide
1067
1067
url: /guides/smallrye-fault-tolerance
1068
1068
- title: SmallRye GraphQL
@@ -1092,14 +1092,14 @@ types:
1092
1092
- title: Testing Your Application
1093
1093
filename: getting-started-testing.adoc
1094
1094
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1095
-
categories: "core, native, tooling"
1095
+
categories: "native, core, tooling"
1096
1096
id: testing
1097
1097
type: guide
1098
1098
url: /guides/getting-started-testing
1099
1099
- title: Tips for writing native applications
1100
1100
filename: writing-native-applications-tips.adoc
1101
1101
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1102
-
categories: "core, native, writing-extensions"
1102
+
categories: "writing-extensions, native, core"
1103
1103
type: guide
1104
1104
url: /guides/writing-native-applications-tips
1105
1105
- title: Using Apache Kafka Streams
@@ -1228,7 +1228,7 @@ types:
1228
1228
- title: Using SSL With Native Executables
1229
1229
filename: native-and-ssl.adoc
1230
1230
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."
1231
-
categories: "core, native, security"
1231
+
categories: "native, core, security"
1232
1232
type: guide
1233
1233
url: /guides/native-and-ssl
1234
1234
- title: Using Security with .properties File
@@ -1341,13 +1341,13 @@ types:
1341
1341
- title: Validation with Hibernate Validator
1342
1342
filename: validation.adoc
1343
1343
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1344
-
categories: "data, web"
1344
+
categories: "web, data"
1345
1345
type: guide
1346
1346
url: /guides/validation
1347
1347
- title: Writing JSON REST Services
1348
1348
filename: rest-json.adoc
1349
1349
summary: JSON is now the lingua franca between microservices.
1350
-
categories: "serialization, web"
1350
+
categories: "web, serialization"
1351
1351
type: guide
1352
1352
url: /guides/rest-json
1353
1353
- title: Writing REST Services with RESTEasy Reactive
This is a bean name (as in `@Named`) of a bean that implements `CredentialsProvider`. It is used to select the credentials provider bean when multiple exist. This is unnecessary when there is only one credentials provider available.
395
+
396
+
For Vault, the credentials provider bean name is `vault-credentials-provider`.
0 commit comments