Class 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
    • 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.
    • Constructor Detail

      • BootstrapConfig

        public BootstrapConfig()