Skip to content

Commit da0375a

Browse files
committed
Sync documentation of main branch
1 parent 5182c1f commit da0375a

7 files changed

+217
-46
lines changed

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

+42
Original file line numberDiff line numberDiff line change
@@ -64618,6 +64618,27 @@ endif::add-copy-button-to-env-var[]
6461864618
|string
6461964619
|`quarkus-dev-service-lgtm`
6462064620

64621+
a|icon:lock[title=Fixed at build time] [[quarkus-observability-devservices_quarkus-observability-lgtm-logging]] [.property-path]##link:#quarkus-observability-devservices_quarkus-observability-lgtm-logging[`quarkus.observability.lgtm.logging`]##
64622+
ifdef::add-copy-button-to-config-props[]
64623+
config_property_copy_button:+++quarkus.observability.lgtm.logging+++[]
64624+
endif::add-copy-button-to-config-props[]
64625+
64626+
64627+
[.description]
64628+
--
64629+
Set of components to log. Comma separated set of components whose container log we want to output.
64630+
64631+
64632+
ifdef::add-copy-button-to-env-var[]
64633+
Environment variable: env_var_with_copy_button:+++QUARKUS_OBSERVABILITY_LGTM_LOGGING+++[]
64634+
endif::add-copy-button-to-env-var[]
64635+
ifndef::add-copy-button-to-env-var[]
64636+
Environment variable: `+++QUARKUS_OBSERVABILITY_LGTM_LOGGING+++`
64637+
endif::add-copy-button-to-env-var[]
64638+
--
64639+
a|list of `grafana`, `loki`, `prometheus`, `tempo`, `otelcol`, `all`
64640+
|
64641+
6462164642
a|icon:lock[title=Fixed at build time] [[quarkus-observability-devservices_quarkus-observability-lgtm-otlp-protocol]] [.property-path]##link:#quarkus-observability-devservices_quarkus-observability-lgtm-otlp-protocol[`quarkus.observability.lgtm.otlp-protocol`]##
6462264643
ifdef::add-copy-button-to-config-props[]
6462364644
config_property_copy_button:+++quarkus.observability.lgtm.otlp-protocol+++[]
@@ -93131,6 +93152,27 @@ endif::add-copy-button-to-env-var[]
9313193152
a|tooltip:auto[The context is only activated if needed.], tooltip:always[The context is always activated.]
9313293153
|tooltip:auto[The context is only activated if needed.]
9313393154

93155+
a|icon:lock[title=Fixed at build time] [[quarkus-websockets-next_quarkus-websockets-next-server-propagate-subprotocol-headers]] [.property-path]##link:#quarkus-websockets-next_quarkus-websockets-next-server-propagate-subprotocol-headers[`quarkus.websockets-next.server.propagate-subprotocol-headers`]##
93156+
ifdef::add-copy-button-to-config-props[]
93157+
config_property_copy_button:+++quarkus.websockets-next.server.propagate-subprotocol-headers+++[]
93158+
endif::add-copy-button-to-config-props[]
93159+
93160+
93161+
[.description]
93162+
--
93163+
If enabled, the WebSocket opening handshake headers are enhanced with the 'Sec-WebSocket-Protocol' sub-protocol that match format 'quarkus-http-upgrade++#++header-name++#++header-value'. If the WebSocket client interface does not support setting headers to the WebSocket opening handshake, this is a way how to set authorization header required to authenticate user. The 'quarkus-http-upgrade' sub-protocol is removed and server selects from the sub-protocol one that is supported (don't forget to configure the 'quarkus.websockets-next.server.supported-subprotocols' property). *IMPORTANT: We strongly recommend to only enable this feature if the HTTP connection is encrypted via TLS, CORS origin check is enabled and custom WebSocket ticket system is in place. Please see the Quarkus WebSockets Next reference for more information.*
93164+
93165+
93166+
ifdef::add-copy-button-to-env-var[]
93167+
Environment variable: env_var_with_copy_button:+++QUARKUS_WEBSOCKETS_NEXT_SERVER_PROPAGATE_SUBPROTOCOL_HEADERS+++[]
93168+
endif::add-copy-button-to-env-var[]
93169+
ifndef::add-copy-button-to-env-var[]
93170+
Environment variable: `+++QUARKUS_WEBSOCKETS_NEXT_SERVER_PROPAGATE_SUBPROTOCOL_HEADERS+++`
93171+
endif::add-copy-button-to-env-var[]
93172+
--
93173+
|boolean
93174+
|`false`
93175+
9313493176
a| [[quarkus-websockets-next_quarkus-websockets-next-server-supported-subprotocols]] [.property-path]##link:#quarkus-websockets-next_quarkus-websockets-next-server-supported-subprotocols[`quarkus.websockets-next.server.supported-subprotocols`]##
9313593177
ifdef::add-copy-button-to-config-props[]
9313693178
config_property_copy_button:+++quarkus.websockets-next.server.supported-subprotocols+++[]

_generated-doc/main/config/quarkus-observability-devservices.adoc

+21
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,27 @@ endif::add-copy-button-to-env-var[]
229229
|string
230230
|`quarkus-dev-service-lgtm`
231231

232+
a|icon:lock[title=Fixed at build time] [[quarkus-observability-devservices_quarkus-observability-lgtm-logging]] [.property-path]##link:#quarkus-observability-devservices_quarkus-observability-lgtm-logging[`quarkus.observability.lgtm.logging`]##
233+
ifdef::add-copy-button-to-config-props[]
234+
config_property_copy_button:+++quarkus.observability.lgtm.logging+++[]
235+
endif::add-copy-button-to-config-props[]
236+
237+
238+
[.description]
239+
--
240+
Set of components to log. Comma separated set of components whose container log we want to output.
241+
242+
243+
ifdef::add-copy-button-to-env-var[]
244+
Environment variable: env_var_with_copy_button:+++QUARKUS_OBSERVABILITY_LGTM_LOGGING+++[]
245+
endif::add-copy-button-to-env-var[]
246+
ifndef::add-copy-button-to-env-var[]
247+
Environment variable: `+++QUARKUS_OBSERVABILITY_LGTM_LOGGING+++`
248+
endif::add-copy-button-to-env-var[]
249+
--
250+
a|list of `grafana`, `loki`, `prometheus`, `tempo`, `otelcol`, `all`
251+
|
252+
232253
a|icon:lock[title=Fixed at build time] [[quarkus-observability-devservices_quarkus-observability-lgtm-otlp-protocol]] [.property-path]##link:#quarkus-observability-devservices_quarkus-observability-lgtm-otlp-protocol[`quarkus.observability.lgtm.otlp-protocol`]##
233254
ifdef::add-copy-button-to-config-props[]
234255
config_property_copy_button:+++quarkus.observability.lgtm.otlp-protocol+++[]

_generated-doc/main/config/quarkus-observability-devservices_quarkus.observability.adoc

+21
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,27 @@ endif::add-copy-button-to-env-var[]
229229
|string
230230
|`quarkus-dev-service-lgtm`
231231

232+
a|icon:lock[title=Fixed at build time] [[quarkus-observability-devservices_quarkus-observability-lgtm-logging]] [.property-path]##link:#quarkus-observability-devservices_quarkus-observability-lgtm-logging[`quarkus.observability.lgtm.logging`]##
233+
ifdef::add-copy-button-to-config-props[]
234+
config_property_copy_button:+++quarkus.observability.lgtm.logging+++[]
235+
endif::add-copy-button-to-config-props[]
236+
237+
238+
[.description]
239+
--
240+
Set of components to log. Comma separated set of components whose container log we want to output.
241+
242+
243+
ifdef::add-copy-button-to-env-var[]
244+
Environment variable: env_var_with_copy_button:+++QUARKUS_OBSERVABILITY_LGTM_LOGGING+++[]
245+
endif::add-copy-button-to-env-var[]
246+
ifndef::add-copy-button-to-env-var[]
247+
Environment variable: `+++QUARKUS_OBSERVABILITY_LGTM_LOGGING+++`
248+
endif::add-copy-button-to-env-var[]
249+
--
250+
a|list of `grafana`, `loki`, `prometheus`, `tempo`, `otelcol`, `all`
251+
|
252+
232253
a|icon:lock[title=Fixed at build time] [[quarkus-observability-devservices_quarkus-observability-lgtm-otlp-protocol]] [.property-path]##link:#quarkus-observability-devservices_quarkus-observability-lgtm-otlp-protocol[`quarkus.observability.lgtm.otlp-protocol`]##
233254
ifdef::add-copy-button-to-config-props[]
234255
config_property_copy_button:+++quarkus.observability.lgtm.otlp-protocol+++[]

_generated-doc/main/config/quarkus-websockets-next.adoc

+21
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,27 @@ endif::add-copy-button-to-env-var[]
4949
a|tooltip:auto[The context is only activated if needed.], tooltip:always[The context is always activated.]
5050
|tooltip:auto[The context is only activated if needed.]
5151

52+
a|icon:lock[title=Fixed at build time] [[quarkus-websockets-next_quarkus-websockets-next-server-propagate-subprotocol-headers]] [.property-path]##link:#quarkus-websockets-next_quarkus-websockets-next-server-propagate-subprotocol-headers[`quarkus.websockets-next.server.propagate-subprotocol-headers`]##
53+
ifdef::add-copy-button-to-config-props[]
54+
config_property_copy_button:+++quarkus.websockets-next.server.propagate-subprotocol-headers+++[]
55+
endif::add-copy-button-to-config-props[]
56+
57+
58+
[.description]
59+
--
60+
If enabled, the WebSocket opening handshake headers are enhanced with the 'Sec-WebSocket-Protocol' sub-protocol that match format 'quarkus-http-upgrade++#++header-name++#++header-value'. If the WebSocket client interface does not support setting headers to the WebSocket opening handshake, this is a way how to set authorization header required to authenticate user. The 'quarkus-http-upgrade' sub-protocol is removed and server selects from the sub-protocol one that is supported (don't forget to configure the 'quarkus.websockets-next.server.supported-subprotocols' property). *IMPORTANT: We strongly recommend to only enable this feature if the HTTP connection is encrypted via TLS, CORS origin check is enabled and custom WebSocket ticket system is in place. Please see the Quarkus WebSockets Next reference for more information.*
61+
62+
63+
ifdef::add-copy-button-to-env-var[]
64+
Environment variable: env_var_with_copy_button:+++QUARKUS_WEBSOCKETS_NEXT_SERVER_PROPAGATE_SUBPROTOCOL_HEADERS+++[]
65+
endif::add-copy-button-to-env-var[]
66+
ifndef::add-copy-button-to-env-var[]
67+
Environment variable: `+++QUARKUS_WEBSOCKETS_NEXT_SERVER_PROPAGATE_SUBPROTOCOL_HEADERS+++`
68+
endif::add-copy-button-to-env-var[]
69+
--
70+
|boolean
71+
|`false`
72+
5273
a| [[quarkus-websockets-next_quarkus-websockets-next-server-supported-subprotocols]] [.property-path]##link:#quarkus-websockets-next_quarkus-websockets-next-server-supported-subprotocols[`quarkus.websockets-next.server.supported-subprotocols`]##
5374
ifdef::add-copy-button-to-config-props[]
5475
config_property_copy_button:+++quarkus.websockets-next.server.supported-subprotocols+++[]

_generated-doc/main/config/quarkus-websockets-next_quarkus.websockets-next.adoc

+21
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,27 @@ endif::add-copy-button-to-env-var[]
4949
a|tooltip:auto[The context is only activated if needed.], tooltip:always[The context is always activated.]
5050
|tooltip:auto[The context is only activated if needed.]
5151

52+
a|icon:lock[title=Fixed at build time] [[quarkus-websockets-next_quarkus-websockets-next-server-propagate-subprotocol-headers]] [.property-path]##link:#quarkus-websockets-next_quarkus-websockets-next-server-propagate-subprotocol-headers[`quarkus.websockets-next.server.propagate-subprotocol-headers`]##
53+
ifdef::add-copy-button-to-config-props[]
54+
config_property_copy_button:+++quarkus.websockets-next.server.propagate-subprotocol-headers+++[]
55+
endif::add-copy-button-to-config-props[]
56+
57+
58+
[.description]
59+
--
60+
If enabled, the WebSocket opening handshake headers are enhanced with the 'Sec-WebSocket-Protocol' sub-protocol that match format 'quarkus-http-upgrade++#++header-name++#++header-value'. If the WebSocket client interface does not support setting headers to the WebSocket opening handshake, this is a way how to set authorization header required to authenticate user. The 'quarkus-http-upgrade' sub-protocol is removed and server selects from the sub-protocol one that is supported (don't forget to configure the 'quarkus.websockets-next.server.supported-subprotocols' property). *IMPORTANT: We strongly recommend to only enable this feature if the HTTP connection is encrypted via TLS, CORS origin check is enabled and custom WebSocket ticket system is in place. Please see the Quarkus WebSockets Next reference for more information.*
61+
62+
63+
ifdef::add-copy-button-to-env-var[]
64+
Environment variable: env_var_with_copy_button:+++QUARKUS_WEBSOCKETS_NEXT_SERVER_PROPAGATE_SUBPROTOCOL_HEADERS+++[]
65+
endif::add-copy-button-to-env-var[]
66+
ifndef::add-copy-button-to-env-var[]
67+
Environment variable: `+++QUARKUS_WEBSOCKETS_NEXT_SERVER_PROPAGATE_SUBPROTOCOL_HEADERS+++`
68+
endif::add-copy-button-to-env-var[]
69+
--
70+
|boolean
71+
|`false`
72+
5273
a| [[quarkus-websockets-next_quarkus-websockets-next-server-supported-subprotocols]] [.property-path]##link:#quarkus-websockets-next_quarkus-websockets-next-server-supported-subprotocols[`quarkus.websockets-next.server.supported-subprotocols`]##
5374
ifdef::add-copy-button-to-config-props[]
5475
config_property_copy_button:+++quarkus.websockets-next.server.supported-subprotocols+++[]

0 commit comments

Comments
 (0)