Skip to content

Commit 86e361c

Browse files
committed
Sync documentation of main branch
1 parent 96b5792 commit 86e361c

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

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

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

1695516955
[.description]
1695616956
--
16957-
The HTTP methods for this header configuration
16957+
The HTTP methods for this header configuration.
16958+
16959+
If no HTTP methods are specified, the header will be always added.
1695816960

1695916961

1696016962
ifdef::add-copy-button-to-env-var[]
@@ -19372,7 +19374,9 @@ endif::add-copy-button-to-config-props[]
1937219374

1937319375
[.description]
1937419376
--
19375-
The HTTP methods for this header configuration
19377+
The HTTP methods for this header configuration.
19378+
19379+
If no HTTP methods are specified, the header will be always added.
1937619380

1937719381

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

_generated-doc/main/config/quarkus-vertx-http_quarkus.http.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3396,7 +3396,9 @@ endif::add-copy-button-to-config-props[]
33963396

33973397
[.description]
33983398
--
3399-
The HTTP methods for this header configuration
3399+
The HTTP methods for this header configuration.
3400+
3401+
If no HTTP methods are specified, the header will be always added.
34003402

34013403

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

_generated-doc/main/config/quarkus-vertx-http_quarkus.http.header.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ endif::add-copy-button-to-config-props[]
5757

5858
[.description]
5959
--
60-
The HTTP methods for this header configuration
60+
The HTTP methods for this header configuration.
61+
62+
If no HTTP methods are specified, the header will be always added.
6163

6264

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

_generated-doc/main/config/quarkus-vertx-http_quarkus.management.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,9 @@ endif::add-copy-button-to-config-props[]
19851985

19861986
[.description]
19871987
--
1988-
The HTTP methods for this header configuration
1988+
The HTTP methods for this header configuration.
1989+
1990+
If no HTTP methods are specified, the header will be always added.
19891991

19901992

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

_versions/main/guides/extension-maturity-matrix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include::_attributes.adoc[]
1414
The document header ends at the first blank line. Do not remove the blank line between the header and the abstract summary.
1515
////
1616

17-
What makes a good Quarkus extension? What capabilities is a Quarkus extension expected to provide? Of course, it depends on the extension you are building. But, we found a set of attributes common to many extensions. This document explains what they are.
17+
What makes a good Quarkus extension? What capabilities is a Quarkus extension expected to provide? Of course, it depends on the extension you are building. But, we found a set of attributes common to many extensions. This document explains what they are. We can arrange these charactertistics into a maturity matrix. Here's what the filled-in matrix might look like for a (made up) extension:
1818

1919
image::extension-maturity-matrix.svg[A maturity matrix]
2020

_versions/main/guides/grpc-generation-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ By default, the Kotlin code generation is enabled if the dependency `io.quarkus:
174174
To explicitly en-/disable this feature, set the `quarkus.generate-code.grpc.kotlin.generate` property in your `application.properties` file to `true` or `false`.
175175

176176

177-
IMPORTANT: When using Gradle, you also have to include `com.google.protobuf:protobuf-kotlin` as a `compileOnly` dependency in your project.
177+
IMPORTANT: `com.google.protobuf:protobuf-kotlin` needs to be included as dependency in the project.
178178

179179
== Skipping code generation
180180

0 commit comments

Comments
 (0)