Skip to content

Commit a12454a

Browse files
committed
Sync documentation of main branch
1 parent 2cf3c45 commit a12454a

File tree

8 files changed

+80
-10
lines changed

8 files changed

+80
-10
lines changed

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2755,7 +2755,7 @@ endif::add-copy-button-to-config-props[]
27552755

27562756
[.description]
27572757
--
2758-
Log level to use.. Defaults to 'info'
2758+
Log level to use. Defaults to 'info'
27592759

27602760

27612761
ifdef::add-copy-button-to-env-var[]
@@ -75332,6 +75332,29 @@ endif::add-copy-button-to-env-var[]
7533275332
a|`ram`, `jdbc-tx`, `jdbc-cmt`
7533375333
|`ram`
7533475334

75335+
a|icon:lock[title=Fixed at build time] [[quarkus-quartz_quarkus-quartz-thread-pool-class]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-thread-pool-class[`quarkus.quartz.thread-pool-class`]##
75336+
ifdef::add-copy-button-to-config-props[]
75337+
config_property_copy_button:+++quarkus.quartz.thread-pool-class+++[]
75338+
endif::add-copy-button-to-config-props[]
75339+
75340+
75341+
[.description]
75342+
--
75343+
The class name of the thread pool implementation to use.
75344+
75345+
It's important to bear in mind that Quartz threads are not used to execute scheduled methods, instead the regular Quarkus thread pool is used by default. See also `quarkus.quartz.run-blocking-scheduled-method-on-quartz-thread`.
75346+
75347+
75348+
ifdef::add-copy-button-to-env-var[]
75349+
Environment variable: env_var_with_copy_button:+++QUARKUS_QUARTZ_THREAD_POOL_CLASS+++[]
75350+
endif::add-copy-button-to-env-var[]
75351+
ifndef::add-copy-button-to-env-var[]
75352+
Environment variable: `+++QUARKUS_QUARTZ_THREAD_POOL_CLASS+++`
75353+
endif::add-copy-button-to-env-var[]
75354+
--
75355+
|string
75356+
|`org.quartz.simpl.SimpleThreadPool`
75357+
7533575358
a|icon:lock[title=Fixed at build time] [[quarkus-quartz_quarkus-quartz-datasource]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-datasource[`quarkus.quartz.datasource`]##
7533675359
ifdef::add-copy-button-to-config-props[]
7533775360
config_property_copy_button:+++quarkus.quartz.datasource+++[]

_generated-doc/main/config/quarkus-container-image-buildpack.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ endif::add-copy-button-to-config-props[]
246246

247247
[.description]
248248
--
249-
Log level to use.. Defaults to 'info'
249+
Log level to use. Defaults to 'info'
250250

251251

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

_generated-doc/main/config/quarkus-container-image-buildpack_quarkus.buildpack.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ endif::add-copy-button-to-config-props[]
246246

247247
[.description]
248248
--
249-
Log level to use.. Defaults to 'info'
249+
Log level to use. Defaults to 'info'
250250

251251

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

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,29 @@ endif::add-copy-button-to-env-var[]
7878
a|`ram`, `jdbc-tx`, `jdbc-cmt`
7979
|`ram`
8080

81+
a|icon:lock[title=Fixed at build time] [[quarkus-quartz_quarkus-quartz-thread-pool-class]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-thread-pool-class[`quarkus.quartz.thread-pool-class`]##
82+
ifdef::add-copy-button-to-config-props[]
83+
config_property_copy_button:+++quarkus.quartz.thread-pool-class+++[]
84+
endif::add-copy-button-to-config-props[]
85+
86+
87+
[.description]
88+
--
89+
The class name of the thread pool implementation to use.
90+
91+
It's important to bear in mind that Quartz threads are not used to execute scheduled methods, instead the regular Quarkus thread pool is used by default. See also `quarkus.quartz.run-blocking-scheduled-method-on-quartz-thread`.
92+
93+
94+
ifdef::add-copy-button-to-env-var[]
95+
Environment variable: env_var_with_copy_button:+++QUARKUS_QUARTZ_THREAD_POOL_CLASS+++[]
96+
endif::add-copy-button-to-env-var[]
97+
ifndef::add-copy-button-to-env-var[]
98+
Environment variable: `+++QUARKUS_QUARTZ_THREAD_POOL_CLASS+++`
99+
endif::add-copy-button-to-env-var[]
100+
--
101+
|string
102+
|`org.quartz.simpl.SimpleThreadPool`
103+
81104
a|icon:lock[title=Fixed at build time] [[quarkus-quartz_quarkus-quartz-datasource]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-datasource[`quarkus.quartz.datasource`]##
82105
ifdef::add-copy-button-to-config-props[]
83106
config_property_copy_button:+++quarkus.quartz.datasource+++[]

_generated-doc/main/config/quarkus-quartz_quarkus.quartz.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,29 @@ endif::add-copy-button-to-env-var[]
7878
a|`ram`, `jdbc-tx`, `jdbc-cmt`
7979
|`ram`
8080

81+
a|icon:lock[title=Fixed at build time] [[quarkus-quartz_quarkus-quartz-thread-pool-class]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-thread-pool-class[`quarkus.quartz.thread-pool-class`]##
82+
ifdef::add-copy-button-to-config-props[]
83+
config_property_copy_button:+++quarkus.quartz.thread-pool-class+++[]
84+
endif::add-copy-button-to-config-props[]
85+
86+
87+
[.description]
88+
--
89+
The class name of the thread pool implementation to use.
90+
91+
It's important to bear in mind that Quartz threads are not used to execute scheduled methods, instead the regular Quarkus thread pool is used by default. See also `quarkus.quartz.run-blocking-scheduled-method-on-quartz-thread`.
92+
93+
94+
ifdef::add-copy-button-to-env-var[]
95+
Environment variable: env_var_with_copy_button:+++QUARKUS_QUARTZ_THREAD_POOL_CLASS+++[]
96+
endif::add-copy-button-to-env-var[]
97+
ifndef::add-copy-button-to-env-var[]
98+
Environment variable: `+++QUARKUS_QUARTZ_THREAD_POOL_CLASS+++`
99+
endif::add-copy-button-to-env-var[]
100+
--
101+
|string
102+
|`org.quartz.simpl.SimpleThreadPool`
103+
81104
a|icon:lock[title=Fixed at build time] [[quarkus-quartz_quarkus-quartz-datasource]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-datasource[`quarkus.quartz.datasource`]##
82105
ifdef::add-copy-button-to-config-props[]
83106
config_property_copy_button:+++quarkus.quartz.datasource+++[]

_versions/main/guides/context-propagation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ them to the client as JSON using xref:rest-json.adoc[Jackson or JSON-B]:
135135
// Create a REST client to the Star Wars API
136136
WebClient client = WebClient.create(vertx,
137137
new WebClientOptions()
138-
.setDefaultHost("swapi.net")
138+
.setDefaultHost("swapi.tech")
139139
.setDefaultPort(443)
140140
.setSsl(true));
141141
// get the list of Star Wars people, with context capture

_versions/main/guides/mongodb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public class FruitResource {
217217
The implementation is pretty straightforward, and you just need to define your endpoints using the Jakarta REST annotations and use the `FruitService` to list/add new fruits.
218218

219219
== Configuring the MongoDB database
220-
The main property to configure is the URL to access to MongoDB. Almost all configuration can be included in the connection URI, so we advise you to do so. You can find more information in the MongoDB documentation: https://docs.mongodb.com/manual/reference/connection-string/
220+
The main property to configure is the URL to access the MongoDB instance. Almost all configuration can be included in the connection URI, so we advise you to do so. You can find more information in the MongoDB documentation: https://docs.mongodb.com/manual/reference/connection-string/
221221

222222
A sample configuration should look like this:
223223

_versions/main/guides/security-webauthn.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -654,10 +654,11 @@ This causes a cookie to be set for the challenge, it will be used by the registr
654654
}
655655
],
656656
"authenticatorSelection": {
657-
"requireResidentKey": false,
658-
"userVerification": "discouraged"
657+
"requireResidentKey": true,
658+
"residentKey": "required",
659+
"userVerification": "required"
659660
},
660-
"timeout": 60000,
661+
"timeout": 300000,
661662
"attestation": "none",
662663
"extensions": {
663664
"txAuthSimple": ""
@@ -710,8 +711,8 @@ This causes a cookie to be set for the challenge, it will be used by the login s
710711
----
711712
{
712713
"challenge": "RV4hqKHezkWSxpOICBkpx16yPJFGMZrkPlJP-Wp8w4rVl34VIzCT7AP0Q5Rv-3JCU3jwu-j3VlOgyNMDk2AqDg",
713-
"timeout": 60000,
714-
"userVerification": "discouraged",
714+
"timeout": 300000,
715+
"userVerification": "required",
715716
"extensions": {
716717
"txAuthSimple": ""
717718
},

0 commit comments

Comments
 (0)