Skip to content

Commit df77c28

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent 5b9103a commit df77c28

14 files changed

+42
-38
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60422,10 +60422,10 @@ endif::add-copy-button-to-config-props[]
6042260422

6042360423
[.description]
6042460424
--
60425-
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
60425+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `REQUIRED` or `XOAUTH2`.
6042660426

60427+
- NONE means a login will be attempted if the server supports it and login credentials are set
6042760428
- DISABLED means no login will be attempted
60428-
- NONE means a login will be attempted if the server supports in and login credentials are set
6042960429
- REQUIRED means that a login will be attempted if the server supports it and the send operation will fail otherwise
6043060430
- XOAUTH2 means that a login will be attempted using Google Gmail Oauth2 tokens
6043160431

@@ -61251,10 +61251,10 @@ endif::add-copy-button-to-config-props[]
6125161251

6125261252
[.description]
6125361253
--
61254-
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
61254+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `REQUIRED` or `XOAUTH2`.
6125561255

61256+
- NONE means a login will be attempted if the server supports it and login credentials are set
6125661257
- DISABLED means no login will be attempted
61257-
- NONE means a login will be attempted if the server supports in and login credentials are set
6125861258
- REQUIRED means that a login will be attempted if the server supports it and the send operation will fail otherwise
6125961259
- XOAUTH2 means that a login will be attempted using Google Gmail Oauth2 tokens
6126061260

@@ -68206,7 +68206,7 @@ endif::add-copy-button-to-config-props[]
6820668206

6820768207
[.description]
6820868208
--
68209-
Refresh expired authorization code flow ID or access tokens. If this property is enabled, a refresh token request is performed if the authorization code ID or access token has expired and, if successful, the local session is updated with the new set of tokens. Otherwise, the local session is invalidated and the user redirected to the OpenID Provider to re-authenticate. In this case, the user might not be challenged again if the OIDC provider session is still active. For this option be effective the `authentication.session-age-extension` property should also be set to a nonzero value since the refresh token is currently kept in the user session. This option is valid only when the application is of type `ApplicationType++#++WEB_APP`++}++. This property is enabled if `quarkus.oidc.token.refresh-token-time-skew` is configured, you do not need to enable this property manually in this case.
68209+
Refresh expired authorization code flow ID or access tokens. If this property is enabled, a refresh token request is performed if the authorization code ID or access token has expired and, if successful, the local session is updated with the new set of tokens. Otherwise, the local session is invalidated and the user redirected to the OpenID Provider to re-authenticate. In this case, the user might not be challenged again if the OIDC provider session is still active. For this option be effective the `authentication.session-age-extension` property should also be set to a nonzero value since the refresh token is currently kept in the user session. This option is valid only when the application is of type `ApplicationType++#++WEB_APP`. This property is enabled if `quarkus.oidc.token.refresh-token-time-skew` is configured, you do not need to enable this property manually in this case.
6821068210

6821168211

6821268212
ifdef::add-copy-button-to-env-var[]
@@ -68284,7 +68284,7 @@ endif::add-copy-button-to-config-props[]
6828468284

6828568285
[.description]
6828668286
--
68287-
Custom HTTP header that contains a bearer token. This option is valid only when the application is of type `ApplicationType++#++SERVICE`++}++.
68287+
Custom HTTP header that contains a bearer token. This option is valid only when the application is of type `ApplicationType++#++SERVICE`.
6828868288

6828968289

6829068290
ifdef::add-copy-button-to-env-var[]
@@ -86450,7 +86450,7 @@ endif::add-copy-button-to-config-props[]
8645086450

8645186451
[.description]
8645286452
--
86453-
The exception types that are not considered failures and hence should not trigger fallback. Takes priority over `apply-on()`++}++.
86453+
The exception types that are not considered failures and hence should not trigger fallback. Takes priority over `apply-on()`.
8645486454

8645586455

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

_generated-doc/latest/config/quarkus-mailer.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,10 +596,10 @@ endif::add-copy-button-to-config-props[]
596596

597597
[.description]
598598
--
599-
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
599+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `REQUIRED` or `XOAUTH2`.
600600

601+
- NONE means a login will be attempted if the server supports it and login credentials are set
601602
- DISABLED means no login will be attempted
602-
- NONE means a login will be attempted if the server supports in and login credentials are set
603603
- REQUIRED means that a login will be attempted if the server supports it and the send operation will fail otherwise
604604
- XOAUTH2 means that a login will be attempted using Google Gmail Oauth2 tokens
605605

@@ -1425,10 +1425,10 @@ endif::add-copy-button-to-config-props[]
14251425

14261426
[.description]
14271427
--
1428-
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
1428+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `REQUIRED` or `XOAUTH2`.
14291429

1430+
- NONE means a login will be attempted if the server supports it and login credentials are set
14301431
- DISABLED means no login will be attempted
1431-
- NONE means a login will be attempted if the server supports in and login credentials are set
14321432
- REQUIRED means that a login will be attempted if the server supports it and the send operation will fail otherwise
14331433
- XOAUTH2 means that a login will be attempted using Google Gmail Oauth2 tokens
14341434

_generated-doc/latest/config/quarkus-mailer_quarkus.mailer.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,10 +596,10 @@ endif::add-copy-button-to-config-props[]
596596

597597
[.description]
598598
--
599-
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
599+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `REQUIRED` or `XOAUTH2`.
600600

601+
- NONE means a login will be attempted if the server supports it and login credentials are set
601602
- DISABLED means no login will be attempted
602-
- NONE means a login will be attempted if the server supports in and login credentials are set
603603
- REQUIRED means that a login will be attempted if the server supports it and the send operation will fail otherwise
604604
- XOAUTH2 means that a login will be attempted using Google Gmail Oauth2 tokens
605605

@@ -1425,10 +1425,10 @@ endif::add-copy-button-to-config-props[]
14251425

14261426
[.description]
14271427
--
1428-
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
1428+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `REQUIRED` or `XOAUTH2`.
14291429

1430+
- NONE means a login will be attempted if the server supports it and login credentials are set
14301431
- DISABLED means no login will be attempted
1431-
- NONE means a login will be attempted if the server supports in and login credentials are set
14321432
- REQUIRED means that a login will be attempted if the server supports it and the send operation will fail otherwise
14331433
- XOAUTH2 means that a login will be attempted using Google Gmail Oauth2 tokens
14341434

_generated-doc/latest/config/quarkus-oidc.adoc

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

20882088
[.description]
20892089
--
2090-
Refresh expired authorization code flow ID or access tokens. If this property is enabled, a refresh token request is performed if the authorization code ID or access token has expired and, if successful, the local session is updated with the new set of tokens. Otherwise, the local session is invalidated and the user redirected to the OpenID Provider to re-authenticate. In this case, the user might not be challenged again if the OIDC provider session is still active. For this option be effective the `authentication.session-age-extension` property should also be set to a nonzero value since the refresh token is currently kept in the user session. This option is valid only when the application is of type `ApplicationType++#++WEB_APP`++}++. This property is enabled if `quarkus.oidc.token.refresh-token-time-skew` is configured, you do not need to enable this property manually in this case.
2090+
Refresh expired authorization code flow ID or access tokens. If this property is enabled, a refresh token request is performed if the authorization code ID or access token has expired and, if successful, the local session is updated with the new set of tokens. Otherwise, the local session is invalidated and the user redirected to the OpenID Provider to re-authenticate. In this case, the user might not be challenged again if the OIDC provider session is still active. For this option be effective the `authentication.session-age-extension` property should also be set to a nonzero value since the refresh token is currently kept in the user session. This option is valid only when the application is of type `ApplicationType++#++WEB_APP`. This property is enabled if `quarkus.oidc.token.refresh-token-time-skew` is configured, you do not need to enable this property manually in this case.
20912091

20922092

20932093
ifdef::add-copy-button-to-env-var[]
@@ -2165,7 +2165,7 @@ endif::add-copy-button-to-config-props[]
21652165

21662166
[.description]
21672167
--
2168-
Custom HTTP header that contains a bearer token. This option is valid only when the application is of type `ApplicationType++#++SERVICE`++}++.
2168+
Custom HTTP header that contains a bearer token. This option is valid only when the application is of type `ApplicationType++#++SERVICE`.
21692169

21702170

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

_generated-doc/latest/config/quarkus-oidc_quarkus.oidc.adoc

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

20882088
[.description]
20892089
--
2090-
Refresh expired authorization code flow ID or access tokens. If this property is enabled, a refresh token request is performed if the authorization code ID or access token has expired and, if successful, the local session is updated with the new set of tokens. Otherwise, the local session is invalidated and the user redirected to the OpenID Provider to re-authenticate. In this case, the user might not be challenged again if the OIDC provider session is still active. For this option be effective the `authentication.session-age-extension` property should also be set to a nonzero value since the refresh token is currently kept in the user session. This option is valid only when the application is of type `ApplicationType++#++WEB_APP`++}++. This property is enabled if `quarkus.oidc.token.refresh-token-time-skew` is configured, you do not need to enable this property manually in this case.
2090+
Refresh expired authorization code flow ID or access tokens. If this property is enabled, a refresh token request is performed if the authorization code ID or access token has expired and, if successful, the local session is updated with the new set of tokens. Otherwise, the local session is invalidated and the user redirected to the OpenID Provider to re-authenticate. In this case, the user might not be challenged again if the OIDC provider session is still active. For this option be effective the `authentication.session-age-extension` property should also be set to a nonzero value since the refresh token is currently kept in the user session. This option is valid only when the application is of type `ApplicationType++#++WEB_APP`. This property is enabled if `quarkus.oidc.token.refresh-token-time-skew` is configured, you do not need to enable this property manually in this case.
20912091

20922092

20932093
ifdef::add-copy-button-to-env-var[]
@@ -2165,7 +2165,7 @@ endif::add-copy-button-to-config-props[]
21652165

21662166
[.description]
21672167
--
2168-
Custom HTTP header that contains a bearer token. This option is valid only when the application is of type `ApplicationType++#++SERVICE`++}++.
2168+
Custom HTTP header that contains a bearer token. This option is valid only when the application is of type `ApplicationType++#++SERVICE`.
21692169

21702170

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

_generated-doc/latest/config/quarkus-smallrye-fault-tolerance.adoc

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

646646
[.description]
647647
--
648-
The exception types that are not considered failures and hence should not trigger fallback. Takes priority over `apply-on()`++}++.
648+
The exception types that are not considered failures and hence should not trigger fallback. Takes priority over `apply-on()`.
649649

650650

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

_generated-doc/latest/config/quarkus-smallrye-fault-tolerance_quarkus.fault-tolerance.adoc

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

646646
[.description]
647647
--
648-
The exception types that are not considered failures and hence should not trigger fallback. Takes priority over `apply-on()`++}++.
648+
The exception types that are not considered failures and hence should not trigger fallback. Takes priority over `apply-on()`.
649649

650650

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9093,6 +9093,10 @@ _No Javadoc found_
90939093

90949094
_No Javadoc found_
90959095

9096+
`java.lang.String absolutePath`
9097+
9098+
_No Javadoc found_
9099+
90969100
`io.quarkus.vertx.http.deployment.devmode.ConfiguredPathInfo configuredPathInfo`
90979101

90989102
_No Javadoc found_

_guides/_attributes.adoc

Lines changed: 2 additions & 2 deletions
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.18.2
4+
:quarkus-version: 3.18.3
55
:quarkus-platform-groupid: io.quarkus.platform
66
// .
77
:maven-version: 3.9.9
@@ -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:26.0.7
22-
:jandex-version: 3.2.3
22+
:jandex-version: 3.2.6
2323
:jandex-gradle-plugin-version: 1.0.0
2424
:kotlin-version: 2.0.21
2525
:grpc-version: 1.69.1

_guides/building-native-image.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ COPY --chown=quarkus:quarkus .mvn /code/.mvn
589589
COPY --chown=quarkus:quarkus pom.xml /code/
590590
USER quarkus
591591
WORKDIR /code
592-
RUN ./mvnw -B org.apache.maven.plugins:maven-dependency-plugin:3.1.2:go-offline
592+
RUN ./mvnw -B org.apache.maven.plugins:maven-dependency-plugin:3.8.1:go-offline
593593
COPY src /code/src
594594
RUN ./mvnw package -Dnative
595595
@@ -724,7 +724,7 @@ RUN mkdir /musl && \
724724
ENV PATH="/musl/bin:${PATH}"
725725
USER quarkus
726726
WORKDIR /code
727-
RUN ./mvnw -B org.apache.maven.plugins:maven-dependency-plugin:3.1.2:go-offline
727+
RUN ./mvnw -B org.apache.maven.plugins:maven-dependency-plugin:3.8.1:go-offline
728728
COPY src /code/src
729729
RUN ./mvnw package -Dnative -DskipTests -Dquarkus.native.additional-build-args="--static","--libc=musl"
730730

0 commit comments

Comments
 (0)