Skip to content

Commit 880c57e

Browse files
committed
Sync documentation of main branch
1 parent aa333c7 commit 880c57e

File tree

3 files changed

+49
-5
lines changed

3 files changed

+49
-5
lines changed

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

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

56465646
[.description]
56475647
--
5648-
Global flag that can be used to force the attachmment of Dev Services to shared network. Default is false.
5648+
Global flag that can be used to force the attachment of Dev Services to shared network. Default is false.
56495649

56505650

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

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

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

3737
[.description]
3838
--
39-
Global flag that can be used to force the attachmment of Dev Services to shared network. Default is false.
39+
Global flag that can be used to force the attachment of Dev Services to shared network. Default is false.
4040

4141

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

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

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,17 @@ _No Javadoc found_
161161

162162

163163

164+
a| https://github.com/quarkusio/quarkus/blob/main/core/deployment/src/main/java/io/quarkus/deployment/builditem/ApplicationInstanceIdBuildItem.java[`io.quarkus.deployment.builditem.ApplicationInstanceIdBuildItem`, window="_blank"]
165+
[.description]
166+
--
167+
A unique identifier for an instance of an application. Development and test modes will have different IDs. The application ID will persist across continuous test restarts and dev mode restarts. It mirrors the lifecycle of a curated application.
168+
-- a|`java.util.UUID UUID`
169+
170+
_No Javadoc found_
171+
172+
173+
174+
164175
a| https://github.com/quarkusio/quarkus/blob/main/core/deployment/src/main/java/io/quarkus/deployment/sbom/ApplicationManifestsBuildItem.java[`io.quarkus.deployment.sbom.ApplicationManifestsBuildItem`, window="_blank"]
165176
[.description]
166177
--
@@ -600,7 +611,7 @@ a| https://github.com/quarkusio/quarkus/blob/main/core/deployment/src/main/java/
600611
[.description]
601612
--
602613
Build Item that can be used to queue shutdown tasks that are run when the `io.quarkus.bootstrap.app.CuratedApplication` is closed.
603-
For production applications, this will be at the end of the Maven/Gradle build. For dev mode applications, this will be when dev mode shuts down. For tests, it will generally be at the end of the test run. However, for continuous testing this will be when the outer dev mode process shuts down. For unit style tests, this will usually be the end of the test.
614+
For production applications, this will be at the end of the Maven/Gradle build. For dev mode applications, this will be when dev mode shuts down. For tests, it will generally be at the end of the test run. However, for continuous testing this will be when the outer dev mode process shuts down. For extension unit tests, this will usually be the end of the test.
604615
-- a|`boolean firstRun`
605616
606617
_No Javadoc found_
@@ -695,14 +706,18 @@ _No Javadoc found_
695706

696707
_No Javadoc found_
697708

698-
`io.quarkus.deployment.dev.devservices.ContainerInfo containerInfo`
709+
`java.util.function.Supplier<ContainerInfo> lazyContainerInfo`
699710

700711
_No Javadoc found_
701712

702713
`java.util.Map<String,String> configs`
703714

704715
_No Javadoc found_
705716

717+
`java.util.function.Supplier<Map<String,String>> lazyConfigs`
718+
719+
_No Javadoc found_
720+
706721

707722

708723

@@ -780,10 +795,35 @@ _No Javadoc found_
780795

781796

782797

798+
a| https://github.com/quarkusio/quarkus/blob/main/core/deployment/src/main/java/io/quarkus/deployment/builditem/DevServicesRegistryBuildItem.java[`io.quarkus.deployment.builditem.DevServicesRegistryBuildItem`, window="_blank"]
799+
[.description]
800+
--
801+
_No Javadoc found_
802+
-- a|`io.quarkus.devservices.crossclassloader.runtime.RunningDevServicesRegistry tracker`
803+
804+
_No Javadoc found_
805+
806+
`java.util.UUID uuid`
807+
808+
_No Javadoc found_
809+
810+
`io.quarkus.deployment.dev.devservices.DevServicesConfig globalConfig`
811+
812+
_No Javadoc found_
813+
814+
`io.quarkus.runtime.LaunchMode launchMode`
815+
816+
_No Javadoc found_
817+
818+
819+
820+
783821
a| https://github.com/quarkusio/quarkus/blob/main/core/deployment/src/main/java/io/quarkus/deployment/builditem/DevServicesResultBuildItem.java[`io.quarkus.deployment.builditem.DevServicesResultBuildItem`, window="_blank"]
784822
[.description]
785823
--
786-
BuildItem for running dev services. Combines injected configs to the application with container id (if it exists). Processors are expected to return this build item not only when the dev service first starts, but also if a running dev service already exists. `RunningDevService` helps to manage the lifecycle of the running dev service.
824+
BuildItem for running dev services. Combines injected configs to the application with container id (if it exists).
825+
Processors are expected to return this build item not only when the dev service first starts, but also if a running dev service already exists.
826+
`RunningDevService` helps to manage the lifecycle of the running dev service.
787827
-- a|`java.lang.String name`
788828
789829
_No Javadoc found_
@@ -800,6 +840,10 @@ _No Javadoc found_
800840

801841
_No Javadoc found_
802842

843+
`io.quarkus.deployment.builditem.RunnableDevService runnableDevService`
844+
845+
_No Javadoc found_
846+
803847

804848

805849

0 commit comments

Comments
 (0)