Skip to content

Commit acd2514

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent 38106be commit acd2514

20 files changed

+132
-21
lines changed

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

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12195,6 +12195,27 @@ endif::add-copy-button-to-env-var[]
1219512195
|string
1219612196
|`X-Forwarded-Prefix`
1219712197

12198+
a| [[quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header[`quarkus.http.proxy.enable-trusted-proxy-header`]##
12199+
12200+
[.description]
12201+
--
12202+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
12203+
12204+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
12205+
12206+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
12207+
12208+
12209+
ifdef::add-copy-button-to-env-var[]
12210+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
12211+
endif::add-copy-button-to-env-var[]
12212+
ifndef::add-copy-button-to-env-var[]
12213+
Environment variable: `+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
12214+
endif::add-copy-button-to-env-var[]
12215+
--
12216+
|boolean
12217+
|`false`
12218+
1219812219
a| [[quarkus-vertx-http_quarkus-http-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-trusted-proxies[`quarkus.http.proxy.trusted-proxies`]##
1219912220

1220012221
[.description]
@@ -13528,6 +13549,27 @@ endif::add-copy-button-to-env-var[]
1352813549
|string
1352913550
|`X-Forwarded-Prefix`
1353013551

13552+
a| [[quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header[`quarkus.management.proxy.enable-trusted-proxy-header`]##
13553+
13554+
[.description]
13555+
--
13556+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
13557+
13558+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
13559+
13560+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
13561+
13562+
13563+
ifdef::add-copy-button-to-env-var[]
13564+
Environment variable: env_var_with_copy_button:+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
13565+
endif::add-copy-button-to-env-var[]
13566+
ifndef::add-copy-button-to-env-var[]
13567+
Environment variable: `+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
13568+
endif::add-copy-button-to-env-var[]
13569+
--
13570+
|boolean
13571+
|`false`
13572+
1353113573
a| [[quarkus-vertx-http_quarkus-management-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-trusted-proxies[`quarkus.management.proxy.trusted-proxies`]##
1353213574

1353313575
[.description]
@@ -62600,6 +62642,8 @@ a| [[quarkus-quartz_quarkus-quartz-thread-count]] [.property-path]##link:#quarku
6260062642
--
6260162643
The size of scheduler thread pool. This will initialize the number of worker threads in the pool.
6260262644

62645+
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`.
62646+
6260362647

6260462648
ifdef::add-copy-button-to-env-var[]
6260562649
Environment variable: env_var_with_copy_button:+++QUARKUS_QUARTZ_THREAD_COUNT+++[]
@@ -62609,7 +62653,7 @@ Environment variable: `+++QUARKUS_QUARTZ_THREAD_COUNT+++`
6260962653
endif::add-copy-button-to-env-var[]
6261062654
--
6261162655
|int
62612-
|`25`
62656+
|`10`
6261362657

6261462658
a| [[quarkus-quartz_quarkus-quartz-thread-priority]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-thread-priority[`quarkus.quartz.thread-priority`]##
6261562659

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ a| [[quarkus-quartz_quarkus-quartz-thread-count]] [.property-path]##link:#quarku
226226
--
227227
The size of scheduler thread pool. This will initialize the number of worker threads in the pool.
228228

229+
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`.
230+
229231

230232
ifdef::add-copy-button-to-env-var[]
231233
Environment variable: env_var_with_copy_button:+++QUARKUS_QUARTZ_THREAD_COUNT+++[]
@@ -235,7 +237,7 @@ Environment variable: `+++QUARKUS_QUARTZ_THREAD_COUNT+++`
235237
endif::add-copy-button-to-env-var[]
236238
--
237239
|int
238-
|`25`
240+
|`10`
239241

240242
a| [[quarkus-quartz_quarkus-quartz-thread-priority]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-thread-priority[`quarkus.quartz.thread-priority`]##
241243

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ a| [[quarkus-quartz_quarkus-quartz-thread-count]] [.property-path]##link:#quarku
226226
--
227227
The size of scheduler thread pool. This will initialize the number of worker threads in the pool.
228228

229+
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`.
230+
229231

230232
ifdef::add-copy-button-to-env-var[]
231233
Environment variable: env_var_with_copy_button:+++QUARKUS_QUARTZ_THREAD_COUNT+++[]
@@ -235,7 +237,7 @@ Environment variable: `+++QUARKUS_QUARTZ_THREAD_COUNT+++`
235237
endif::add-copy-button-to-env-var[]
236238
--
237239
|int
238-
|`25`
240+
|`10`
239241

240242
a| [[quarkus-quartz_quarkus-quartz-thread-priority]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-thread-priority[`quarkus.quartz.thread-priority`]##
241243

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2947,6 +2947,27 @@ endif::add-copy-button-to-env-var[]
29472947
|string
29482948
|`X-Forwarded-Prefix`
29492949

2950+
a| [[quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header[`quarkus.http.proxy.enable-trusted-proxy-header`]##
2951+
2952+
[.description]
2953+
--
2954+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
2955+
2956+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
2957+
2958+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
2959+
2960+
2961+
ifdef::add-copy-button-to-env-var[]
2962+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
2963+
endif::add-copy-button-to-env-var[]
2964+
ifndef::add-copy-button-to-env-var[]
2965+
Environment variable: `+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
2966+
endif::add-copy-button-to-env-var[]
2967+
--
2968+
|boolean
2969+
|`false`
2970+
29502971
a| [[quarkus-vertx-http_quarkus-http-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-trusted-proxies[`quarkus.http.proxy.trusted-proxies`]##
29512972

29522973
[.description]

_generated-doc/latest/config/quarkus-vertx-http_quarkus.management.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,27 @@ endif::add-copy-button-to-env-var[]
12661266
|string
12671267
|`X-Forwarded-Prefix`
12681268

1269+
a| [[quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header[`quarkus.management.proxy.enable-trusted-proxy-header`]##
1270+
1271+
[.description]
1272+
--
1273+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
1274+
1275+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
1276+
1277+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
1278+
1279+
1280+
ifdef::add-copy-button-to-env-var[]
1281+
Environment variable: env_var_with_copy_button:+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
1282+
endif::add-copy-button-to-env-var[]
1283+
ifndef::add-copy-button-to-env-var[]
1284+
Environment variable: `+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
1285+
endif::add-copy-button-to-env-var[]
1286+
--
1287+
|boolean
1288+
|`false`
1289+
12691290
a| [[quarkus-vertx-http_quarkus-management-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-trusted-proxies[`quarkus.management.proxy.trusted-proxies`]##
12701291

12711292
[.description]

_guides/_attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Common attributes.
22
// --> No blank lines (it ends the document header)
33
:project-name: Quarkus
4-
:quarkus-version: 3.16.1
4+
:quarkus-version: 3.16.2
55
:quarkus-platform-groupid: io.quarkus.platform
66
// .
77
:maven-version: 3.9.9
@@ -41,7 +41,7 @@
4141
:quarkus-blob-url: https://github.com/quarkusio/quarkus/blob/main
4242
:quarkus-tree-url: https://github.com/quarkusio/quarkus/tree/main
4343
:quarkus-issues-url: https://github.com/quarkusio/quarkus/issues
44-
:quarkus-images-url: https://github.com/quarkusio/quarkus-images/tree
44+
:quarkus-images-url: https://github.com/quarkusio/quarkus-images
4545
:quarkus-chat-url: https://quarkusio.zulipchat.com
4646
:quarkus-mailing-list-subscription-email: [email protected]
4747
:quarkus-mailing-list-index: https://groups.google.com/d/forum/quarkus-dev

_guides/deploying-to-google-cloud.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Then, you will need to create a `src/main/appengine/app.yaml` file, let's keep i
6060

6161
[source, yaml]
6262
----
63-
runtime: java11
63+
runtime: java21
6464
----
6565

6666
This will create a default service for your App Engine application.
6767

6868
[NOTE]
6969
====
70-
You can also use the new Java 17 runtime by defining `runtime: java17` instead.
70+
You can also use another Java runtime supported by App Engine, for example, for Java 17, use `runtime: java17` instead.
7171
====
7272

7373
App Engine Standard does not support the default Quarkus' specific packaging layout, therefore, you must set up your application to be packaged as an uber-jar via your `application.properties` file:
@@ -114,7 +114,7 @@ First, add the plugin to your `pom.xml`:
114114
<plugin>
115115
<groupId>com.google.cloud.tools</groupId>
116116
<artifactId>appengine-maven-plugin</artifactId>
117-
<version>2.4.4</version>
117+
<version>2.7.0</version>
118118
<configuration>
119119
<projectId>GCLOUD_CONFIG</projectId> <1>
120120
<version>gettingstarted</version>

_guides/dev-ui.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ import 'qui-ide-link';
747747
<qui-ide-link title='Source full class name'
748748
class='text-source'
749749
fileName='${sourceClassNameFull}'
750-
lineNumber=${sourceLineNumber}>[${sourceClassNameFull}]</qui-ide-link>;
750+
lineNumber='${sourceLineNumber}'>[${sourceClassNameFull}]</qui-ide-link>;
751751
----
752752

753753
https://github.com/quarkusio/quarkus/blob/582f1f78806d2268885faea7aa8f5a4d2b3f5b98/extensions/vertx-http/dev-ui-resources/src/main/resources/dev-ui/qwc/qwc-server-log.js#L315[Example code]

_guides/getting-started-reactive.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ Create the `src/main/java/org/acme/hibernate/orm/panache/FruitResource.java` fil
184184
----
185185
package org.acme.hibernate.orm.panache;
186186
187+
import java.util.List;
188+
189+
import io.quarkus.panache.common.Sort;
190+
import io.smallrye.mutiny.Uni;
187191
import jakarta.enterprise.context.ApplicationScoped;
188192
import jakarta.ws.rs.Path;
189193

_guides/images/oidc-facebook-1.png

121 KB
Loading

0 commit comments

Comments
 (0)