Skip to content

Commit fbd64b5

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent 767fb47 commit fbd64b5

21 files changed

+120
-39
lines changed

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

+48-6
Original file line numberDiff line numberDiff line change
@@ -11565,6 +11565,27 @@ endif::add-copy-button-to-env-var[]
1156511565
|string
1156611566
|`X-Forwarded-Prefix`
1156711567

11568+
a| [[quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header[`quarkus.http.proxy.enable-trusted-proxy-header`]##
11569+
11570+
[.description]
11571+
--
11572+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
11573+
11574+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
11575+
11576+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
11577+
11578+
11579+
ifdef::add-copy-button-to-env-var[]
11580+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
11581+
endif::add-copy-button-to-env-var[]
11582+
ifndef::add-copy-button-to-env-var[]
11583+
Environment variable: `+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
11584+
endif::add-copy-button-to-env-var[]
11585+
--
11586+
|boolean
11587+
|`false`
11588+
1156811589
a| [[quarkus-vertx-http_quarkus-http-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-trusted-proxies[`quarkus.http.proxy.trusted-proxies`]##
1156911590

1157011591
[.description]
@@ -12927,6 +12948,27 @@ endif::add-copy-button-to-env-var[]
1292712948
|string
1292812949
|`X-Forwarded-Prefix`
1292912950

12951+
a| [[quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header[`quarkus.management.proxy.enable-trusted-proxy-header`]##
12952+
12953+
[.description]
12954+
--
12955+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
12956+
12957+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
12958+
12959+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
12960+
12961+
12962+
ifdef::add-copy-button-to-env-var[]
12963+
Environment variable: env_var_with_copy_button:+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
12964+
endif::add-copy-button-to-env-var[]
12965+
ifndef::add-copy-button-to-env-var[]
12966+
Environment variable: `+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
12967+
endif::add-copy-button-to-env-var[]
12968+
--
12969+
|boolean
12970+
|`false`
12971+
1293012972
a| [[quarkus-vertx-http_quarkus-management-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-trusted-proxies[`quarkus.management.proxy.trusted-proxies`]##
1293112973

1293212974
[.description]
@@ -25408,7 +25450,7 @@ Kafka dev service container type.
2540825450

2540925451
Redpanda, Strimzi and kafka-native container providers are supported. Default is redpanda.
2541025452

25411-
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/vectorized/redpanda
25453+
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/redpandadata/redpanda
2541225454

2541325455
For Strimzi: See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
2541425456

@@ -65771,7 +65813,7 @@ a| [[quarkus-redis-client_quarkus-redis-tls-hostname-verification-algorithm]] [.
6577165813

6577265814
[.description]
6577365815
--
65774-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
65816+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
6577565817

6577665818
If set to `NONE`, it does not verify the hostname.
6577765819

@@ -66582,7 +66624,7 @@ a| [[quarkus-redis-client_quarkus-redis-redis-client-name-tls-hostname-verificat
6658266624

6658366625
[.description]
6658466626
--
66585-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
66627+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
6658666628

6658766629
If set to `NONE`, it does not verify the hostname.
6658866630

@@ -69653,7 +69695,7 @@ ifndef::add-copy-button-to-env-var[]
6965369695
Environment variable: `+++QUARKUS_WEBAUTHN_TRANSPORTS+++`
6965469696
endif::add-copy-button-to-env-var[]
6965569697
--
69656-
a|list of `usb`, `nfc`, `ble`, `internal`
69698+
a|list of `usb`, `nfc`, `ble`, `hybrid`, `internal`
6965769699
|`USB,NFC,BLE,INTERNAL`
6965869700

6965969701
a| [[quarkus-security-webauthn_quarkus-webauthn-relying-party-id]] [.property-path]##link:#quarkus-security-webauthn_quarkus-webauthn-relying-party-id[`quarkus.webauthn.relying-party.id`]##
@@ -73736,7 +73778,7 @@ a| [[quarkus-tls-registry_quarkus-tls-hostname-verification-algorithm]] [.proper
7373673778

7373773779
[.description]
7373873780
--
73739-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
73781+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
7374073782

7374173783
If set to `NONE`, it does not verify the hostname.
7374273784

@@ -74468,7 +74510,7 @@ a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-hostname-verification-algo
7446874510

7446974511
[.description]
7447074512
--
74471-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
74513+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
7447274514

7447374515
If set to `NONE`, it does not verify the hostname.
7447474516

_generated-doc/3.15/config/quarkus-kafka-client.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Kafka dev service container type.
111111

112112
Redpanda, Strimzi and kafka-native container providers are supported. Default is redpanda.
113113

114-
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/vectorized/redpanda
114+
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/redpandadata/redpanda
115115

116116
For Strimzi: See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
117117

_generated-doc/3.15/config/quarkus-kafka-client_quarkus.kafka.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Kafka dev service container type.
111111

112112
Redpanda, Strimzi and kafka-native container providers are supported. Default is redpanda.
113113

114-
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/vectorized/redpanda
114+
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/redpandadata/redpanda
115115

116116
For Strimzi: See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
117117

_generated-doc/3.15/config/quarkus-kafka-client_quarkus.kafka.devservices.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Kafka dev service container type.
5252

5353
Redpanda, Strimzi and kafka-native container providers are supported. Default is redpanda.
5454

55-
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/vectorized/redpanda
55+
For Redpanda: See https://docs.redpanda.com/current/get-started/quick-start/ and https://hub.docker.com/r/redpandadata/redpanda
5656

5757
For Strimzi: See https://github.com/strimzi/test-container and https://quay.io/repository/strimzi-test-container/test-container
5858

_generated-doc/3.15/config/quarkus-redis-client.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ a| [[quarkus-redis-client_quarkus-redis-tls-hostname-verification-algorithm]] [.
18841884

18851885
[.description]
18861886
--
1887-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
1887+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
18881888

18891889
If set to `NONE`, it does not verify the hostname.
18901890

@@ -2695,7 +2695,7 @@ a| [[quarkus-redis-client_quarkus-redis-redis-client-name-tls-hostname-verificat
26952695

26962696
[.description]
26972697
--
2698-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
2698+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
26992699

27002700
If set to `NONE`, it does not verify the hostname.
27012701

_generated-doc/3.15/config/quarkus-redis-client_quarkus.redis.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ a| [[quarkus-redis-client_quarkus-redis-tls-hostname-verification-algorithm]] [.
18841884

18851885
[.description]
18861886
--
1887-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
1887+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
18881888

18891889
If set to `NONE`, it does not verify the hostname.
18901890

@@ -2695,7 +2695,7 @@ a| [[quarkus-redis-client_quarkus-redis-redis-client-name-tls-hostname-verificat
26952695

26962696
[.description]
26972697
--
2698-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or an `NONE` (default).
2698+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS`, `LDAPS` or `NONE` (default).
26992699

27002700
If set to `NONE`, it does not verify the hostname.
27012701

_generated-doc/3.15/config/quarkus-security-webauthn.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ifndef::add-copy-button-to-env-var[]
6161
Environment variable: `+++QUARKUS_WEBAUTHN_TRANSPORTS+++`
6262
endif::add-copy-button-to-env-var[]
6363
--
64-
a|list of `usb`, `nfc`, `ble`, `internal`
64+
a|list of `usb`, `nfc`, `ble`, `hybrid`, `internal`
6565
|`USB,NFC,BLE,INTERNAL`
6666

6767
a| [[quarkus-security-webauthn_quarkus-webauthn-relying-party-id]] [.property-path]##link:#quarkus-security-webauthn_quarkus-webauthn-relying-party-id[`quarkus.webauthn.relying-party.id`]##

_generated-doc/3.15/config/quarkus-security-webauthn_quarkus.webauthn.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ifndef::add-copy-button-to-env-var[]
6161
Environment variable: `+++QUARKUS_WEBAUTHN_TRANSPORTS+++`
6262
endif::add-copy-button-to-env-var[]
6363
--
64-
a|list of `usb`, `nfc`, `ble`, `internal`
64+
a|list of `usb`, `nfc`, `ble`, `hybrid`, `internal`
6565
|`USB,NFC,BLE,INTERNAL`
6666

6767
a| [[quarkus-security-webauthn_quarkus-webauthn-relying-party-id]] [.property-path]##link:#quarkus-security-webauthn_quarkus-webauthn-relying-party-id[`quarkus.webauthn.relying-party.id`]##

_generated-doc/3.15/config/quarkus-tls-registry.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ a| [[quarkus-tls-registry_quarkus-tls-hostname-verification-algorithm]] [.proper
651651

652652
[.description]
653653
--
654-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
654+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
655655

656656
If set to `NONE`, it does not verify the hostname.
657657

@@ -1383,7 +1383,7 @@ a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-hostname-verification-algo
13831383

13841384
[.description]
13851385
--
1386-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
1386+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
13871387

13881388
If set to `NONE`, it does not verify the hostname.
13891389

_generated-doc/3.15/config/quarkus-tls-registry_quarkus.tls.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ a| [[quarkus-tls-registry_quarkus-tls-hostname-verification-algorithm]] [.proper
651651

652652
[.description]
653653
--
654-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
654+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
655655

656656
If set to `NONE`, it does not verify the hostname.
657657

@@ -1383,7 +1383,7 @@ a| [[quarkus-tls-registry_quarkus-tls-tls-bucket-name-hostname-verification-algo
13831383

13841384
[.description]
13851385
--
1386-
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or an `NONE`.
1386+
The hostname verification algorithm to use in case the server's identity should be checked. Should be `HTTPS` (default), `LDAPS` or `NONE`.
13871387

13881388
If set to `NONE`, it does not verify the hostname.
13891389

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

+21
Original file line numberDiff line numberDiff line change
@@ -2903,6 +2903,27 @@ endif::add-copy-button-to-env-var[]
29032903
|string
29042904
|`X-Forwarded-Prefix`
29052905

2906+
a| [[quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-enable-trusted-proxy-header[`quarkus.http.proxy.enable-trusted-proxy-header`]##
2907+
2908+
[.description]
2909+
--
2910+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
2911+
2912+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
2913+
2914+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
2915+
2916+
2917+
ifdef::add-copy-button-to-env-var[]
2918+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
2919+
endif::add-copy-button-to-env-var[]
2920+
ifndef::add-copy-button-to-env-var[]
2921+
Environment variable: `+++QUARKUS_HTTP_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
2922+
endif::add-copy-button-to-env-var[]
2923+
--
2924+
|boolean
2925+
|`false`
2926+
29062927
a| [[quarkus-vertx-http_quarkus-http-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-proxy-trusted-proxies[`quarkus.http.proxy.trusted-proxies`]##
29072928

29082929
[.description]

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

+21
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,27 @@ endif::add-copy-button-to-env-var[]
12671267
|string
12681268
|`X-Forwarded-Prefix`
12691269

1270+
a| [[quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-enable-trusted-proxy-header[`quarkus.management.proxy.enable-trusted-proxy-header`]##
1271+
1272+
[.description]
1273+
--
1274+
Adds the header `X-Forwarded-Trusted-Proxy` if the request is forwarded by a trusted proxy. The value is `true` if the request is forwarded by a trusted proxy, otherwise `null`.
1275+
1276+
The forwarded parser detects forgery attempts and if the incoming request contains this header, it will be removed from the request.
1277+
1278+
The `X-Forwarded-Trusted-Proxy` header is a custom header, not part of the standard `Forwarded` header.
1279+
1280+
1281+
ifdef::add-copy-button-to-env-var[]
1282+
Environment variable: env_var_with_copy_button:+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++[]
1283+
endif::add-copy-button-to-env-var[]
1284+
ifndef::add-copy-button-to-env-var[]
1285+
Environment variable: `+++QUARKUS_MANAGEMENT_PROXY_ENABLE_TRUSTED_PROXY_HEADER+++`
1286+
endif::add-copy-button-to-env-var[]
1287+
--
1288+
|boolean
1289+
|`false`
1290+
12701291
a| [[quarkus-vertx-http_quarkus-management-proxy-trusted-proxies]] [.property-path]##link:#quarkus-vertx-http_quarkus-management-proxy-trusted-proxies[`quarkus.management.proxy.trusted-proxies`]##
12711292

12721293
[.description]

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

+4
Original file line numberDiff line numberDiff line change
@@ -5989,6 +5989,10 @@ _No Javadoc found_
59895989

59905990
_No Javadoc found_
59915991

5992+
`boolean hasGeneratedTemplate`
5993+
5994+
_No Javadoc found_
5995+
59925996

59935997

59945998

_versions/3.15/guides/_attributes.adoc

+2-2
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.15.2
4+
:quarkus-version: 3.15.3
55
:quarkus-platform-groupid: io.quarkus.platform
66
// .
77
:maven-version: 3.9.8
@@ -19,7 +19,7 @@
1919
:logstash-image: docker.io/elastic/logstash:8.15.0
2020
:kibana-image: docker.io/elastic/kibana:8.15.0
2121
:keycloak-docker-image: quay.io/keycloak/keycloak:25.0.6
22-
:jandex-version: 3.2.2
22+
:jandex-version: 3.2.3
2323
:jandex-gradle-plugin-version: 1.0.0
2424
:kotlin-version: 2.0.10
2525
:grpc-version: 1.65.1

_versions/3.15/guides/dev-mode-differences.adoc

-7
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ Examples of such operations are:
4646
* Running scheduled operations
4747
* Building a container
4848

49-
[TIP]
50-
====
51-
A new Dev UI has been implemented in Quarkus 3.x.
52-
Not all the features are available yet.
53-
You can still access the previous version of the Dev UI using: http://localhost:8080/q/dev-ui/.
54-
====
55-
5649
=== Error pages
5750

5851
In an effort to make development errors very easy to diagnose, Quarkus provides various detailed error pages when running in dev mode.

_versions/3.15/guides/kafka-dev-services.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Dev Services for Kafka supports https://redpanda.com[Redpanda], https://github/o
5656
and https://strimzi.io[Strimzi] (in https://github.com/apache/kafka/blob/trunk/config/kraft/README.md[Kraft] mode) images.
5757

5858
**Redpanda** is a Kafka compatible event streaming platform.
59-
Because it provides a fast startup times, Dev Services defaults to Redpanda images from `vectorized/redpanda`.
60-
You can select any version from https://hub.docker.com/r/vectorized/redpanda.
59+
Because it provides a fast startup times, Dev Services defaults to Redpanda images from `redpandadata/redpanda`.
60+
You can select any version from https://hub.docker.com/r/redpandadata/redpanda.
6161

6262
**kafka-native** provides images of standard Apache Kafka distribution compiled to native binary using Quarkus and GraalVM.
6363
While still being _experimental_, it provides very fast startup times with small footprint.

_versions/3.15/guides/native-reference.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ invoke Maven's `verify` goal with `-DskipITs=false -Dquarkus.test.integration-te
598598
generate the native image configuration.
599599
For example:
600600

601-
[source,bash]
601+
[source,bash,subs=attributes+]
602602
----
603603
$ ./mvnw verify -DskipITs=false -Dquarkus.test.integration-test-profile=test-with-native-agent
604604
...
@@ -660,7 +660,7 @@ This can be useful to verify that the native integration tests work as expected,
660660
assuming that the JVM unit tests have generated the correct native image configuration.
661661
The typical workflow here would be to first run the integration tests with the native image agent as shown in the previous section:
662662

663-
[source,bash]
663+
[source,bash,subs=attributes+]
664664
----
665665
$ ./mvnw verify -DskipITs=false -Dquarkus.test.integration-test-profile=test-with-native-agent
666666
...
@@ -671,7 +671,7 @@ $ ./mvnw verify -DskipITs=false -Dquarkus.test.integration-test-profile=test-wit
671671
And then request a native build passing in the configuration apply flag.
672672
A message during the native build process will indicate that the native image agent generated configuration files are being applied:
673673

674-
[source,bash]
674+
[source,bash,subs=attributes+]
675675
----
676676
$ ./mvnw verify -Dnative -Dquarkus.native.agent-configuration-apply
677677
...
@@ -702,7 +702,7 @@ and confirm that the class and/or package making the call or being accessed is n
702702
If the missing entry is related to some resource,
703703
you should inspect the Quarkus build debug output and verify which resource patterns are being discarded, e.g.
704704

705-
[source,bash]
705+
[source,bash,subs=attributes+]
706706
----
707707
$ ./mvnw -X verify -DskipITs=false -Dquarkus.test.integration-test-profile=test-with-native-agent
708708
...

_versions/3.15/guides/observability-devservices-lgtm.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the Quarkus Grafana OTel LGTM sink (where data goes) extension to your build
3030
[source,gradle,role="secondary asciidoc-tabs-target-sync-gradle"]
3131
.build.gradle
3232
----
33-
implementation("quarkus-observability-devservices-lgtm")
33+
implementation("io.quarkus:quarkus-observability-devservices-lgtm")
3434
----
3535

3636
=== Metrics

0 commit comments

Comments
 (0)