Skip to content

Use RuntimeValue to pass runtime config to recorder #377

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

Merged
merged 2 commits into from
Aug 2, 2025

Conversation

melloware
Copy link
Contributor

@melloware melloware commented Aug 2, 2025

To prevent this warning

Warning:  [io.quarkus.deployment] Run time configuration should not be consumed in Build Steps,
 use RuntimeValue<io.quarkiverse.loggingmanager.LoggingManagerRuntimeConfig> 
in a @Recorder constructor instead at io.quarkiverse.loggingmanager.LoggingManagerRuntimeConfig runtimeConfig of 
void io.quarkiverse.loggingmanager.deployment.LoggingManagerProcessor.includeRestEndpoints(io.quarkus.deployment.annotations.BuildProducer,io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem,io.quarkiverse.loggingmanager.deployment.LoggingManagerConfig,io.quarkus.vertx.http.deployment.BodyHandlerBuildItem,io.quarkiverse.loggingmanager.LoggerManagerRecorder,io.quarkus.deployment.builditem.LaunchModeBuildItem,io.quarkiverse.loggingmanager.LoggingManagerRuntimeConfig) of class io.quarkiverse.loggingmanager.deployment.LoggingManagerProcessor

@melloware melloware requested a review from a team as a code owner August 2, 2025 14:36
@melloware melloware merged commit 4247170 into quarkiverse:main Aug 2, 2025
1 check passed
@melloware melloware deleted the runtime-value branch August 2, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant