Package io.quarkus.deployment
Class BootstrapConfig
- java.lang.Object
-
- io.quarkus.deployment.BootstrapConfig
-
@ConfigRoot public class BootstrapConfig extends Object
This is used currently only to suppress warnings about unknown properties when the user supplies something like: -Dquarkus.debug.reflection=true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBootstrapConfig.MisalignedPlatformImports
-
Field Summary
Fields Modifier and Type Field Description (package private) booleaneffectiveModelBuilderIf set to true, the workspace initialization will be based on the effective POMs (i.e.BootstrapConfig.MisalignedPlatformImportsmisalignedPlatformImportsWhether to throw an error, warn or silently ignore misaligned platform BOM imports
-
Constructor Summary
Constructors Constructor Description BootstrapConfig()
-
-
-
Field Detail
-
effectiveModelBuilder
@ConfigItem(defaultValue="false") boolean effectiveModelBuilder
If set to true, the workspace initialization will be based on the effective POMs (i.e. properly interpolated, including support for profiles, etc) instead of the raw ones.
-
misalignedPlatformImports
@ConfigItem(defaultValue="error") public BootstrapConfig.MisalignedPlatformImports misalignedPlatformImports
Whether to throw an error, warn or silently ignore misaligned platform BOM imports
-
-