Skip to content

Commit f267d4e

Browse files
committed
Sync documentation of main branch
1 parent 8997df5 commit f267d4e

16 files changed

+70
-49
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ types:
3030
- title: Configure data sources in Quarkus
3131
filename: datasource.adoc
3232
summary: Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
33-
categories: "getting-started, data"
33+
categories: "data, getting-started"
3434
id: datasources
3535
type: reference
3636
url: /guides/datasource
@@ -1026,7 +1026,7 @@ types:
10261026
- title: Testing Your Application
10271027
filename: getting-started-testing.adoc
10281028
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1029-
categories: "core, tooling, native"
1029+
categories: "tooling, core, native"
10301030
id: testing
10311031
type: guide
10321032
url: /guides/getting-started-testing
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"string","key":"","configDoc":"The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17`.","withinAMap":false,"defaultValue":"mandrel","javaDocSiteLink":"","docMapKey":"image","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"io.quarkus.deployment.pkg.NativeConfig.ImagePullStrategy","key":".pull","configDoc":"The strategy for pulling the builder image during the build. \nDefaults to 'always', which will always pull the most up-to-date image; useful to keep up with fixes when a (floating) tag is updated. \nUse 'missing' to only pull if there is no image locally; useful on development environments where building with out-of-date images is acceptable and bandwidth may be limited. \nUse 'never' to fail the build if there is no image locally.","withinAMap":false,"defaultValue":"always","javaDocSiteLink":"","docMapKey":"pull","configPhase":"BUILD_TIME","acceptedValues":["`always`","`missing`","`never`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}}]
1+
[{"configDocKey":{"type":"string","key":"","configDoc":"The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17`.","withinAMap":false,"defaultValue":"mandrel","javaDocSiteLink":"","docMapKey":"image","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"io.quarkus.deployment.pkg.NativeConfig.ImagePullStrategy","key":".pull","configDoc":"The strategy for pulling the builder image during the build. \nDefaults to 'always', which will always pull the most up-to-date image; useful to keep up with fixes when a (floating) tag is updated. \nUse 'missing' to only pull if there is no image locally; useful on development environments where building with out-of-date images is acceptable and bandwidth may be limited. \nUse 'never' to fail the build if there is no image locally.","withinAMap":false,"defaultValue":"always","javaDocSiteLink":"","docMapKey":"pull","configPhase":"BUILD_TIME","acceptedValues":["`always`","`missing`","`never`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}}]

_generated-doc/main/config/all-configuration-roots-generated-doc/io.quarkus.deployment.pkg.NativeConfig

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.analytics.disabled","configDoc":"If Build time analytics are disabled.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"disabled","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.analytics","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.analytics.uri-base","configDoc":"The Segment base URI.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"uri-base","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.analytics","enum":false}},{"configDocKey":{"type":"java.lang.Integer","key":"quarkus.analytics.timeout","configDoc":"The Timeout to send the build time analytics to segment.","withinAMap":false,"defaultValue":"3000","javaDocSiteLink":"","docMapKey":"timeout","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.analytics","enum":false}}]
1+
[{"configDocKey":{"type":"java.lang.Boolean","key":"quarkus.analytics.disabled","configDoc":"If Build time analytics are disabled.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"disabled","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.analytics","enum":false}},{"configDocKey":{"type":"string","key":"quarkus.analytics.uri-base","configDoc":"The Segment base URI.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"uri-base","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.analytics","enum":false}},{"configDocKey":{"type":"java.lang.Integer","key":"quarkus.analytics.timeout","configDoc":"The Timeout to send the build time analytics to segment.","withinAMap":false,"defaultValue":"3000","javaDocSiteLink":"","docMapKey":"timeout","configPhase":"BUILD_AND_RUN_TIME_FIXED","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.analytics","enum":false}}]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51117,7 +51117,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus.native.builder-ima
5111751117

5111851118
[.description]
5111951119
--
51120-
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17`.
51120+
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17`.
5112151121

5112251122
ifdef::add-copy-button-to-env-var[]
5112351123
Environment variable: env_var_with_copy_button:+++QUARKUS_NATIVE_BUILDER_IMAGE+++[]

_generated-doc/main/config/quarkus-config-group-pkg-native-config-builder-image-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-config-group-pkg-native-config-
1414

1515
[.description]
1616
--
17-
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17`.
17+
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17`.
1818

1919
ifdef::add-copy-button-to-env-var[]
2020
Environment variable: env_var_with_copy_button:+++QUARKUS_NATIVE_BUILDER_IMAGE+++[]

_generated-doc/main/config/quarkus-core-general-config-items.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-core-general-config-items_quark
1414

1515
[.description]
1616
--
17-
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17`.
17+
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17`.
1818

1919
ifdef::add-copy-button-to-env-var[]
2020
Environment variable: env_var_with_copy_button:+++QUARKUS_NATIVE_BUILDER_IMAGE+++[]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus.native.builder-ima
11331133

11341134
[.description]
11351135
--
1136-
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17`.
1136+
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17`.
11371137

11381138
ifdef::add-copy-button-to-env-var[]
11391139
Environment variable: env_var_with_copy_button:+++QUARKUS_NATIVE_BUILDER_IMAGE+++[]

_generated-doc/main/config/quarkus-native-pkg-native-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-native-pkg-native-config_quarku
287287

288288
[.description]
289289
--
290-
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17`.
290+
The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g. `quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17`.
291291

292292
ifdef::add-copy-button-to-env-var[]
293293
Environment variable: env_var_with_copy_button:+++QUARKUS_NATIVE_BUILDER_IMAGE+++[]

_versions/main/guides/_attributes.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
:quarkus-platform-groupid: io.quarkus.platform
66
// .
77
:maven-version: 3.9.2
8-
:graalvm-version: 22.3
9-
:graalvm-flavor: 22.3-java17
10-
:mandrel-version: 22.3
11-
:mandrel-flavor: 22.3-java17
8+
:graalvm-version: jdk-17.0.7
9+
:graalvm-flavor: jdk-17.0.7-java17
10+
:mandrel-version: jdk-17
11+
:mandrel-flavor: jdk-17-java17
1212
:surefire-version: 3.0.0
1313
:gradle-version: 8.1.1
1414
:elasticsearch-version: 7.16.3
@@ -23,7 +23,7 @@
2323
:kotlin-version: 1.8.22
2424
:grpc-version: 1.56.0
2525
:protoc-version: 3.22.0
26-
:gcf-invoker-version: 1.1.1
26+
:gcf-invoker-version: 1.3.0
2727
// .
2828
:quarkus-home-url: https://quarkus.io
2929
:quarkus-org-url: https://github.com/quarkusio

0 commit comments

Comments
 (0)