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).
- 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: "observability, web"
1025
+
categories: "web, observability"
1026
1026
type: guide
1027
1027
url: /guides/smallrye-fault-tolerance
1028
1028
- title: SmallRye GraphQL
@@ -1059,7 +1059,7 @@ types:
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: "core, writing-extensions, native"
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: "core, security, native"
1191
+
categories: "security, core, native"
1192
1192
type: guide
1193
1193
url: /guides/native-and-ssl
1194
1194
- title: Using Security with .properties File
@@ -1307,7 +1307,7 @@ types:
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: "serialization, web"
1310
+
categories: "web, serialization"
1311
1311
type: guide
1312
1312
url: /guides/rest-json
1313
1313
- title: Writing REST Services with RESTEasy Reactive
Copy file name to clipboardExpand all lines: _generated-doc/main/config/all-configuration-roots-generated-doc/io.quarkus.vertx.http.runtime.HttpConfiguration
Used when `QuarkusIntegrationTest` is meant to execute against an application that is already running and listening on the host specified by this property.
Accepts a single configuration profile name. If a configuration property cannot be found in the current active profile, the config performs the same lookup in the profile set by this configuration.
102
+
true to quit exit right after the initialization. The option is not meant be used directly by users.
Additional config locations to be loaded with the Config. The configuration support multiple locations separated by a comma and each must represent a valid `java.net.URI`.
119
+
Profile that will be active when Quarkus launches.
A property that allows accessing a generated UUID. It generates that UUID at startup time. So it changes between two starts including in dev mode. +
136
-
Access this generated UUID using expressions: `$++{++quarkus.uuid++}++`.
136
+
Accepts a single configuration profile name. If a configuration property cannot be found in the current active profile, the config performs the same lookup in the profile set by this configuration.
We don't make it a list as the args are separated by a space, not a comma.
153
+
Additional config locations to be loaded with the Config. The configuration support multiple locations separated by a comma and each must represent a valid `java.net.URI`.
a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus.analytics.disabled]]`link:#quarkus-core_quarkus.analytics.disabled[quarkus.analytics.disabled]`
0 commit comments