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 authentication by using the Quarkus OpenID Connect (OIDC) extension.
summary: "To protect your web applications, you can use the authorization code flow mechanism provided by the Quarkus OpenID Connect (OIDC) extension."
summary: Build native executables with GraalVM or Mandrel.
231
-
categories: getting-started
233
+
categories: "getting-started, native"
232
234
type: tutorial
233
235
url: /guides/building-native-image
234
236
- title: Collect metrics using Micrometer
235
237
filename: telemetry-micrometer-tutorial.adoc
236
238
summary: "Create an application that uses the Micrometer metrics library to collect runtime, extension and application metrics and expose them as a Prometheus (OpenMetrics) endpoint."
237
-
id: tutorial-micrometer
239
+
categories: observability
240
+
id: telemetry-micrometer-tutorial
238
241
type: tutorial
239
242
url: /guides/telemetry-micrometer-tutorial
240
243
- title: Configure data sources in Quarkus
@@ -273,7 +276,7 @@ types:
273
276
- title: Protect a web application by using OpenID Connect (OIDC) authorization code flow
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.
345
-
categories: "cloud, core"
348
+
categories: "core, cloud"
346
349
type: guide
347
350
url: /guides/appcds
348
351
- title: Application Data Caching
@@ -386,24 +389,12 @@ types:
386
389
summary: "According to RFC7519, JSON Web Token (JWT) is a compact, URL-safe means of representing claims which are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code(MAC) and/or encrypted."
387
390
type: guide
388
391
url: /guides/security-jwt-build
389
-
- title: Building Quarkus apps with Gradle
390
-
filename: gradle-tooling.adoc
391
-
summary: "This guide covers: Gradle configuration, creating a new project, dealing with extensions, development mode, debugging, import in your IDE, building a native image, and build a container friendly executable"
392
-
categories: tooling
393
-
type: guide
394
-
url: /guides/gradle-tooling
395
392
- title: Building Quarkus apps with Quarkus Command Line Interface (CLI)
396
393
filename: cli-tooling.adoc
397
394
summary: "Use the Quarkus CLI to create, build, run, and manage extensions for Quarkus projects."
398
395
categories: tooling
399
396
type: guide
400
397
url: /guides/cli-tooling
401
-
- title: Building applications with Maven
402
-
filename: maven-tooling.adoc
403
-
summary: "This guide covers: Maven configuration, creating a new project, dealing with extensions, development mode, debugging, import in your IDE, building a native image, and build a container friendly executable"
404
-
categories: tooling
405
-
type: guide
406
-
url: /guides/maven-tooling
407
398
- title: Building my first extension
408
399
filename: building-my-first-extension.adoc
409
400
summary: Learn step by step how to build a simple extension.
@@ -493,7 +484,8 @@ types:
493
484
- title: Deploying on OpenShift
494
485
filename: deploying-to-openshift.adoc
495
486
summary: This guide covers how to deploy a native application on OpenShift.
496
-
categories: cloud
487
+
categories: "native, cloud"
488
+
id: deploy-openshift
497
489
type: guide
498
490
url: /guides/deploying-to-openshift
499
491
- title: Deploying to Google Cloud Platform (GCP)
@@ -541,7 +533,7 @@ types:
541
533
- title: Dev Services for Databases
542
534
filename: databases-dev-services.adoc
543
535
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."
544
-
categories: "tooling, data"
536
+
categories: "data, tooling"
545
537
type: guide
546
538
url: /guides/databases-dev-services
547
539
- title: Dev Services for Elasticsearch
@@ -753,7 +745,8 @@ types:
753
745
- title: Kubernetes extension
754
746
filename: deploying-to-kubernetes.adoc
755
747
summary: This guide covers how to deploy a native application on Kubernetes.
756
-
categories: cloud
748
+
categories: "native, cloud"
749
+
id: deploy-kubernetes
757
750
type: guide
758
751
url: /guides/deploying-to-kubernetes
759
752
- title: Mapping configuration to objects
@@ -775,11 +768,12 @@ types:
775
768
type: guide
776
769
url: /guides/tests-with-coverage
777
770
- title: Micrometer Metrics
778
-
filename: micrometer.adoc
779
-
summary: This guide demonstrates how your Quarkus application can collect metrics using the Micrometer extension.
771
+
filename: telemetry-micrometer.adoc
772
+
summary: "Use Micrometer to collect metrics produced by Quarkus, its extensions, and your application."
780
773
categories: observability
774
+
id: telemetry-micrometer
781
775
type: guide
782
-
url: /guides/micrometer
776
+
url: /guides/telemetry-micrometer
783
777
- title: Migrating to RESTEasy Reactive
784
778
filename: resteasy-reactive-migration.adoc
785
779
summary: "Migrating from RESTEasy Classic to RESTEasy Reactive is straightforward in most cases, however there are a few cases that require some attention."
@@ -876,6 +870,20 @@ types:
876
870
categories: architecture
877
871
type: guide
878
872
url: /guides/quarkus-reactive-architecture
873
+
- title: Quarkus and Gradle
874
+
filename: gradle-tooling.adoc
875
+
summary: Develop and build your Quarkus application with Gradle
876
+
categories: "tooling, native"
877
+
id: gradle-tooling
878
+
type: guide
879
+
url: /guides/gradle-tooling
880
+
- title: Quarkus and Maven
881
+
filename: maven-tooling.adoc
882
+
summary: Develop and build your Quarkus application with Maven
883
+
categories: "tooling, native"
884
+
id: maven-tooling
885
+
type: guide
886
+
url: /guides/maven-tooling
879
887
- title: Qute Templating Engine
880
888
filename: qute.adoc
881
889
summary: Learn more about how you can use templating in your applications with the Qute template engine.
@@ -1000,13 +1008,14 @@ types:
1000
1008
- title: Testing Your Application
1001
1009
filename: getting-started-testing.adoc
1002
1010
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1003
-
categories: core
1011
+
categories: "core, tooling, native"
1012
+
id: testing
1004
1013
type: guide
1005
1014
url: /guides/getting-started-testing
1006
1015
- title: Tips for writing native applications
1007
1016
filename: writing-native-applications-tips.adoc
1008
1017
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1009
-
categories: "writing-extensions, core"
1018
+
categories: "core, writing-extensions, native"
1010
1019
type: guide
1011
1020
url: /guides/writing-native-applications-tips
1012
1021
- title: Update projects to the latest version of Quarkus
@@ -1142,7 +1151,7 @@ types:
1142
1151
- title: Using SSL With Native Executables
1143
1152
filename: native-and-ssl.adoc
1144
1153
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."
1145
-
categories: "core, security"
1154
+
categories: "core, security, native"
1146
1155
type: guide
1147
1156
url: /guides/native-and-ssl
1148
1157
- title: Using Security with .properties File
@@ -1249,13 +1258,13 @@ types:
1249
1258
- title: Validation with Hibernate Validator
1250
1259
filename: validation.adoc
1251
1260
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1252
-
categories: "web, data"
1261
+
categories: "data, web"
1253
1262
type: guide
1254
1263
url: /guides/validation
1255
1264
- title: Writing JSON REST Services
1256
1265
filename: rest-json.adoc
1257
1266
summary: JSON is now the lingua franca between microservices.
1258
-
categories: "web, serialization"
1267
+
categories: "serialization, web"
1259
1268
type: guide
1260
1269
url: /guides/rest-json
1261
1270
- title: Writing REST Services with RESTEasy Reactive
Copy file name to clipboardExpand all lines: _generated-doc/main/config/all-configuration-groups-generated-doc/io.quarkus.grpc.runtime.config.GrpcClientConfiguration
0 commit comments