Class ConfigurationRuntimeConfig

    • Field Detail

      • buildTimeMismatchAtRuntime

        @ConfigItem(defaultValue="warn")
        public ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime buildTimeMismatchAtRuntime
        What should happen if the application is started with a different build time configuration than it was compiled against. This may be useful to prevent misconfiguration.

        If this is set to warn the application will warn at start up.

        If this is set to fail the application will fail at start up.

        Native tests leveraging@io.quarkus.test.junit.TestProfile are always run with quarkus.configuration.build-time-mismatch-at-runtime = fail.

    • Constructor Detail

      • ConfigurationRuntimeConfig

        public ConfigurationRuntimeConfig()