Skip to content

Commit ac75fea

Browse files
committed
Sync documentation of main branch
1 parent 9dc315f commit ac75fea

16 files changed

+302
-73
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ types:
5555
- title: Logging configuration
5656
filename: logging.adoc
5757
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."
58-
categories: "getting-started, core"
58+
categories: "core, getting-started"
5959
id: logging
6060
type: reference
6161
url: /guides/logging
@@ -166,7 +166,7 @@ types:
166166
- title: "Duplicated context, context locals, asynchronous processing and propagation"
167167
filename: duplicated-context.adoc
168168
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
169-
categories: "architecture, core"
169+
categories: "core, architecture"
170170
id: duplicated-context
171171
type: concepts
172172
url: /guides/duplicated-context
@@ -559,7 +559,7 @@ types:
559559
- title: Dev Services for Databases
560560
filename: databases-dev-services.adoc
561561
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."
562-
categories: "data, tooling"
562+
categories: "tooling, data"
563563
type: guide
564564
url: /guides/databases-dev-services
565565
- title: Dev Services for Elasticsearch
@@ -998,7 +998,7 @@ types:
998998
- title: Simplified Hibernate ORM with Panache and Kotlin
999999
filename: hibernate-orm-panache-kotlin.adoc
10001000
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1001-
categories: "data, alt-languages"
1001+
categories: "alt-languages, data"
10021002
type: guide
10031003
url: /guides/hibernate-orm-panache-kotlin
10041004
- title: Simplified Hibernate Reactive with Panache
@@ -1016,7 +1016,7 @@ types:
10161016
- title: Simplified MongoDB with Panache and Kotlin
10171017
filename: mongodb-panache-kotlin.adoc
10181018
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1019-
categories: "data, alt-languages"
1019+
categories: "alt-languages, data"
10201020
type: guide
10211021
url: /guides/mongodb-panache-kotlin
10221022
- title: SmallRye Fault Tolerance
@@ -1059,7 +1059,7 @@ types:
10591059
- title: Tips for writing native applications
10601060
filename: writing-native-applications-tips.adoc
10611061
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, core, native"
1062+
categories: "core, writing-extensions, native"
10631063
type: guide
10641064
url: /guides/writing-native-applications-tips
10651065
- title: Using Apache Kafka Streams
@@ -1188,7 +1188,7 @@ types:
11881188
- title: Using SSL With Native Executables
11891189
filename: native-and-ssl.adoc
11901190
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: "security, core, native"
1191+
categories: "core, security, native"
11921192
type: guide
11931193
url: /guides/native-and-ssl
11941194
- title: Using Security with .properties File
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"java.time.Duration","key":".ttl","additionalKeys":[],"configDoc":"The default time to live of the item stored in the cache","withinAMap":false,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"ttl","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"string","key":".prefix","additionalKeys":[],"configDoc":"the key prefix allowing to identify the keys belonging to the cache. If not set, use \"cache:$cache-name\"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"prefix","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":".use-optimistic-locking","additionalKeys":[],"configDoc":"Whether the access to the cache should be using optimistic locking. See link:https://redis.io/docs/manual/transactions/#optimistic-locking-using-check-and-set[Redis Optimistic Locking] for details. Default is `false`.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"use-optimistic-locking","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
1+
[{"configDocKey":{"type":"java.time.Duration","key":".expire-after-write","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-write","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"java.time.Duration","key":".expire-after-access","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the last access of its value.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-access","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"string","key":".prefix","additionalKeys":[],"configDoc":"the key prefix allowing to identify the keys belonging to the cache. If not set, use \"cache:$cache-name\"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"prefix","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":".use-optimistic-locking","additionalKeys":[],"configDoc":"Whether the access to the cache should be using optimistic locking. See link:https://redis.io/docs/manual/transactions/#optimistic-locking-using-check-and-set[Redis Optimistic Locking] for details. Default is `false`.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"use-optimistic-locking","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.ttl","additionalKeys":[],"configDoc":"The default time to live of the item stored in the cache","withinAMap":false,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"ttl","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.cache.redis.prefix","additionalKeys":[],"configDoc":"the key prefix allowing to identify the keys belonging to the cache. If not set, use \"cache:$cache-name\"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"prefix","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.cache.redis.use-optimistic-locking","additionalKeys":[],"configDoc":"Whether the access to the cache should be using optimistic locking. See link:https://redis.io/docs/manual/transactions/#optimistic-locking-using-check-and-set[Redis Optimistic Locking] for details. Default is `false`.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"use-optimistic-locking","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocSection":{"name":"quarkus.cache.redis.caches-config","optional":false,"withinAMap":false,"sectionDetails":"= Additional configuration applied to a specific Redis cache (highest precedence)","sectionDetailsTitle":"Additional configuration applied to a specific Redis cache (highest precedence)","configPhase":"RUN_TIME","topLevelGrouping":"quarkus.cache.redis","configGroupType":"io.quarkus.cache.redis.runtime.RedisCacheRuntimeConfig","showSection":true,"configDocItems":[{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.\"cache-name\".ttl","additionalKeys":[],"configDoc":"The default time to live of the item stored in the cache","withinAMap":true,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"ttl","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.cache.redis.\"cache-name\".prefix","additionalKeys":[],"configDoc":"the key prefix allowing to identify the keys belonging to the cache. If not set, use \"cache:$cache-name\"","withinAMap":true,"defaultValue":"","javaDocSiteLink":"","docMapKey":"prefix","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.cache.redis.\"cache-name\".use-optimistic-locking","additionalKeys":[],"configDoc":"Whether the access to the cache should be using optimistic locking. See link:https://redis.io/docs/manual/transactions/#optimistic-locking-using-check-and-set[Redis Optimistic Locking] for details. Default is `false`.","withinAMap":true,"defaultValue":"","javaDocSiteLink":"","docMapKey":"use-optimistic-locking","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}}],"anchorPrefix":null}}]
1+
[{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.expire-after-write","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-write","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.expire-after-access","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the last access of its value.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-access","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.cache.redis.prefix","additionalKeys":[],"configDoc":"the key prefix allowing to identify the keys belonging to the cache. If not set, use \"cache:$cache-name\"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"prefix","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.cache.redis.use-optimistic-locking","additionalKeys":[],"configDoc":"Whether the access to the cache should be using optimistic locking. See link:https://redis.io/docs/manual/transactions/#optimistic-locking-using-check-and-set[Redis Optimistic Locking] for details. Default is `false`.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"use-optimistic-locking","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocSection":{"name":"quarkus.cache.redis.caches-config","optional":false,"withinAMap":false,"sectionDetails":"= Additional configuration applied to a specific Redis cache (highest precedence)","sectionDetailsTitle":"Additional configuration applied to a specific Redis cache (highest precedence)","configPhase":"RUN_TIME","topLevelGrouping":"quarkus.cache.redis","configGroupType":"io.quarkus.cache.redis.runtime.RedisCacheRuntimeConfig","showSection":true,"configDocItems":[{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.\"cache-name\".expire-after-write","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.","withinAMap":true,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-write","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.time.Duration","key":"quarkus.cache.redis.\"cache-name\".expire-after-access","additionalKeys":[],"configDoc":"Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the last access of its value.","withinAMap":true,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html","docMapKey":"expire-after-access","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.cache.redis.\"cache-name\".prefix","additionalKeys":[],"configDoc":"the key prefix allowing to identify the keys belonging to the cache. If not set, use \"cache:$cache-name\"","withinAMap":true,"defaultValue":"","javaDocSiteLink":"","docMapKey":"prefix","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}},{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.cache.redis.\"cache-name\".use-optimistic-locking","additionalKeys":[],"configDoc":"Whether the access to the cache should be using optimistic locking. See link:https://redis.io/docs/manual/transactions/#optimistic-locking-using-check-and-set[Redis Optimistic Locking] for details. Default is `false`.","withinAMap":true,"defaultValue":"","javaDocSiteLink":"","docMapKey":"use-optimistic-locking","configPhase":"RUN_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.cache.redis","enum":false}}],"anchorPrefix":null}}]

0 commit comments

Comments
 (0)