Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 6, 2023
1 parent 9dc315f commit ac75fea
Show file tree
Hide file tree
Showing 16 changed files with 302 additions and 73 deletions.
14 changes: 7 additions & 7 deletions _data/versioned/main/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ types:
- title: Logging configuration
filename: logging.adoc
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."
categories: "getting-started, core"
categories: "core, getting-started"
id: logging
type: reference
url: /guides/logging
Expand Down Expand Up @@ -166,7 +166,7 @@ types:
- title: "Duplicated context, context locals, asynchronous processing and propagation"
filename: duplicated-context.adoc
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
categories: "architecture, core"
categories: "core, architecture"
id: duplicated-context
type: concepts
url: /guides/duplicated-context
Expand Down Expand Up @@ -559,7 +559,7 @@ types:
- title: Dev Services for Databases
filename: databases-dev-services.adoc
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."
categories: "data, tooling"
categories: "tooling, data"
type: guide
url: /guides/databases-dev-services
- title: Dev Services for Elasticsearch
Expand Down Expand Up @@ -998,7 +998,7 @@ types:
- title: Simplified Hibernate ORM with Panache and Kotlin
filename: hibernate-orm-panache-kotlin.adoc
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
categories: "data, alt-languages"
categories: "alt-languages, data"
type: guide
url: /guides/hibernate-orm-panache-kotlin
- title: Simplified Hibernate Reactive with Panache
Expand All @@ -1016,7 +1016,7 @@ types:
- title: Simplified MongoDB with Panache and Kotlin
filename: mongodb-panache-kotlin.adoc
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
categories: "data, alt-languages"
categories: "alt-languages, data"
type: guide
url: /guides/mongodb-panache-kotlin
- title: SmallRye Fault Tolerance
Expand Down Expand Up @@ -1059,7 +1059,7 @@ types:
- title: Tips for writing native applications
filename: writing-native-applications-tips.adoc
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
categories: "writing-extensions, core, native"
categories: "core, writing-extensions, native"
type: guide
url: /guides/writing-native-applications-tips
- title: Using Apache Kafka Streams
Expand Down Expand Up @@ -1188,7 +1188,7 @@ types:
- title: Using SSL With Native Executables
filename: native-and-ssl.adoc
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."
categories: "security, core, native"
categories: "core, security, native"
type: guide
url: /guides/native-and-ssl
- title: Using Security with .properties File
Expand Down
Original file line number Diff line number Diff line change
@@ -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}}]
[{"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}}]
Original file line number Diff line number Diff line change
@@ -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}}]
[{"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}}]
Loading

0 comments on commit ac75fea

Please sign in to comment.