Skip to content

Commit cabe001

Browse files
committed
Sync documentation of main branch
1 parent 73acab7 commit cabe001

File tree

4 files changed

+184
-16
lines changed

4 files changed

+184
-16
lines changed

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

Lines changed: 52 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6326,15 +6326,17 @@ endif::add-copy-button-to-config-props[]
63266326
[.description]
63276327
--
63286328
The log level of the root category, which is used as the default log level for all categories.
6329-
<p>
6329+
63306330
JBoss Logging supports Apache-style log levels:
6331-
<p>
6332-
* {@link org.jboss.logmanager.Level#FATAL}
6333-
* {@link org.jboss.logmanager.Level#ERROR}
6334-
* {@link org.jboss.logmanager.Level#WARN}
6335-
* {@link org.jboss.logmanager.Level#INFO}
6336-
* {@link org.jboss.logmanager.Level#DEBUG}
6337-
* {@link org.jboss.logmanager.Level#TRACE}
6331+
6332+
6333+
6334+
- `org.jboss.logmanager.Level++#++FATAL`
6335+
- `org.jboss.logmanager.Level++#++ERROR`
6336+
- `org.jboss.logmanager.Level++#++WARN`
6337+
- `org.jboss.logmanager.Level++#++INFO`
6338+
- `org.jboss.logmanager.Level++#++DEBUG`
6339+
- `org.jboss.logmanager.Level++#++TRACE`
63386340

63396341
In addition, it also supports the standard JDK log levels.
63406342

@@ -14483,6 +14485,48 @@ endif::add-copy-button-to-env-var[]
1448314485
|boolean
1448414486
|`+++Enabled when Docker and Podman are not available+++`
1448514487

14488+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-access-token-expires-in]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-access-token-expires-in[`quarkus.oidc.devservices.access-token-expires-in`]##
14489+
ifdef::add-copy-button-to-config-props[]
14490+
config_property_copy_button:+++quarkus.oidc.devservices.access-token-expires-in+++[]
14491+
endif::add-copy-button-to-config-props[]
14492+
14493+
14494+
[.description]
14495+
--
14496+
Relative duration the access token will expire in.
14497+
14498+
14499+
ifdef::add-copy-button-to-env-var[]
14500+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ACCESS_TOKEN_EXPIRES_IN+++[]
14501+
endif::add-copy-button-to-env-var[]
14502+
ifndef::add-copy-button-to-env-var[]
14503+
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ACCESS_TOKEN_EXPIRES_IN+++`
14504+
endif::add-copy-button-to-env-var[]
14505+
--
14506+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-all-config[icon:question-circle[title=More information about the Duration format]]
14507+
|`+++5M+++`
14508+
14509+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in[`quarkus.oidc.devservices.id-token-expires-in`]##
14510+
ifdef::add-copy-button-to-config-props[]
14511+
config_property_copy_button:+++quarkus.oidc.devservices.id-token-expires-in+++[]
14512+
endif::add-copy-button-to-config-props[]
14513+
14514+
14515+
[.description]
14516+
--
14517+
Relative duration the ID token will expire in.
14518+
14519+
14520+
ifdef::add-copy-button-to-env-var[]
14521+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ID_TOKEN_EXPIRES_IN+++[]
14522+
endif::add-copy-button-to-env-var[]
14523+
ifndef::add-copy-button-to-env-var[]
14524+
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ID_TOKEN_EXPIRES_IN+++`
14525+
endif::add-copy-button-to-env-var[]
14526+
--
14527+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-all-config[icon:question-circle[title=More information about the Duration format]]
14528+
|`+++5M+++`
14529+
1448614530
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name[`quarkus.oidc.devservices.roles."role-name"`]##
1448714531
ifdef::add-copy-button-to-config-props[]
1448814532
config_property_copy_button:+++quarkus.oidc.devservices.roles."role-name"+++[]

_generated-doc/main/config/quarkus-core_quarkus.log.adoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,17 @@ endif::add-copy-button-to-config-props[]
7979
[.description]
8080
--
8181
The log level of the root category, which is used as the default log level for all categories.
82-
<p>
82+
8383
JBoss Logging supports Apache-style log levels:
84-
<p>
85-
* {@link org.jboss.logmanager.Level#FATAL}
86-
* {@link org.jboss.logmanager.Level#ERROR}
87-
* {@link org.jboss.logmanager.Level#WARN}
88-
* {@link org.jboss.logmanager.Level#INFO}
89-
* {@link org.jboss.logmanager.Level#DEBUG}
90-
* {@link org.jboss.logmanager.Level#TRACE}
84+
85+
86+
87+
- `org.jboss.logmanager.Level++#++FATAL`
88+
- `org.jboss.logmanager.Level++#++ERROR`
89+
- `org.jboss.logmanager.Level++#++WARN`
90+
- `org.jboss.logmanager.Level++#++INFO`
91+
- `org.jboss.logmanager.Level++#++DEBUG`
92+
- `org.jboss.logmanager.Level++#++TRACE`
9193

9294
In addition, it also supports the standard JDK log levels.
9395

_generated-doc/main/config/quarkus-devservices-oidc.adoc

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,48 @@ endif::add-copy-button-to-env-var[]
2828
|boolean
2929
|`+++Enabled when Docker and Podman are not available+++`
3030

31+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-access-token-expires-in]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-access-token-expires-in[`quarkus.oidc.devservices.access-token-expires-in`]##
32+
ifdef::add-copy-button-to-config-props[]
33+
config_property_copy_button:+++quarkus.oidc.devservices.access-token-expires-in+++[]
34+
endif::add-copy-button-to-config-props[]
35+
36+
37+
[.description]
38+
--
39+
Relative duration the access token will expire in.
40+
41+
42+
ifdef::add-copy-button-to-env-var[]
43+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ACCESS_TOKEN_EXPIRES_IN+++[]
44+
endif::add-copy-button-to-env-var[]
45+
ifndef::add-copy-button-to-env-var[]
46+
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ACCESS_TOKEN_EXPIRES_IN+++`
47+
endif::add-copy-button-to-env-var[]
48+
--
49+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-devservices-oidc_quarkus-oidc[icon:question-circle[title=More information about the Duration format]]
50+
|`+++5M+++`
51+
52+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in[`quarkus.oidc.devservices.id-token-expires-in`]##
53+
ifdef::add-copy-button-to-config-props[]
54+
config_property_copy_button:+++quarkus.oidc.devservices.id-token-expires-in+++[]
55+
endif::add-copy-button-to-config-props[]
56+
57+
58+
[.description]
59+
--
60+
Relative duration the ID token will expire in.
61+
62+
63+
ifdef::add-copy-button-to-env-var[]
64+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ID_TOKEN_EXPIRES_IN+++[]
65+
endif::add-copy-button-to-env-var[]
66+
ifndef::add-copy-button-to-env-var[]
67+
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ID_TOKEN_EXPIRES_IN+++`
68+
endif::add-copy-button-to-env-var[]
69+
--
70+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-devservices-oidc_quarkus-oidc[icon:question-circle[title=More information about the Duration format]]
71+
|`+++5M+++`
72+
3173
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name[`quarkus.oidc.devservices.roles."role-name"`]##
3274
ifdef::add-copy-button-to-config-props[]
3375
config_property_copy_button:+++quarkus.oidc.devservices.roles."role-name"+++[]
@@ -53,3 +95,22 @@ endif::add-copy-button-to-env-var[]
5395

5496
|===
5597

98+
ifndef::no-duration-note[]
99+
[NOTE]
100+
[id=duration-note-anchor-quarkus-devservices-oidc_quarkus-oidc]
101+
.About the Duration format
102+
====
103+
To write duration values, use the standard `java.time.Duration` format.
104+
See the link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html#parse(java.lang.CharSequence)[Duration#parse() Java API documentation] for more information.
105+
106+
You can also use a simplified format, starting with a number:
107+
108+
* If the value is only a number, it represents time in seconds.
109+
* If the value is a number followed by `ms`, it represents time in milliseconds.
110+
111+
In other cases, the simplified format is translated to the `java.time.Duration` format for parsing:
112+
113+
* If the value is a number followed by `h`, `m`, or `s`, it is prefixed with `PT`.
114+
* If the value is a number followed by `d`, it is prefixed with `P`.
115+
====
116+
endif::no-duration-note[]

_generated-doc/main/config/quarkus-devservices-oidc_quarkus.oidc.adoc

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,48 @@ endif::add-copy-button-to-env-var[]
2828
|boolean
2929
|`+++Enabled when Docker and Podman are not available+++`
3030

31+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-access-token-expires-in]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-access-token-expires-in[`quarkus.oidc.devservices.access-token-expires-in`]##
32+
ifdef::add-copy-button-to-config-props[]
33+
config_property_copy_button:+++quarkus.oidc.devservices.access-token-expires-in+++[]
34+
endif::add-copy-button-to-config-props[]
35+
36+
37+
[.description]
38+
--
39+
Relative duration the access token will expire in.
40+
41+
42+
ifdef::add-copy-button-to-env-var[]
43+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ACCESS_TOKEN_EXPIRES_IN+++[]
44+
endif::add-copy-button-to-env-var[]
45+
ifndef::add-copy-button-to-env-var[]
46+
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ACCESS_TOKEN_EXPIRES_IN+++`
47+
endif::add-copy-button-to-env-var[]
48+
--
49+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-devservices-oidc_quarkus-oidc[icon:question-circle[title=More information about the Duration format]]
50+
|`+++5M+++`
51+
52+
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-id-token-expires-in[`quarkus.oidc.devservices.id-token-expires-in`]##
53+
ifdef::add-copy-button-to-config-props[]
54+
config_property_copy_button:+++quarkus.oidc.devservices.id-token-expires-in+++[]
55+
endif::add-copy-button-to-config-props[]
56+
57+
58+
[.description]
59+
--
60+
Relative duration the ID token will expire in.
61+
62+
63+
ifdef::add-copy-button-to-env-var[]
64+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ID_TOKEN_EXPIRES_IN+++[]
65+
endif::add-copy-button-to-env-var[]
66+
ifndef::add-copy-button-to-env-var[]
67+
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ID_TOKEN_EXPIRES_IN+++`
68+
endif::add-copy-button-to-env-var[]
69+
--
70+
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-devservices-oidc_quarkus-oidc[icon:question-circle[title=More information about the Duration format]]
71+
|`+++5M+++`
72+
3173
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name[`quarkus.oidc.devservices.roles."role-name"`]##
3274
ifdef::add-copy-button-to-config-props[]
3375
config_property_copy_button:+++quarkus.oidc.devservices.roles."role-name"+++[]
@@ -53,3 +95,22 @@ endif::add-copy-button-to-env-var[]
5395

5496
|===
5597

98+
ifndef::no-duration-note[]
99+
[NOTE]
100+
[id=duration-note-anchor-quarkus-devservices-oidc_quarkus-oidc]
101+
.About the Duration format
102+
====
103+
To write duration values, use the standard `java.time.Duration` format.
104+
See the link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html#parse(java.lang.CharSequence)[Duration#parse() Java API documentation] for more information.
105+
106+
You can also use a simplified format, starting with a number:
107+
108+
* If the value is only a number, it represents time in seconds.
109+
* If the value is a number followed by `ms`, it represents time in milliseconds.
110+
111+
In other cases, the simplified format is translated to the `java.time.Duration` format for parsing:
112+
113+
* If the value is a number followed by `h`, `m`, or `s`, it is prefixed with `PT`.
114+
* If the value is a number followed by `d`, it is prefixed with `P`.
115+
====
116+
endif::no-duration-note[]

0 commit comments

Comments
 (0)