Skip to content

Commit d581515

Browse files
committed
Sync web site with Quarkus documentation
1 parent ab5086d commit d581515

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9732,7 +9732,7 @@ a| https://github.com/quarkusio/quarkus/blob/main/extensions/vertx-http/deployme
97329732
This build item aims to be used by extensions to generate static resources.
97339733
Those resources will be served on the given `GeneratedStaticResourceBuildItem#endpoint` . It is NOT necessary to create the file on disk.
97349734
Behind the scenes the build step will take care of add those resources to the final build, through `AdditionalStaticResourceBuildItem` , `NativeImageResourceBuildItem` and `io.quarkus.deployment.builditem.GeneratedResourceBuildItem` build items.
9735-
The value of `endpoint` should be prefixed with `'/'` .
9735+
The value of `endpoint` should be prefixed with `'/'` and reference a file (no trailing `/`).
97369736
-- a|`java.lang.String endpoint`
97379737
97389738
_No Javadoc found_

_guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
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.25.2
4+
:quarkus-version: 3.25.3
55
:quarkus-platform-groupid: io.quarkus.platform
66
// .
77
:maven-version: 3.9.9

_guides/databases-dev-services.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ services:
321321
ORACLE_DATABASE: quarkus
322322
APP_USER: quarkus
323323
APP_USER_PASSWORD: quarkus
324+
labels:
325+
io.quarkus.devservices.compose.wait_for.logs: .*DATABASE IS READY TO USE.*
324326
mssql:
325327
image: mcr.microsoft.com/mssql/server:2022-latest
326328
ports:

_guides/deploying-to-openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ quarkus.openshift.cron-job.schedule=0 * * * *
483483
----
484484

485485
IMPORTANT: CronJob resources require the https://en.wikipedia.org/wiki/Cron[Cron] expression to specify when to launch the job through the `quarkus.openshift.cron-job.schedule` property.
486-
If thet are not provided, the build fails.
486+
If they are not provided, the build fails.
487487

488488
You can configure the rest of the Kubernetes CronJob configuration by using the properties under `quarkus.openshift.cron-job.xxx` (for more information, see xref:deploying-to-openshift.adoc#quarkus-kubernetes_quarkus-openshift-cron-job-parallelism[quarkus.openshift.cron-job.parallelism]).
489489

0 commit comments

Comments
 (0)