Skip to content

Commit e569ffb

Browse files
committed
Sync documentation of main branch
1 parent 32e4717 commit e569ffb

14 files changed

+75
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"java.lang.Boolean","key":".enabled","additionalKeys":[],"configDoc":"If Dev Services for Pulsar has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present. For Pulsar, Dev Services starts a broker unless `pulsar.client.serviceUrl` is set or if all the Reactive Messaging Pulsar channel are configured with `serviceUrl`.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_ENABLED","enum":false}},{"configDocKey":{"type":"java.lang.Integer","key":".port","additionalKeys":[],"configDoc":"Optional fixed port the dev service will listen to.\n\nIf not defined, the port will be chosen randomly.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_PORT","enum":false}},{"configDocKey":{"type":"string","key":".image-name","additionalKeys":[],"configDoc":"The image to use. Note that only Apache Pulsar images are supported. Specifically, the image repository must end with `apachepulsar/pulsar`. Check https://hub.docker.com/r/apachepulsar/pulsar to find the available versions.","withinAMap":false,"defaultValue":"apachepulsar/pulsar:3.0.0","javaDocSiteLink":"","docMapKey":"image-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_IMAGE_NAME","enum":false}},{"configDocKey":{"type":"boolean","key":".shared","additionalKeys":[],"configDoc":"Indicates if the Pulsar broker managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for Pulsar starts a new container.\n\nThe discovery uses the `quarkus-dev-service-pulsar` label. The value is configured using the `service-name` property.\n\nContainer sharing is only used in dev mode.","withinAMap":false,"defaultValue":"true","javaDocSiteLink":"","docMapKey":"shared","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_SHARED","enum":false}},{"configDocKey":{"type":"string","key":".service-name","additionalKeys":[],"configDoc":"The value of the `quarkus-dev-service-pulsar` label attached to the started container. This property is used when `shared` is set to `true`. In this case, before starting a container, Dev Services for Pulsar looks for a container with the `quarkus-dev-service-pulsar` label set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with the `quarkus-dev-service-pulsar` label set to the specified value.\n\nThis property is used when you need multiple shared Pulsar brokers.","withinAMap":false,"defaultValue":"pulsar","javaDocSiteLink":"","docMapKey":"service-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_SERVICE_NAME","enum":false}},{"configDocKey":{"type":"java.lang.String","key":".broker-config.\"environment-variable-name\"","additionalKeys":[],"configDoc":"Broker config to set on the Pulsar instance","withinAMap":true,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html","docMapKey":"environment-variable-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_BROKER_CONFIG__ENVIRONMENT_VARIABLE_NAME_","enum":false}}]
1+
[{"configDocKey":{"type":"java.lang.Boolean","key":".enabled","additionalKeys":[],"configDoc":"If Dev Services for Pulsar has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present. For Pulsar, Dev Services starts a broker unless `pulsar.client.serviceUrl` is set or if all the Reactive Messaging Pulsar channel are configured with `serviceUrl`.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_ENABLED","enum":false}},{"configDocKey":{"type":"java.lang.Integer","key":".port","additionalKeys":[],"configDoc":"Optional fixed port the dev service will listen to.\n\nIf not defined, the port will be chosen randomly.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_PORT","enum":false}},{"configDocKey":{"type":"string","key":".image-name","additionalKeys":[],"configDoc":"The image to use. Note that only Apache Pulsar images are supported. Specifically, the image repository must end with `apachepulsar/pulsar`. Check https://hub.docker.com/r/apachepulsar/pulsar to find the available versions.","withinAMap":false,"defaultValue":"apachepulsar/pulsar:3.3.0","javaDocSiteLink":"","docMapKey":"image-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_IMAGE_NAME","enum":false}},{"configDocKey":{"type":"boolean","key":".shared","additionalKeys":[],"configDoc":"Indicates if the Pulsar broker managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for Pulsar starts a new container.\n\nThe discovery uses the `quarkus-dev-service-pulsar` label. The value is configured using the `service-name` property.\n\nContainer sharing is only used in dev mode.","withinAMap":false,"defaultValue":"true","javaDocSiteLink":"","docMapKey":"shared","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_SHARED","enum":false}},{"configDocKey":{"type":"string","key":".service-name","additionalKeys":[],"configDoc":"The value of the `quarkus-dev-service-pulsar` label attached to the started container. This property is used when `shared` is set to `true`. In this case, before starting a container, Dev Services for Pulsar looks for a container with the `quarkus-dev-service-pulsar` label set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with the `quarkus-dev-service-pulsar` label set to the specified value.\n\nThis property is used when you need multiple shared Pulsar brokers.","withinAMap":false,"defaultValue":"pulsar","javaDocSiteLink":"","docMapKey":"service-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_SERVICE_NAME","enum":false}},{"configDocKey":{"type":"java.lang.String","key":".broker-config.\"environment-variable-name\"","additionalKeys":[],"configDoc":"Broker config to set on the Pulsar instance","withinAMap":true,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html","docMapKey":"environment-variable-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_BROKER_CONFIG__ENVIRONMENT_VARIABLE_NAME_","enum":false}}]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.pulsar.devservices.enabled","additionalKeys":[],"configDoc":"If Dev Services for Pulsar has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present. For Pulsar, Dev Services starts a broker unless `pulsar.client.serviceUrl` is set or if all the Reactive Messaging Pulsar channel are configured with `serviceUrl`.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_ENABLED","enum":false}},{"configDocKey":{"type":"java.lang.Integer","key":"quarkus.pulsar.devservices.port","additionalKeys":[],"configDoc":"Optional fixed port the dev service will listen to.\n\nIf not defined, the port will be chosen randomly.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_PORT","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.pulsar.devservices.image-name","additionalKeys":[],"configDoc":"The image to use. Note that only Apache Pulsar images are supported. Specifically, the image repository must end with `apachepulsar/pulsar`. Check https://hub.docker.com/r/apachepulsar/pulsar to find the available versions.","withinAMap":false,"defaultValue":"apachepulsar/pulsar:3.0.0","javaDocSiteLink":"","docMapKey":"image-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_IMAGE_NAME","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.pulsar.devservices.shared","additionalKeys":[],"configDoc":"Indicates if the Pulsar broker managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for Pulsar starts a new container.\n\nThe discovery uses the `quarkus-dev-service-pulsar` label. The value is configured using the `service-name` property.\n\nContainer sharing is only used in dev mode.","withinAMap":false,"defaultValue":"true","javaDocSiteLink":"","docMapKey":"shared","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_SHARED","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.pulsar.devservices.service-name","additionalKeys":[],"configDoc":"The value of the `quarkus-dev-service-pulsar` label attached to the started container. This property is used when `shared` is set to `true`. In this case, before starting a container, Dev Services for Pulsar looks for a container with the `quarkus-dev-service-pulsar` label set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with the `quarkus-dev-service-pulsar` label set to the specified value.\n\nThis property is used when you need multiple shared Pulsar brokers.","withinAMap":false,"defaultValue":"pulsar","javaDocSiteLink":"","docMapKey":"service-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_SERVICE_NAME","enum":false}},{"configDocKey":{"type":"java.lang.String","key":"quarkus.pulsar.devservices.broker-config.\"environment-variable-name\"","additionalKeys":[],"configDoc":"Broker config to set on the Pulsar instance","withinAMap":true,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html","docMapKey":"environment-variable-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_BROKER_CONFIG__ENVIRONMENT_VARIABLE_NAME_","enum":false}}]
1+
[{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.pulsar.devservices.enabled","additionalKeys":[],"configDoc":"If Dev Services for Pulsar has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present. For Pulsar, Dev Services starts a broker unless `pulsar.client.serviceUrl` is set or if all the Reactive Messaging Pulsar channel are configured with `serviceUrl`.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_ENABLED","enum":false}},{"configDocKey":{"type":"java.lang.Integer","key":"quarkus.pulsar.devservices.port","additionalKeys":[],"configDoc":"Optional fixed port the dev service will listen to.\n\nIf not defined, the port will be chosen randomly.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_PORT","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.pulsar.devservices.image-name","additionalKeys":[],"configDoc":"The image to use. Note that only Apache Pulsar images are supported. Specifically, the image repository must end with `apachepulsar/pulsar`. Check https://hub.docker.com/r/apachepulsar/pulsar to find the available versions.","withinAMap":false,"defaultValue":"apachepulsar/pulsar:3.3.0","javaDocSiteLink":"","docMapKey":"image-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_IMAGE_NAME","enum":false}},{"configDocKey":{"type":"boolean","key":"quarkus.pulsar.devservices.shared","additionalKeys":[],"configDoc":"Indicates if the Pulsar broker managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for Pulsar starts a new container.\n\nThe discovery uses the `quarkus-dev-service-pulsar` label. The value is configured using the `service-name` property.\n\nContainer sharing is only used in dev mode.","withinAMap":false,"defaultValue":"true","javaDocSiteLink":"","docMapKey":"shared","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_SHARED","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.pulsar.devservices.service-name","additionalKeys":[],"configDoc":"The value of the `quarkus-dev-service-pulsar` label attached to the started container. This property is used when `shared` is set to `true`. In this case, before starting a container, Dev Services for Pulsar looks for a container with the `quarkus-dev-service-pulsar` label set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with the `quarkus-dev-service-pulsar` label set to the specified value.\n\nThis property is used when you need multiple shared Pulsar brokers.","withinAMap":false,"defaultValue":"pulsar","javaDocSiteLink":"","docMapKey":"service-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_SERVICE_NAME","enum":false}},{"configDocKey":{"type":"java.lang.String","key":"quarkus.pulsar.devservices.broker-config.\"environment-variable-name\"","additionalKeys":[],"configDoc":"Broker config to set on the Pulsar instance","withinAMap":true,"defaultValue":"","javaDocSiteLink":"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html","docMapKey":"environment-variable-name","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.pulsar","since":null,"environmentVariable":"QUARKUS_PULSAR_DEVSERVICES_BROKER_CONFIG__ENVIRONMENT_VARIABLE_NAME_","enum":false}}]

_generated-doc/main/config/all-configuration-roots-generated-doc/io.quarkus.vertx.http.runtime.HttpConfiguration

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8343,6 +8343,10 @@ Hold add discovered build time methods that can be executed via json-rpc
83438343
83448344
_No Javadoc found_
83458345

8346+
`java.util.List<String> subscriptions`
8347+
8348+
_No Javadoc found_
8349+
83468350

83478351

83488352

@@ -8851,6 +8855,10 @@ Holds any Build time actions for Dev UI the extension has
88518855
88528856
_No Javadoc found_
88538857

8858+
`java.util.List<BuildTimeAction> subscriptions`
8859+
8860+
_No Javadoc found_
8861+
88548862

88558863

88568864

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8373,6 +8373,23 @@ endif::add-copy-button-to-env-var[]
83738373
|
83748374

83758375

8376+
a| [[quarkus-vertx-http_quarkus-http-decorate-stacktraces]]`link:#quarkus-vertx-http_quarkus-http-decorate-stacktraces[quarkus.http.decorate-stacktraces]`
8377+
8378+
8379+
[.description]
8380+
--
8381+
This will decorate the stacktrace in dev mode to show the line in the code that cause the exception
8382+
8383+
ifdef::add-copy-button-to-env-var[]
8384+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_DECORATE_STACKTRACES+++[]
8385+
endif::add-copy-button-to-env-var[]
8386+
ifndef::add-copy-button-to-env-var[]
8387+
Environment variable: `+++QUARKUS_HTTP_DECORATE_STACKTRACES+++`
8388+
endif::add-copy-button-to-env-var[]
8389+
--|boolean
8390+
|`true`
8391+
8392+
83768393
a| [[quarkus-vertx-http_quarkus-http-proxy-use-proxy-protocol]]`link:#quarkus-vertx-http_quarkus-http-proxy-use-proxy-protocol[quarkus.http.proxy.use-proxy-protocol]`
83778394

83788395

@@ -43106,7 +43123,7 @@ ifndef::add-copy-button-to-env-var[]
4310643123
Environment variable: `+++QUARKUS_PULSAR_DEVSERVICES_IMAGE_NAME+++`
4310743124
endif::add-copy-button-to-env-var[]
4310843125
--|string
43109-
|`apachepulsar/pulsar:3.0.0`
43126+
|`apachepulsar/pulsar:3.3.0`
4311043127

4311143128

4311243129
a|icon:lock[title=Fixed at build time] [[quarkus-messaging-pulsar_quarkus-pulsar-devservices-shared]]`link:#quarkus-messaging-pulsar_quarkus-pulsar-devservices-shared[quarkus.pulsar.devservices.shared]`

_generated-doc/main/config/quarkus-http-http-configuration.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,6 +2089,23 @@ endif::add-copy-button-to-env-var[]
20892089
|
20902090

20912091

2092+
a| [[quarkus-http-http-configuration_quarkus-http-decorate-stacktraces]]`link:#quarkus-http-http-configuration_quarkus-http-decorate-stacktraces[quarkus.http.decorate-stacktraces]`
2093+
2094+
2095+
[.description]
2096+
--
2097+
This will decorate the stacktrace in dev mode to show the line in the code that cause the exception
2098+
2099+
ifdef::add-copy-button-to-env-var[]
2100+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_DECORATE_STACKTRACES+++[]
2101+
endif::add-copy-button-to-env-var[]
2102+
ifndef::add-copy-button-to-env-var[]
2103+
Environment variable: `+++QUARKUS_HTTP_DECORATE_STACKTRACES+++`
2104+
endif::add-copy-button-to-env-var[]
2105+
--|boolean
2106+
|`true`
2107+
2108+
20922109
a| [[quarkus-http-http-configuration_quarkus-http-proxy-use-proxy-protocol]]`link:#quarkus-http-http-configuration_quarkus-http-proxy-use-proxy-protocol[quarkus.http.proxy.use-proxy-protocol]`
20932110

20942111

_generated-doc/main/config/quarkus-pulsar-pulsar-build-time-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ifndef::add-copy-button-to-env-var[]
6060
Environment variable: `+++QUARKUS_PULSAR_DEVSERVICES_IMAGE_NAME+++`
6161
endif::add-copy-button-to-env-var[]
6262
--|string
63-
|`apachepulsar/pulsar:3.0.0`
63+
|`apachepulsar/pulsar:3.3.0`
6464

6565

6666
a|icon:lock[title=Fixed at build time] [[quarkus-pulsar-pulsar-build-time-config_quarkus-pulsar-devservices-shared]]`link:#quarkus-pulsar-pulsar-build-time-config_quarkus-pulsar-devservices-shared[quarkus.pulsar.devservices.shared]`

0 commit comments

Comments
 (0)