jeejz commented on code in PR #4178: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/4178#discussion_r2822307403
########## quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common-deployment/src/main/java/org/kie/kogito/quarkus/workflow/deployment/config/KogitoDevServicesBuildTimeConfig.java: ########## @@ -20,10 +20,13 @@ import java.util.Optional; -import io.quarkus.runtime.annotations.ConfigGroup; import io.smallrye.config.WithDefault; -@ConfigGroup +/** + * Nested configuration group for Kogito DevServices build-time settings. Review Comment: removed the comment. ########## quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common/src/main/java/org/kie/kogito/quarkus/workflow/config/KogitoPersistenceBuildTimeConfig.java: ########## @@ -18,11 +18,14 @@ */ package org.kie.kogito.quarkus.workflow.config; -import io.quarkus.runtime.annotations.ConfigGroup; import io.smallrye.config.WithDefault; import io.smallrye.config.WithName; -@ConfigGroup +/** + * Nested configuration group for persistence build-time settings. Review Comment: removed the comment. ########## quarkus/extensions/kogito-quarkus-workflow-extension-common/kogito-quarkus-workflow-common/src/main/java/org/kie/kogito/quarkus/workflow/config/KogitoPersistenceRuntimeConfig.java: ########## @@ -20,11 +20,14 @@ import java.util.Optional; -import io.quarkus.runtime.annotations.ConfigGroup; import io.smallrye.config.WithDefault; import io.smallrye.config.WithName; -@ConfigGroup +/** + * Nested configuration group for persistence runtime settings. Review Comment: removed the comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
