You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A build item used to aggregate configuration settings for the GraalVM native image build.
1787
1787
This is a `MultiBuildItem` , meaning multiple instances can be produced by different extensions during the build process. It collects information such as:
1788
1788
1789
-
* Classes to be initialized at runtime ( `#runtimeInitializedClasses` )
1789
+
* Classes to be (re-)initialized at runtime
1790
1790
1791
1791
1792
-
* Classes to be re-initialized at runtime ( `#runtimeReinitializedClasses` )
1792
+
* Resource bundles to include
1793
1793
1794
1794
1795
-
* Resource bundles to include ( `#resourceBundles` )
* System properties to be set within the native image ( `#nativeImageSystemProperties` )
1798
+
* System properties to be set within the native image
1802
1799
1803
1800
1804
1801
The final native image configuration is assembled by combining all produced instances of this build item. Use the `#builder()` method to construct instances.
0 commit comments