Skip to content

Commit d312f66

Browse files
committed
Sync web site with Quarkus documentation
1 parent 3c0e9ca commit d312f66

16 files changed

+341
-93
lines changed

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

Lines changed: 79 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,29 @@ endif::add-copy-button-to-env-var[]
874874
|list of link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html[Class]
875875
|
876876

877+
a| [[quarkus-amazon-lambda_quarkus-lambda-handler]] [.property-path]##link:#quarkus-amazon-lambda_quarkus-lambda-handler[`quarkus.lambda.handler`]##
878+
ifdef::add-copy-button-to-config-props[]
879+
config_property_copy_button:+++quarkus.lambda.handler+++[]
880+
endif::add-copy-button-to-config-props[]
881+
882+
883+
[.description]
884+
--
885+
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation.
886+
887+
If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
888+
889+
890+
ifdef::add-copy-button-to-env-var[]
891+
Environment variable: env_var_with_copy_button:+++QUARKUS_LAMBDA_HANDLER+++[]
892+
endif::add-copy-button-to-env-var[]
893+
ifndef::add-copy-button-to-env-var[]
894+
Environment variable: `+++QUARKUS_LAMBDA_HANDLER+++`
895+
endif::add-copy-button-to-env-var[]
896+
--
897+
|string
898+
|
899+
877900
a| [[quarkus-amazon-lambda_quarkus-lambda-mock-event-server-dev-port]] [.property-path]##link:#quarkus-amazon-lambda_quarkus-lambda-mock-event-server-dev-port[`quarkus.lambda.mock-event-server.dev-port`]##
878901
ifdef::add-copy-button-to-config-props[]
879902
config_property_copy_button:+++quarkus.lambda.mock-event-server.dev-port+++[]
@@ -958,27 +981,6 @@ endif::add-copy-button-to-env-var[]
958981
|int
959982
|`+++8081+++`
960983

961-
a| [[quarkus-amazon-lambda_quarkus-lambda-handler]] [.property-path]##link:#quarkus-amazon-lambda_quarkus-lambda-handler[`quarkus.lambda.handler`]##
962-
ifdef::add-copy-button-to-config-props[]
963-
config_property_copy_button:+++quarkus.lambda.handler+++[]
964-
endif::add-copy-button-to-config-props[]
965-
966-
967-
[.description]
968-
--
969-
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation. If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
970-
971-
972-
ifdef::add-copy-button-to-env-var[]
973-
Environment variable: env_var_with_copy_button:+++QUARKUS_LAMBDA_HANDLER+++[]
974-
endif::add-copy-button-to-env-var[]
975-
ifndef::add-copy-button-to-env-var[]
976-
Environment variable: `+++QUARKUS_LAMBDA_HANDLER+++`
977-
endif::add-copy-button-to-env-var[]
978-
--
979-
|string
980-
|
981-
982984

983985
h|[.extension-name]##Amazon Lambda AWS Gateway REST API##
984986
h|Type
@@ -2421,7 +2423,7 @@ Environment variable: `+++QUARKUS_CONTAINER_IMAGE_TAG+++`
24212423
endif::add-copy-button-to-env-var[]
24222424
--
24232425
|string
2424-
|`+++${quarkus.application.version:latest}+++`
2426+
|
24252427

24262428
a|icon:lock[title=Fixed at build time] [[quarkus-container-image_quarkus-container-image-additional-tags]] [.property-path]##link:#quarkus-container-image_quarkus-container-image-additional-tags[`quarkus.container-image.additional-tags`]##
24272429
ifdef::add-copy-button-to-config-props[]
@@ -5563,6 +5565,8 @@ endif::add-copy-button-to-config-props[]
55635565
--
55645566
If set to true, writes a list of all reflective classes to META-INF
55655567

5568+
For fast-jar the META-INF is inside of quarkus-app/quarkus/generated-bytecode.jar
5569+
55665570

55675571
ifdef::add-copy-button-to-env-var[]
55685572
Environment variable: env_var_with_copy_button:+++QUARKUS_DEBUG_REFLECTION+++[]
@@ -6299,15 +6303,17 @@ endif::add-copy-button-to-config-props[]
62996303
[.description]
63006304
--
63016305
The log level of the root category, which is used as the default log level for all categories.
6302-
<p>
6306+
63036307
JBoss Logging supports Apache-style log levels:
6304-
<p>
6305-
* {@link org.jboss.logmanager.Level#FATAL}
6306-
* {@link org.jboss.logmanager.Level#ERROR}
6307-
* {@link org.jboss.logmanager.Level#WARN}
6308-
* {@link org.jboss.logmanager.Level#INFO}
6309-
* {@link org.jboss.logmanager.Level#DEBUG}
6310-
* {@link org.jboss.logmanager.Level#TRACE}
6308+
6309+
6310+
6311+
- `org.jboss.logmanager.Level++#++FATAL`
6312+
- `org.jboss.logmanager.Level++#++ERROR`
6313+
- `org.jboss.logmanager.Level++#++WARN`
6314+
- `org.jboss.logmanager.Level++#++INFO`
6315+
- `org.jboss.logmanager.Level++#++DEBUG`
6316+
- `org.jboss.logmanager.Level++#++TRACE`
63116317

63126318
In addition, it also supports the standard JDK log levels.
63136319

@@ -14447,6 +14453,48 @@ endif::add-copy-button-to-env-var[]
1444714453
|boolean
1444814454
|`+++Enabled when Docker and Podman are not available+++`
1444914455

14456+
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`]##
14457+
ifdef::add-copy-button-to-config-props[]
14458+
config_property_copy_button:+++quarkus.oidc.devservices.access-token-expires-in+++[]
14459+
endif::add-copy-button-to-config-props[]
14460+
14461+
14462+
[.description]
14463+
--
14464+
Relative duration the access token will expire in.
14465+
14466+
14467+
ifdef::add-copy-button-to-env-var[]
14468+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ACCESS_TOKEN_EXPIRES_IN+++[]
14469+
endif::add-copy-button-to-env-var[]
14470+
ifndef::add-copy-button-to-env-var[]
14471+
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ACCESS_TOKEN_EXPIRES_IN+++`
14472+
endif::add-copy-button-to-env-var[]
14473+
--
14474+
|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]]
14475+
|`+++5M+++`
14476+
14477+
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`]##
14478+
ifdef::add-copy-button-to-config-props[]
14479+
config_property_copy_button:+++quarkus.oidc.devservices.id-token-expires-in+++[]
14480+
endif::add-copy-button-to-config-props[]
14481+
14482+
14483+
[.description]
14484+
--
14485+
Relative duration the ID token will expire in.
14486+
14487+
14488+
ifdef::add-copy-button-to-env-var[]
14489+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ID_TOKEN_EXPIRES_IN+++[]
14490+
endif::add-copy-button-to-env-var[]
14491+
ifndef::add-copy-button-to-env-var[]
14492+
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ID_TOKEN_EXPIRES_IN+++`
14493+
endif::add-copy-button-to-env-var[]
14494+
--
14495+
|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]]
14496+
|`+++5M+++`
14497+
1445014498
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"`]##
1445114499
ifdef::add-copy-button-to-config-props[]
1445214500
config_property_copy_button:+++quarkus.oidc.devservices.roles."role-name"+++[]
@@ -18477,7 +18525,7 @@ endif::add-copy-button-to-config-props[]
1847718525

1847818526
[.description]
1847918527
--
18480-
Enables / Disables the usage of a separate interface/port to expose the management endpoints. If sets to `true`, the management endpoints will be exposed to a different HTTP server. This avoids exposing the management endpoints on a y available server(.
18528+
Enables / Disables the usage of a separate interface/port to expose the management endpoints. If sets to `true`, the management endpoints will be exposed to a different HTTP server. This avoids exposing the management endpoints on a publicly available server.
1848118529

1848218530

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

_generated-doc/latest/config/quarkus-amazon-lambda.adoc

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,29 @@ endif::add-copy-button-to-env-var[]
4949
|list of link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html[Class]
5050
|
5151

52+
a| [[quarkus-amazon-lambda_quarkus-lambda-handler]] [.property-path]##link:#quarkus-amazon-lambda_quarkus-lambda-handler[`quarkus.lambda.handler`]##
53+
ifdef::add-copy-button-to-config-props[]
54+
config_property_copy_button:+++quarkus.lambda.handler+++[]
55+
endif::add-copy-button-to-config-props[]
56+
57+
58+
[.description]
59+
--
60+
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation.
61+
62+
If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
63+
64+
65+
ifdef::add-copy-button-to-env-var[]
66+
Environment variable: env_var_with_copy_button:+++QUARKUS_LAMBDA_HANDLER+++[]
67+
endif::add-copy-button-to-env-var[]
68+
ifndef::add-copy-button-to-env-var[]
69+
Environment variable: `+++QUARKUS_LAMBDA_HANDLER+++`
70+
endif::add-copy-button-to-env-var[]
71+
--
72+
|string
73+
|
74+
5275
a| [[quarkus-amazon-lambda_quarkus-lambda-mock-event-server-dev-port]] [.property-path]##link:#quarkus-amazon-lambda_quarkus-lambda-mock-event-server-dev-port[`quarkus.lambda.mock-event-server.dev-port`]##
5376
ifdef::add-copy-button-to-config-props[]
5477
config_property_copy_button:+++quarkus.lambda.mock-event-server.dev-port+++[]
@@ -133,26 +156,5 @@ endif::add-copy-button-to-env-var[]
133156
|int
134157
|`+++8081+++`
135158

136-
a| [[quarkus-amazon-lambda_quarkus-lambda-handler]] [.property-path]##link:#quarkus-amazon-lambda_quarkus-lambda-handler[`quarkus.lambda.handler`]##
137-
ifdef::add-copy-button-to-config-props[]
138-
config_property_copy_button:+++quarkus.lambda.handler+++[]
139-
endif::add-copy-button-to-config-props[]
140-
141-
142-
[.description]
143-
--
144-
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation. If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
145-
146-
147-
ifdef::add-copy-button-to-env-var[]
148-
Environment variable: env_var_with_copy_button:+++QUARKUS_LAMBDA_HANDLER+++[]
149-
endif::add-copy-button-to-env-var[]
150-
ifndef::add-copy-button-to-env-var[]
151-
Environment variable: `+++QUARKUS_LAMBDA_HANDLER+++`
152-
endif::add-copy-button-to-env-var[]
153-
--
154-
|string
155-
|
156-
157159
|===
158160

_generated-doc/latest/config/quarkus-amazon-lambda_quarkus.lambda.adoc

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,29 @@ endif::add-copy-button-to-env-var[]
4949
|list of link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html[Class]
5050
|
5151

52+
a| [[quarkus-amazon-lambda_quarkus-lambda-handler]] [.property-path]##link:#quarkus-amazon-lambda_quarkus-lambda-handler[`quarkus.lambda.handler`]##
53+
ifdef::add-copy-button-to-config-props[]
54+
config_property_copy_button:+++quarkus.lambda.handler+++[]
55+
endif::add-copy-button-to-config-props[]
56+
57+
58+
[.description]
59+
--
60+
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation.
61+
62+
If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
63+
64+
65+
ifdef::add-copy-button-to-env-var[]
66+
Environment variable: env_var_with_copy_button:+++QUARKUS_LAMBDA_HANDLER+++[]
67+
endif::add-copy-button-to-env-var[]
68+
ifndef::add-copy-button-to-env-var[]
69+
Environment variable: `+++QUARKUS_LAMBDA_HANDLER+++`
70+
endif::add-copy-button-to-env-var[]
71+
--
72+
|string
73+
|
74+
5275
a| [[quarkus-amazon-lambda_quarkus-lambda-mock-event-server-dev-port]] [.property-path]##link:#quarkus-amazon-lambda_quarkus-lambda-mock-event-server-dev-port[`quarkus.lambda.mock-event-server.dev-port`]##
5376
ifdef::add-copy-button-to-config-props[]
5477
config_property_copy_button:+++quarkus.lambda.mock-event-server.dev-port+++[]
@@ -133,26 +156,5 @@ endif::add-copy-button-to-env-var[]
133156
|int
134157
|`+++8081+++`
135158

136-
a| [[quarkus-amazon-lambda_quarkus-lambda-handler]] [.property-path]##link:#quarkus-amazon-lambda_quarkus-lambda-handler[`quarkus.lambda.handler`]##
137-
ifdef::add-copy-button-to-config-props[]
138-
config_property_copy_button:+++quarkus.lambda.handler+++[]
139-
endif::add-copy-button-to-config-props[]
140-
141-
142-
[.description]
143-
--
144-
The handler name. Handler names are specified on handler classes using the `@jakarta.inject.Named` annotation. If this name is unspecified and there is exactly one unnamed implementation of `com.amazonaws.services.lambda.runtime.RequestHandler` then this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used.
145-
146-
147-
ifdef::add-copy-button-to-env-var[]
148-
Environment variable: env_var_with_copy_button:+++QUARKUS_LAMBDA_HANDLER+++[]
149-
endif::add-copy-button-to-env-var[]
150-
ifndef::add-copy-button-to-env-var[]
151-
Environment variable: `+++QUARKUS_LAMBDA_HANDLER+++`
152-
endif::add-copy-button-to-env-var[]
153-
--
154-
|string
155-
|
156-
157159
|===
158160

_generated-doc/latest/config/quarkus-container-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Environment variable: `+++QUARKUS_CONTAINER_IMAGE_TAG+++`
6868
endif::add-copy-button-to-env-var[]
6969
--
7070
|string
71-
|`+++${quarkus.application.version:latest}+++`
71+
|
7272

7373
a|icon:lock[title=Fixed at build time] [[quarkus-container-image_quarkus-container-image-additional-tags]] [.property-path]##link:#quarkus-container-image_quarkus-container-image-additional-tags[`quarkus.container-image.additional-tags`]##
7474
ifdef::add-copy-button-to-config-props[]

_generated-doc/latest/config/quarkus-container-image_quarkus.container-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Environment variable: `+++QUARKUS_CONTAINER_IMAGE_TAG+++`
6868
endif::add-copy-button-to-env-var[]
6969
--
7070
|string
71-
|`+++${quarkus.application.version:latest}+++`
71+
|
7272

7373
a|icon:lock[title=Fixed at build time] [[quarkus-container-image_quarkus-container-image-additional-tags]] [.property-path]##link:#quarkus-container-image_quarkus-container-image-additional-tags[`quarkus.container-image.additional-tags`]##
7474
ifdef::add-copy-button-to-config-props[]

_generated-doc/latest/config/quarkus-core_quarkus.debug.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ endif::add-copy-button-to-config-props[]
1717
--
1818
If set to true, writes a list of all reflective classes to META-INF
1919

20+
For fast-jar the META-INF is inside of quarkus-app/quarkus/generated-bytecode.jar
21+
2022

2123
ifdef::add-copy-button-to-env-var[]
2224
Environment variable: env_var_with_copy_button:+++QUARKUS_DEBUG_REFLECTION+++[]

_generated-doc/latest/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/latest/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[]

0 commit comments

Comments
 (0)