Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation #30496

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Allows extensions to suppress the runtime warning that Quarkus emits on startup when a non-runtime configuration
* options is different at runtime than build time.
* An example usage of this is when a user provides some test value in {@code application.properties}
* for a build-time only property and only provides the actual value on the command line when building Quarkus.
* for a build-time only property and only provides the actual value on the command line when starting Quarkus.
* In such a case we don't want the value set at build time to be revealed at runtime as it could be sensitive.
*/
public final class SuppressNonRuntimeConfigChangedWarningBuildItem extends MultiBuildItem {
Expand Down