Skip to content

Commit 8ad97a1

Browse files
committed
Sync documentation of main branch
1 parent 73bec5a commit 8ad97a1

16 files changed

+188
-17
lines changed

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

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3176,7 +3176,7 @@ endif::add-copy-button-to-config-props[]
31763176

31773177
[.description]
31783178
--
3179-
The base image to be used when a container image is being produced for the jar build. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21-runtime:1.21` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17-runtime:1.21` is used as the default.
3179+
The base image to be used when a container image is being produced for the jar build. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21-runtime:1.23` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17-runtime:1.23` is used as the default.
31803180

31813181

31823182
ifdef::add-copy-button-to-env-var[]
@@ -3731,7 +3731,7 @@ endif::add-copy-button-to-config-props[]
37313731

37323732
[.description]
37333733
--
3734-
The base image to be used when a container image is being produced for the jar build. The value of this property is used to create an ImageStream for the builder image used in the Openshift build. When it references images already available in the internal Openshift registry, the corresponding streams are used instead. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21:1.21` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17:1.21` is used as the default.
3734+
The base image to be used when a container image is being produced for the jar build. The value of this property is used to create an ImageStream for the builder image used in the Openshift build. When it references images already available in the internal Openshift registry, the corresponding streams are used instead. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21:1.23` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17:1.23` is used as the default.
37353735

37363736

37373737
ifdef::add-copy-button-to-env-var[]
@@ -10401,7 +10401,7 @@ endif::add-copy-button-to-env-var[]
1040110401
|boolean
1040210402
|
1040310403

10404-
h|[.configroot-name]##Testing##
10404+
h|[.configroot-name]##Testing configuration##
1040510405
h|Type
1040610406
h|Default
1040710407

@@ -74662,6 +74662,31 @@ endif::add-copy-button-to-env-var[]
7466274662
|boolean
7466374663
|`+++false+++`
7466474664

74665+
a|icon:lock[title=Fixed at build time] [[quarkus-opentelemetry_quarkus-otel-traces-enabled]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-traces-enabled[`quarkus.otel.traces.enabled`]##
74666+
ifdef::add-copy-button-to-config-props[]
74667+
config_property_copy_button:+++quarkus.otel.traces.enabled+++[]
74668+
endif::add-copy-button-to-config-props[]
74669+
74670+
74671+
[.description]
74672+
--
74673+
Enable tracing with OpenTelemetry.
74674+
74675+
This property is not available in the Open Telemetry SDK. It's Quarkus specific.
74676+
74677+
Support for OpenTelemetry Tracing 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 Tracing will also be disabled.
74678+
74679+
74680+
ifdef::add-copy-button-to-env-var[]
74681+
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_TRACES_ENABLED+++[]
74682+
endif::add-copy-button-to-env-var[]
74683+
ifndef::add-copy-button-to-env-var[]
74684+
Environment variable: `+++QUARKUS_OTEL_TRACES_ENABLED+++`
74685+
endif::add-copy-button-to-env-var[]
74686+
--
74687+
|boolean
74688+
|`+++true+++`
74689+
7466574690
a|icon:lock[title=Fixed at build time] [[quarkus-opentelemetry_quarkus-otel-traces-exporter]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-traces-exporter[`quarkus.otel.traces.exporter`]##
7466674691
ifdef::add-copy-button-to-config-props[]
7466774692
config_property_copy_button:+++quarkus.otel.traces.exporter+++[]

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

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

1616
[.description]
1717
--
18-
The base image to be used when a container image is being produced for the jar build. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21-runtime:1.21` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17-runtime:1.21` is used as the default.
18+
The base image to be used when a container image is being produced for the jar build. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21-runtime:1.23` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17-runtime:1.23` is used as the default.
1919

2020

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

_generated-doc/main/config/quarkus-container-image-jib_quarkus.jib.adoc

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

1616
[.description]
1717
--
18-
The base image to be used when a container image is being produced for the jar build. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21-runtime:1.21` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17-runtime:1.21` is used as the default.
18+
The base image to be used when a container image is being produced for the jar build. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21-runtime:1.23` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17-runtime:1.23` is used as the default.
1919

2020

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

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

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

3737
[.description]
3838
--
39-
The base image to be used when a container image is being produced for the jar build. The value of this property is used to create an ImageStream for the builder image used in the Openshift build. When it references images already available in the internal Openshift registry, the corresponding streams are used instead. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21:1.21` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17:1.21` is used as the default.
39+
The base image to be used when a container image is being produced for the jar build. The value of this property is used to create an ImageStream for the builder image used in the Openshift build. When it references images already available in the internal Openshift registry, the corresponding streams are used instead. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21:1.23` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17:1.23` is used as the default.
4040

4141

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

_generated-doc/main/config/quarkus-container-image-openshift_quarkus.openshift.adoc

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

3737
[.description]
3838
--
39-
The base image to be used when a container image is being produced for the jar build. The value of this property is used to create an ImageStream for the builder image used in the Openshift build. When it references images already available in the internal Openshift registry, the corresponding streams are used instead. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21:1.21` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17:1.21` is used as the default.
39+
The base image to be used when a container image is being produced for the jar build. The value of this property is used to create an ImageStream for the builder image used in the Openshift build. When it references images already available in the internal Openshift registry, the corresponding streams are used instead. When the application is built against Java 21 or higher, `registry.access.redhat.com/ubi9/openjdk-21:1.23` is used as the default. Otherwise `registry.access.redhat.com/ubi9/openjdk-17:1.23` is used as the default.
4040

4141

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

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,31 @@ endif::add-copy-button-to-env-var[]
5555
|boolean
5656
|`+++false+++`
5757

58+
a|icon:lock[title=Fixed at build time] [[quarkus-opentelemetry_quarkus-otel-traces-enabled]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-traces-enabled[`quarkus.otel.traces.enabled`]##
59+
ifdef::add-copy-button-to-config-props[]
60+
config_property_copy_button:+++quarkus.otel.traces.enabled+++[]
61+
endif::add-copy-button-to-config-props[]
62+
63+
64+
[.description]
65+
--
66+
Enable tracing with OpenTelemetry.
67+
68+
This property is not available in the Open Telemetry SDK. It's Quarkus specific.
69+
70+
Support for OpenTelemetry Tracing 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 Tracing will also be disabled.
71+
72+
73+
ifdef::add-copy-button-to-env-var[]
74+
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_TRACES_ENABLED+++[]
75+
endif::add-copy-button-to-env-var[]
76+
ifndef::add-copy-button-to-env-var[]
77+
Environment variable: `+++QUARKUS_OTEL_TRACES_ENABLED+++`
78+
endif::add-copy-button-to-env-var[]
79+
--
80+
|boolean
81+
|`+++true+++`
82+
5883
a|icon:lock[title=Fixed at build time] [[quarkus-opentelemetry_quarkus-otel-traces-exporter]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-traces-exporter[`quarkus.otel.traces.exporter`]##
5984
ifdef::add-copy-button-to-config-props[]
6085
config_property_copy_button:+++quarkus.otel.traces.exporter+++[]

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,31 @@ endif::add-copy-button-to-env-var[]
5555
|boolean
5656
|`+++false+++`
5757

58+
a|icon:lock[title=Fixed at build time] [[quarkus-opentelemetry_quarkus-otel-traces-enabled]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-traces-enabled[`quarkus.otel.traces.enabled`]##
59+
ifdef::add-copy-button-to-config-props[]
60+
config_property_copy_button:+++quarkus.otel.traces.enabled+++[]
61+
endif::add-copy-button-to-config-props[]
62+
63+
64+
[.description]
65+
--
66+
Enable tracing with OpenTelemetry.
67+
68+
This property is not available in the Open Telemetry SDK. It's Quarkus specific.
69+
70+
Support for OpenTelemetry Tracing 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 Tracing will also be disabled.
71+
72+
73+
ifdef::add-copy-button-to-env-var[]
74+
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_TRACES_ENABLED+++[]
75+
endif::add-copy-button-to-env-var[]
76+
ifndef::add-copy-button-to-env-var[]
77+
Environment variable: `+++QUARKUS_OTEL_TRACES_ENABLED+++`
78+
endif::add-copy-button-to-env-var[]
79+
--
80+
|boolean
81+
|`+++true+++`
82+
5883
a|icon:lock[title=Fixed at build time] [[quarkus-opentelemetry_quarkus-otel-traces-exporter]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-traces-exporter[`quarkus.otel.traces.exporter`]##
5984
ifdef::add-copy-button-to-config-props[]
6085
config_property_copy_button:+++quarkus.otel.traces.exporter+++[]

_generated-doc/main/infra/quarkus-maven-plugin-goals.adoc

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,15 @@ a| [[quarkus-maven-plugin-goal-dev-quarkus.warnIfBuildGoalMissing]] quarkus.warn
14571457
|`boolean`
14581458
|
14591459

1460+
a| [[quarkus-maven-plugin-goal-dev-watchedFiles]] watchedFiles
1461+
1462+
[.description]
1463+
--
1464+
Optional list of files to watch for changes that trigger a hot reload in dev mode. This is useful for extensions developers that can set this property to their extension's artifacts in their local repository.
1465+
--
1466+
|`List`
1467+
|
1468+
14601469
a| [[quarkus-maven-plugin-goal-dev-workingDir]] workingDir
14611470
|`File`
14621471
|
@@ -2452,7 +2461,7 @@ a| [[quarkus-maven-plugin-goal-list-extensions-format]] format
24522461

24532462
[.description]
24542463
--
2455-
Select the output format among 'id' (display the artifactId only), 'concise' (display name and artifactId) and 'full' (concise format and version related columns).
2464+
Select the output format among 'id' (display the artifactId only), 'concise' (display name and artifactId), 'origins' (display extension catalog IDs providing extension information), 'support-scope' (support scope associated with each extension, if any) and 'full' (concise format and version related columns).
24562465
--
24572466
|`String`
24582467
|`concise`
@@ -3262,6 +3271,15 @@ a| [[quarkus-maven-plugin-goal-remote-dev-quarkus.warnIfBuildGoalMissing]] quark
32623271
|`boolean`
32633272
|
32643273

3274+
a| [[quarkus-maven-plugin-goal-remote-dev-watchedFiles]] watchedFiles
3275+
3276+
[.description]
3277+
--
3278+
Optional list of files to watch for changes that trigger a hot reload in dev mode. This is useful for extensions developers that can set this property to their extension's artifacts in their local repository.
3279+
--
3280+
|`List`
3281+
|
3282+
32653283
a| [[quarkus-maven-plugin-goal-remote-dev-workingDir]] workingDir
32663284
|`File`
32673285
|
@@ -3788,6 +3806,15 @@ a| [[quarkus-maven-plugin-goal-test-quarkus.warnIfBuildGoalMissing]] quarkus.war
37883806
|`boolean`
37893807
|
37903808

3809+
a| [[quarkus-maven-plugin-goal-test-watchedFiles]] watchedFiles
3810+
3811+
[.description]
3812+
--
3813+
Optional list of files to watch for changes that trigger a hot reload in dev mode. This is useful for extensions developers that can set this property to their extension's artifacts in their local repository.
3814+
--
3815+
|`List`
3816+
|
3817+
37913818
a| [[quarkus-maven-plugin-goal-test-workingDir]] workingDir
37923819
|`File`
37933820
|

_versions/main/guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
:keycloak-docker-image: quay.io/keycloak/keycloak:26.3.0
2222
:jandex-version: 3.4.0
2323
:jandex-gradle-plugin-version: 1.0.0
24-
:kotlin-version: 2.2.0
24+
:kotlin-version: 2.2.10
2525
:grpc-version: 1.69.1
2626
:protoc-version: 3.25.5
2727
:gcf-invoker-version: 1.4.1

_versions/main/guides/building-native-image.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ capabilities of `@NativeImageTest`. More information about `@QuarkusIntegrationT
293293
=== Profiles
294294
By default, integration tests both *build* and *run* the native executable using the `prod` profile.
295295

296-
You can override the profile the executable *runs* with during the test using the `quarkus.test.native-image-profile` property.
296+
You can override the profile the executable *runs* with during the test using the `quarkus.test.integration-test-profile` property.
297297
Either by adding it to `application.properties` or by appending it to the command line:
298-
`./mvnw verify -Dnative -Dquarkus.test.native-image-profile=test`.
298+
`./mvnw verify -Dnative -Dquarkus.test.integration-test-profile=test`.
299299
Your `%test.` prefixed properties will be used at the test runtime.
300300

301301

@@ -564,7 +564,7 @@ The project generation has also provided a `Dockerfile.native` in the `src/main/
564564

565565
[source,dockerfile]
566566
----
567-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5
567+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6
568568
WORKDIR /work/
569569
RUN chown 1001 /work \
570570
&& chmod "g+rwX" /work \

0 commit comments

Comments
 (0)