Skip to content

Commit 0ae7c5e

Browse files
committed
Sync web site with Quarkus documentation
1 parent fbb60e7 commit 0ae7c5e

13 files changed

+22
-22
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71471,7 +71471,7 @@ Enable metrics with OpenTelemetry.
7147171471

7147271472
This property is not available in the Open Telemetry SDK. It's Quarkus specific.
7147371473

71474-
Support for metrics will be enabled if OpenTelemetry support is enabled and either this value is true, or this value is unset.
71474+
Support for OpenTelemetry Metrics will be enabled if this value is true. The OpenTelemetry SDK ( `io.quarkus.opentelemetry.runtime.config.build.OTelBuildConfig++#++enabled()` ) is enabled by default and if disabled, OpenTelemetry Metrics will also be disabled.
7147571475

7147671476

7147771477
ifdef::add-copy-button-to-env-var[]
@@ -71517,7 +71517,7 @@ Enable logs with OpenTelemetry.
7151771517

7151871518
This property is not available in the Open Telemetry SDK. It's Quarkus specific.
7151971519

71520-
Support for logs will be enabled if OpenTelemetry support is enabled and either this value is true, or this value is unset.
71520+
Support for OpenTelemetry Logs will be enabled if this value is true. The OpenTelemetry SDK ( `io.quarkus.opentelemetry.runtime.config.build.OTelBuildConfig++#++enabled()` ) is enabled by default and if disabled, OpenTelemetry Logs will also be disabled.
7152171521

7152271522

7152371523
ifdef::add-copy-button-to-env-var[]
@@ -88370,7 +88370,7 @@ endif::add-copy-button-to-config-props[]
8837088370

8837188371
[.description]
8837288372
--
88373-
Set this boolean value to enable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If not set, it will default to `false` and the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
88373+
Set this boolean value to enable or disable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If set to `false`, the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
8837488374

8837588375

8837688376
ifdef::add-copy-button-to-env-var[]
@@ -88381,7 +88381,7 @@ Environment variable: `+++QUARKUS_SMALLRYE_OPENAPI_MERGE_SCHEMA_EXAMPLES+++`
8838188381
endif::add-copy-button-to-env-var[]
8838288382
--
8838388383
|boolean
88384-
|`false`
88384+
|`true`
8838588385

8838688386
a| [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable[`quarkus.smallrye-openapi.enable`]##
8838788387
ifdef::add-copy-button-to-config-props[]

_generated-doc/3.20/config/quarkus-opentelemetry.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Enable metrics with OpenTelemetry.
138138

139139
This property is not available in the Open Telemetry SDK. It's Quarkus specific.
140140

141-
Support for metrics will be enabled if OpenTelemetry support is enabled and either this value is true, or this value is unset.
141+
Support for OpenTelemetry Metrics will be enabled if this value is true. The OpenTelemetry SDK ( `io.quarkus.opentelemetry.runtime.config.build.OTelBuildConfig++#++enabled()` ) is enabled by default and if disabled, OpenTelemetry Metrics will also be disabled.
142142

143143

144144
ifdef::add-copy-button-to-env-var[]
@@ -184,7 +184,7 @@ Enable logs with OpenTelemetry.
184184

185185
This property is not available in the Open Telemetry SDK. It's Quarkus specific.
186186

187-
Support for logs will be enabled if OpenTelemetry support is enabled and either this value is true, or this value is unset.
187+
Support for OpenTelemetry Logs will be enabled if this value is true. The OpenTelemetry SDK ( `io.quarkus.opentelemetry.runtime.config.build.OTelBuildConfig++#++enabled()` ) is enabled by default and if disabled, OpenTelemetry Logs will also be disabled.
188188

189189

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

_generated-doc/3.20/config/quarkus-opentelemetry_quarkus.otel.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Enable metrics with OpenTelemetry.
138138

139139
This property is not available in the Open Telemetry SDK. It's Quarkus specific.
140140

141-
Support for metrics will be enabled if OpenTelemetry support is enabled and either this value is true, or this value is unset.
141+
Support for OpenTelemetry Metrics will be enabled if this value is true. The OpenTelemetry SDK ( `io.quarkus.opentelemetry.runtime.config.build.OTelBuildConfig++#++enabled()` ) is enabled by default and if disabled, OpenTelemetry Metrics will also be disabled.
142142

143143

144144
ifdef::add-copy-button-to-env-var[]
@@ -184,7 +184,7 @@ Enable logs with OpenTelemetry.
184184

185185
This property is not available in the Open Telemetry SDK. It's Quarkus specific.
186186

187-
Support for logs will be enabled if OpenTelemetry support is enabled and either this value is true, or this value is unset.
187+
Support for OpenTelemetry Logs will be enabled if this value is true. The OpenTelemetry SDK ( `io.quarkus.opentelemetry.runtime.config.build.OTelBuildConfig++#++enabled()` ) is enabled by default and if disabled, OpenTelemetry Logs will also be disabled.
188188

189189

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

_generated-doc/3.20/config/quarkus-smallrye-openapi.adoc

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

835835
[.description]
836836
--
837-
Set this boolean value to enable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If not set, it will default to `false` and the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
837+
Set this boolean value to enable or disable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If set to `false`, the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
838838

839839

840840
ifdef::add-copy-button-to-env-var[]
@@ -845,7 +845,7 @@ Environment variable: `+++QUARKUS_SMALLRYE_OPENAPI_MERGE_SCHEMA_EXAMPLES+++`
845845
endif::add-copy-button-to-env-var[]
846846
--
847847
|boolean
848-
|`false`
848+
|`true`
849849

850850
a| [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable[`quarkus.smallrye-openapi.enable`]##
851851
ifdef::add-copy-button-to-config-props[]

_generated-doc/3.20/config/quarkus-smallrye-openapi_quarkus.smallrye-openapi.adoc

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

835835
[.description]
836836
--
837-
Set this boolean value to enable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If not set, it will default to `false` and the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
837+
Set this boolean value to enable or disable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If set to `false`, the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
838838

839839

840840
ifdef::add-copy-button-to-env-var[]
@@ -845,7 +845,7 @@ Environment variable: `+++QUARKUS_SMALLRYE_OPENAPI_MERGE_SCHEMA_EXAMPLES+++`
845845
endif::add-copy-button-to-env-var[]
846846
--
847847
|boolean
848-
|`false`
848+
|`true`
849849

850850
a| [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable[`quarkus.smallrye-openapi.enable`]##
851851
ifdef::add-copy-button-to-config-props[]

_generated-doc/3.20/infra/quarkus-all-build-items.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9453,7 +9453,7 @@ a| https://github.com/quarkusio/quarkus/blob/main/extensions/vertx-http/deployme
94539453
This build item aims to be used by extensions to generate static resources.
94549454
Those resources will be served on the given `GeneratedStaticResourceBuildItem#endpoint` . It is NOT necessary to create the file on disk.
94559455
Behind the scenes the build step will take care of add those resources to the final build, through `AdditionalStaticResourceBuildItem` , `NativeImageResourceBuildItem` and `io.quarkus.deployment.builditem.GeneratedResourceBuildItem` build items.
9456-
The value of `endpoint` should be prefixed with `'/'` .
9456+
The value of `endpoint` should be prefixed with `'/'` and reference a file (no trailing `/`).
94579457
-- a|`java.lang.String endpoint`
94589458
94599459
_No Javadoc found_

_versions/3.20/guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
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.20.2.1
4+
:quarkus-version: 3.20.3
55
:quarkus-platform-groupid: io.quarkus.platform
66
// .
77
:maven-version: 3.9.9

_versions/3.20/guides/container-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For example, building multi-platform images is implemented differently for Docke
150150
=== OpenShift
151151

152152
The extension `quarkus-container-image-openshift` is using OpenShift binary builds in order to perform container builds inside the OpenShift cluster.
153-
The idea behind the binary build is that you just upload the artifact and its dependencies to the cluster and during the build they will be merged to a builder image (defaults to `fabric8/s2i-java`).
153+
The idea behind the binary build is that you just upload the artifact and its dependencies to the cluster and during the build they will be merged to a builder image (defaults to `ubi9/openjdk-17` or `ubi9/openjdk-21`).
154154

155155
The benefit of this approach, is that it can be combined with OpenShift's `DeploymentConfig` that makes it easy to roll out changes to the cluster.
156156

_versions/3.20/guides/deploying-to-openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ quarkus.openshift.cron-job.schedule=0 * * * *
483483
----
484484

485485
IMPORTANT: CronJob resources require the https://en.wikipedia.org/wiki/Cron[Cron] expression to specify when to launch the job through the `quarkus.openshift.cron-job.schedule` property.
486-
If thet are not provided, the build fails.
486+
If they are not provided, the build fails.
487487

488488
You can configure the rest of the Kubernetes CronJob configuration by using the properties under `quarkus.openshift.cron-job.xxx` (for more information, see xref:deploying-to-openshift.adoc#quarkus-kubernetes_quarkus-openshift-cron-job-parallelism[quarkus.openshift.cron-job.parallelism]).
489489

_versions/3.20/guides/rest-client.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ public class MyResponseExceptionMapper implements ResponseExceptionMapper<Runtim
13821382
@Override
13831383
public RuntimeException toThrowable(Response response) {
13841384
if (response.getStatus() == 500) {
1385-
throw new RuntimeException("The remote service responded with HTTP 500");
1385+
return new RuntimeException("The remote service responded with HTTP 500");
13861386
}
13871387
return null;
13881388
}
@@ -1392,7 +1392,7 @@ public class MyResponseExceptionMapper implements ResponseExceptionMapper<Runtim
13921392
`ResponseExceptionMapper` also defines the `getPriority` method which is used in order to determine the priority with which `ResponseExceptionMapper` implementations will be called (implementations with a lower value for `getPriority` will be invoked first).
13931393
If `toThrowable` returns an exception, then that exception will be thrown. If `null` is returned, the next implementation of `ResponseExceptionMapper` in the chain will be called (if there is any).
13941394

1395-
The class as written above, would not be automatically be used by any REST Client. To make it available to every REST Client of the application, the class needs to be annotated with `@Provider` (as long as `quarkus.rest-client.provider-autodiscovery` is not set to `false`).
1395+
The class as written above, would not be automatically used by any REST Client. To make it available to every REST Client of the application, the class needs to be annotated with `@Provider` (as long as `quarkus.rest-client.provider-autodiscovery` is not set to `false`).
13961396
Alternatively, if the exception handling class should only apply to specific REST Client interfaces, you can either annotate the interfaces with `@RegisterProvider(MyResponseExceptionMapper.class)`, or register it using configuration using the `providers` property of the proper `quarkus.rest-client` configuration group.
13971397

13981398
=== Using @ClientExceptionMapper

0 commit comments

Comments
 (0)