Skip to content

Commit d4a680c

Browse files
committed
Sync documentation of main branch
1 parent 4661772 commit d4a680c

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12687,7 +12687,7 @@ endif::add-copy-button-to-config-props[]
1268712687
--
1268812688
If this is true (the default) then HTTP/2 will be enabled.
1268912689

12690-
Note that for browsers to be able to use it HTTPS must be enabled, and you must be running on JDK11 or above, as JDK8 does not support ALPN.
12690+
Note that for browsers to be able to use it HTTPS must be enabled.
1269112691

1269212692

1269312693
ifdef::add-copy-button-to-env-var[]
@@ -32558,7 +32558,7 @@ endif::add-copy-button-to-config-props[]
3255832558

3255932559
[.description]
3256032560
--
32561-
If set, Jackson will default to using the specified timezone when formatting dates. Some examples values are "Asia/Jakarta" and "GMT{plus}3". If not set, Jackson will use its own default.
32561+
If set, Jackson will default to using the specified timezone when formatting dates. Some examples values are "Asia/Jakarta" and "GMT{plus}3".
3256232562

3256332563

3256432564
ifdef::add-copy-button-to-env-var[]
@@ -32600,7 +32600,9 @@ endif::add-copy-button-to-config-props[]
3260032600

3260132601
[.description]
3260232602
--
32603-
Defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names"). The value can be one of the one of the constants in `com.fasterxml.jackson.databind.PropertyNamingStrategies`, so for example, `LOWER_CAMEL_CASE` or `UPPER_CAMEL_CASE`. The value can also be a fully qualified class name of a `com.fasterxml.jackson.databind.PropertyNamingStrategy` subclass.
32603+
Defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names"). The value can be one of the one of the constants in `com.fasterxml.jackson.databind.PropertyNamingStrategies`, so for example, `LOWER_CAMEL_CASE` or `UPPER_CAMEL_CASE`.
32604+
32605+
The value can also be a fully qualified class name of a `com.fasterxml.jackson.databind.PropertyNamingStrategy` subclass.
3260432606

3260532607

3260632608
ifdef::add-copy-button-to-env-var[]

_generated-doc/main/config/quarkus-jackson.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ endif::add-copy-button-to-config-props[]
122122

123123
[.description]
124124
--
125-
If set, Jackson will default to using the specified timezone when formatting dates. Some examples values are "Asia/Jakarta" and "GMT{plus}3". If not set, Jackson will use its own default.
125+
If set, Jackson will default to using the specified timezone when formatting dates. Some examples values are "Asia/Jakarta" and "GMT{plus}3".
126126

127127

128128
ifdef::add-copy-button-to-env-var[]
@@ -164,7 +164,9 @@ endif::add-copy-button-to-config-props[]
164164

165165
[.description]
166166
--
167-
Defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names"). The value can be one of the one of the constants in `com.fasterxml.jackson.databind.PropertyNamingStrategies`, so for example, `LOWER_CAMEL_CASE` or `UPPER_CAMEL_CASE`. The value can also be a fully qualified class name of a `com.fasterxml.jackson.databind.PropertyNamingStrategy` subclass.
167+
Defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names"). The value can be one of the one of the constants in `com.fasterxml.jackson.databind.PropertyNamingStrategies`, so for example, `LOWER_CAMEL_CASE` or `UPPER_CAMEL_CASE`.
168+
169+
The value can also be a fully qualified class name of a `com.fasterxml.jackson.databind.PropertyNamingStrategy` subclass.
168170

169171

170172
ifdef::add-copy-button-to-env-var[]

_generated-doc/main/config/quarkus-jackson_quarkus.jackson.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ endif::add-copy-button-to-config-props[]
122122

123123
[.description]
124124
--
125-
If set, Jackson will default to using the specified timezone when formatting dates. Some examples values are "Asia/Jakarta" and "GMT{plus}3". If not set, Jackson will use its own default.
125+
If set, Jackson will default to using the specified timezone when formatting dates. Some examples values are "Asia/Jakarta" and "GMT{plus}3".
126126

127127

128128
ifdef::add-copy-button-to-env-var[]
@@ -164,7 +164,9 @@ endif::add-copy-button-to-config-props[]
164164

165165
[.description]
166166
--
167-
Defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names"). The value can be one of the one of the constants in `com.fasterxml.jackson.databind.PropertyNamingStrategies`, so for example, `LOWER_CAMEL_CASE` or `UPPER_CAMEL_CASE`. The value can also be a fully qualified class name of a `com.fasterxml.jackson.databind.PropertyNamingStrategy` subclass.
167+
Defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names"). The value can be one of the one of the constants in `com.fasterxml.jackson.databind.PropertyNamingStrategies`, so for example, `LOWER_CAMEL_CASE` or `UPPER_CAMEL_CASE`.
168+
169+
The value can also be a fully qualified class name of a `com.fasterxml.jackson.databind.PropertyNamingStrategy` subclass.
168170

169171

170172
ifdef::add-copy-button-to-env-var[]

_generated-doc/main/config/quarkus-vertx-http_quarkus.http.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ endif::add-copy-button-to-config-props[]
582582
--
583583
If this is true (the default) then HTTP/2 will be enabled.
584584

585-
Note that for browsers to be able to use it HTTPS must be enabled, and you must be running on JDK11 or above, as JDK8 does not support ALPN.
585+
Note that for browsers to be able to use it HTTPS must be enabled.
586586

587587

588588
ifdef::add-copy-button-to-env-var[]

0 commit comments

Comments
 (0)