Skip to content

Commit 64ab8b0

Browse files
committed
Sync documentation of main branch
1 parent 4e77788 commit 64ab8b0

File tree

9 files changed

+74
-11
lines changed

9 files changed

+74
-11
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ types:
769769
url: /guides/extension-writing-dev-service
770770
- title: YAML configuration
771771
filename: config-yaml.adoc
772-
summary: "Optionally, use `application.yaml` instead of `application.properties` to configure your application."
772+
summary: "Optionally, use application.yaml instead of application.properties to configure your application."
773773
categories: core
774774
topics:
775775
- configuration
@@ -996,7 +996,7 @@ types:
996996
url: /guides/aws-lambda-http
997997
- title: Accessing application properties with Spring Boot properties API
998998
filename: spring-boot-properties.adoc
999-
summary: Use Spring Boot's `@ConfigurationProperties` in place of MicroProfile Config annotations
999+
summary: Use Spring Boot's @ConfigurationProperties in place of MicroProfile Config annotations
10001000
categories: compatibility
10011001
topics:
10021002
- spring

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21020,6 +21020,27 @@ endif::add-copy-button-to-env-var[]
2102021020
|boolean
2102121021
|`false`
2102221022

21023+
a| [[quarkus-grpc_quarkus-grpc-clients-client-name-use-vertx-event-loop]] [.property-path]##link:#quarkus-grpc_quarkus-grpc-clients-client-name-use-vertx-event-loop[`quarkus.grpc.clients."client-name".use-vertx-event-loop`]##
21024+
ifdef::add-copy-button-to-config-props[]
21025+
config_property_copy_button:+++quarkus.grpc.clients."client-name".use-vertx-event-loop+++[]
21026+
endif::add-copy-button-to-config-props[]
21027+
21028+
21029+
[.description]
21030+
--
21031+
Use Vert.x event loop(s) for gRPC client, if it's using the previous Java gRPC support.
21032+
21033+
21034+
ifdef::add-copy-button-to-env-var[]
21035+
Environment variable: env_var_with_copy_button:+++QUARKUS_GRPC_CLIENTS__CLIENT_NAME__USE_VERTX_EVENT_LOOP+++[]
21036+
endif::add-copy-button-to-env-var[]
21037+
ifndef::add-copy-button-to-env-var[]
21038+
Environment variable: `+++QUARKUS_GRPC_CLIENTS__CLIENT_NAME__USE_VERTX_EVENT_LOOP+++`
21039+
endif::add-copy-button-to-env-var[]
21040+
--
21041+
|boolean
21042+
|`true`
21043+
2102321044
h|[[quarkus-grpc_section_quarkus-grpc-clients-client-name-xds]] [.section-name.section-level1]##link:#quarkus-grpc_section_quarkus-grpc-clients-client-name-xds[Configure XDS usage, if enabled]##
2102421045
h|Type
2102521046
h|Default

_generated-doc/main/config/quarkus-grpc_quarkus.grpc.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,27 @@ endif::add-copy-button-to-env-var[]
100100
|boolean
101101
|`false`
102102

103+
a| [[quarkus-grpc_quarkus-grpc-clients-client-name-use-vertx-event-loop]] [.property-path]##link:#quarkus-grpc_quarkus-grpc-clients-client-name-use-vertx-event-loop[`quarkus.grpc.clients."client-name".use-vertx-event-loop`]##
104+
ifdef::add-copy-button-to-config-props[]
105+
config_property_copy_button:+++quarkus.grpc.clients."client-name".use-vertx-event-loop+++[]
106+
endif::add-copy-button-to-config-props[]
107+
108+
109+
[.description]
110+
--
111+
Use Vert.x event loop(s) for gRPC client, if it's using the previous Java gRPC support.
112+
113+
114+
ifdef::add-copy-button-to-env-var[]
115+
Environment variable: env_var_with_copy_button:+++QUARKUS_GRPC_CLIENTS__CLIENT_NAME__USE_VERTX_EVENT_LOOP+++[]
116+
endif::add-copy-button-to-env-var[]
117+
ifndef::add-copy-button-to-env-var[]
118+
Environment variable: `+++QUARKUS_GRPC_CLIENTS__CLIENT_NAME__USE_VERTX_EVENT_LOOP+++`
119+
endif::add-copy-button-to-env-var[]
120+
--
121+
|boolean
122+
|`true`
123+
103124
h|[[quarkus-grpc_section_quarkus-grpc-clients-client-name-xds]] [.section-name.section-level1]##link:#quarkus-grpc_section_quarkus-grpc-clients-client-name-xds[Configure XDS usage, if enabled]##
104125
h|Type
105126
h|Default

_generated-doc/main/config/quarkus-grpc_quarkus.grpc.clients.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,27 @@ endif::add-copy-button-to-env-var[]
2828
|boolean
2929
|`false`
3030

31+
a| [[quarkus-grpc_quarkus-grpc-clients_quarkus-grpc-clients-client-name-use-vertx-event-loop]] [.property-path]##link:#quarkus-grpc_quarkus-grpc-clients_quarkus-grpc-clients-client-name-use-vertx-event-loop[`quarkus.grpc.clients."client-name".use-vertx-event-loop`]##
32+
ifdef::add-copy-button-to-config-props[]
33+
config_property_copy_button:+++quarkus.grpc.clients."client-name".use-vertx-event-loop+++[]
34+
endif::add-copy-button-to-config-props[]
35+
36+
37+
[.description]
38+
--
39+
Use Vert.x event loop(s) for gRPC client, if it's using the previous Java gRPC support.
40+
41+
42+
ifdef::add-copy-button-to-env-var[]
43+
Environment variable: env_var_with_copy_button:+++QUARKUS_GRPC_CLIENTS__CLIENT_NAME__USE_VERTX_EVENT_LOOP+++[]
44+
endif::add-copy-button-to-env-var[]
45+
ifndef::add-copy-button-to-env-var[]
46+
Environment variable: `+++QUARKUS_GRPC_CLIENTS__CLIENT_NAME__USE_VERTX_EVENT_LOOP+++`
47+
endif::add-copy-button-to-env-var[]
48+
--
49+
|boolean
50+
|`true`
51+
3152
h|[[quarkus-grpc_quarkus-grpc-clients_section_quarkus-grpc-clients-client-name-xds]] [.section-name.section-level1]##link:#quarkus-grpc_quarkus-grpc-clients_section_quarkus-grpc-clients-client-name-xds[Configure XDS usage, if enabled]##
3253
h|Type
3354
h|Default

_versions/main/guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
:kotlin-version: 2.0.21
2525
:grpc-version: 1.69.1
2626
:protoc-version: 3.25.5
27-
:gcf-invoker-version: 1.3.0
27+
:gcf-invoker-version: 1.4.1
2828
// Cannot simply use the name 'hibernate-*-version' here as it somehow gets
2929
// overridden to the full version, at least when building locally.
3030
:hibernate-orm-version-major-minor: 6.6

_versions/main/guides/config-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
77
include::_attributes.adoc[]
88
:diataxis-type: howto
99
:categories: core
10-
:summary: Optionally, use `application.yaml` instead of `application.properties` to configure your application.
10+
:summary: Optionally, use application.yaml instead of application.properties to configure your application.
1111
:topics: configuration
1212
:extensions: io.quarkus:quarkus-config-yaml
1313

_versions/main/guides/rest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ public User userPrivate() {
16241624
}
16251625
----
16261626

1627-
When the result the `userPublic` method is serialized, the `id` field will not be contained in the response as the `Public` view does not include it.
1627+
When the result of the `userPublic` method is serialized, the `id` field will not be contained in the response as the `Public` view does not include it.
16281628
The result of `userPrivate` however will include the `id` as expected when serialized.
16291629

16301630
===== Reflection-free Jackson serialization and deserialization

_versions/main/guides/spring-boot-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
66
= Accessing application properties with Spring Boot properties API
77
include::_attributes.adoc[]
88
:categories: compatibility
9-
:summary: Use Spring Boot's `@ConfigurationProperties` in place of MicroProfile Config annotations
9+
:summary: Use Spring Boot's @ConfigurationProperties in place of MicroProfile Config annotations
1010
:topics: spring,configuration,compatibility
1111
:extensions: io.quarkus:quarkus-spring-boot-properties
1212

_versions/main/guides/telemetry-micrometer.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include::_attributes.adoc[]
1010
:categories: observability
1111
:summary: Use Micrometer to collect metrics produced by Quarkus, its extensions, and your application.
1212
:base-units: https://github.com/micrometer-metrics/micrometer/blob/main/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/BaseUnits.java
13-
:concepts: https://micrometer.io/docs/concepts
13+
:concepts: https://docs.micrometer.io/micrometer/reference/concepts
1414
:topics: observability,micrometer
1515
:extensions: io.quarkus:quarkus-micrometer
1616

@@ -188,7 +188,7 @@ For hierarchical systems that only support a flat metric name, Micrometer will f
188188

189189
Tags can be specified when a meter is registered with a `MeterRegistry` or using a <<meter-filter,Meter Filter>>.
190190

191-
See the Micrometer documentation for additional advice on link:{concepts}#_tag_naming[tag naming].
191+
See the Micrometer documentation for additional advice on link:{concepts}/naming[tag naming].
192192

193193
IMPORTANT: Each unique combination of metric name and dimension produces a unique time series.
194194
Using an unbounded set of dimensional data can lead to a "cardinality explosion", an exponential increase in the creation of new time series.
@@ -279,7 +279,7 @@ Gauge.builder("jvm.threads.peak", threadBean, ThreadMXBean::getPeakThreadCount)
279279
<4> Associate <<define-tags,tags>> with the gauge
280280
<5> Register the Gauge with the MeterRegistry
281281

282-
See link:{concepts}#_gauges[Gauges] in the Micrometer documentation for more information and examples.
282+
See link:{concepts}/gauges[Gauges] in the Micrometer documentation for more information and examples.
283283
Of note are two special cases: `TimeGauge` for measuring time, and a `MultiGauge` for reporting several criteria together.
284284

285285
NOTE: Micrometer does not create strong references to the objects it observes by default.
@@ -336,7 +336,7 @@ void countThisMethod(){
336336
<1> A CDI interceptor will create and register a counter called `counted.method`
337337
<2> The interceptor-created counter will have the "extra" dimension tag with value "annotated"
338338

339-
See link:{concepts}#_counters[Counters] in the Micrometer documentation for more information and examples, including the less common `FunctionCounter` that can be used to measure the result returned by an always increasing function.
339+
See link:{concepts}/counters[Counters] in the Micrometer documentation for more information and examples, including the less common `FunctionCounter` that can be used to measure the result returned by an always increasing function.
340340

341341
When should you use a counter?
342342
Use a counter if you are doing something that can not be either timed or summarized.
@@ -478,7 +478,7 @@ sample.stop(registry.timer("my.timer", "response", response.status())); // <3>
478478
==== Histograms and percentiles
479479

480480
Both timers and distribution summaries can be configured to emit additional statistics, like histogram data, precomputed percentiles, or service level objective (SLO) boundaries.
481-
See link:{concepts}#_timers[Timers] and link:{concepts}#_distribution_summaries[Distribution Summaries] in the Micrometer documentation for more information and examples, including memory footprint estimation for both types.
481+
See link:{concepts}/timers[Timers] and link:{concepts}/distribution-summaries[Distribution Summaries] in the Micrometer documentation for more information and examples, including memory footprint estimation for both types.
482482

483483
[IMPORTANT]
484484
====

0 commit comments

Comments
 (0)