Skip to content

Commit 8ba2c76

Browse files
committed
Sync documentation of main branch
1 parent 3773ee6 commit 8ba2c76

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

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

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,30 +1786,23 @@ a| https://github.com/quarkusio/quarkus/blob/main/core/deployment/src/main/java/
17861786
A build item used to aggregate configuration settings for the GraalVM native image build.
17871787
This is a `MultiBuildItem` , meaning multiple instances can be produced by different extensions during the build process. It collects information such as:
17881788
1789-
* Classes to be initialized at runtime ( `#runtimeInitializedClasses` )
1789+
* Classes to be (re-)initialized at runtime
17901790
17911791
1792-
* Classes to be re-initialized at runtime ( `#runtimeReinitializedClasses` )
1792+
* Resource bundles to include
17931793
17941794
1795-
* Resource bundles to include ( `#resourceBundles` )
1795+
* Dynamic proxy definitions
17961796
17971797
1798-
* Dynamic proxy definitions ( `#proxyDefinitions` )
1799-
1800-
1801-
* System properties to be set within the native image ( `#nativeImageSystemProperties` )
1798+
* System properties to be set within the native image
18021799
18031800
18041801
The final native image configuration is assembled by combining all produced instances of this build item. Use the `#builder()` method to construct instances.
18051802
-- a|`java.util.Set<String> runtimeInitializedClasses`
18061803
18071804
_No Javadoc found_
18081805

1809-
`java.util.Set<String> runtimeReinitializedClasses`
1810-
1811-
_No Javadoc found_
1812-
18131806
`java.util.Set<String> resourceBundles`
18141807

18151808
_No Javadoc found_

0 commit comments

Comments
 (0)