Uses of Class
io.quarkus.deployment.builditem.SuppressNonRuntimeConfigChangedWarningBuildItem
-
Packages that use SuppressNonRuntimeConfigChangedWarningBuildItem Package Description io.quarkus.deployment.steps -
-
Uses of SuppressNonRuntimeConfigChangedWarningBuildItem in io.quarkus.deployment.steps
Methods in io.quarkus.deployment.steps that return SuppressNonRuntimeConfigChangedWarningBuildItem Modifier and Type Method Description SuppressNonRuntimeConfigChangedWarningBuildItemConfigGenerationBuildStep. ignoreQuarkusProfileChange()Method parameters in io.quarkus.deployment.steps with type arguments of type SuppressNonRuntimeConfigChangedWarningBuildItem Modifier and Type Method Description voidConfigGenerationBuildStep. checkForBuildTimeConfigChange(ConfigChangeRecorder recorder, ConfigurationBuildItem configItem, LoggingSetupBuildItem loggingSetupBuildItem, ConfigurationRuntimeConfig configurationConfig, List<SuppressNonRuntimeConfigChangedWarningBuildItem> suppressNonRuntimeConfigChangedWarningItems)Warns if build time config properties have been changed at runtime.
-