This is an automated email from the ASF dual-hosted git repository.

wmedvedeo pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new d5d7a028f2 kie-issues-789: kogito-addons-quarkus-events-process has 
EventsRuntimeConfigRoot with wrong prefix and name (#3342)
d5d7a028f2 is described below

commit d5d7a028f2ff85ed18bc022b7fb9c5ff34c9fb24
Author: Walter Medvedeo <[email protected]>
AuthorDate: Sat Dec 23 08:09:04 2023 +0100

    kie-issues-789: kogito-addons-quarkus-events-process has 
EventsRuntimeConfigRoot with wrong prefix and name (#3342)
---
 .../src/main/java/org/kie/kogito/events/config/EventsRuntimeConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/quarkus/addons/events/process/runtime/src/main/java/org/kie/kogito/events/config/EventsRuntimeConfig.java
 
b/quarkus/addons/events/process/runtime/src/main/java/org/kie/kogito/events/config/EventsRuntimeConfig.java
index 5e78b3de9b..18368bcd54 100644
--- 
a/quarkus/addons/events/process/runtime/src/main/java/org/kie/kogito/events/config/EventsRuntimeConfig.java
+++ 
b/quarkus/addons/events/process/runtime/src/main/java/org/kie/kogito/events/config/EventsRuntimeConfig.java
@@ -22,7 +22,7 @@ import io.quarkus.runtime.annotations.ConfigItem;
 import io.quarkus.runtime.annotations.ConfigPhase;
 import io.quarkus.runtime.annotations.ConfigRoot;
 
-@ConfigRoot(name = "kogito", phase = ConfigPhase.RUN_TIME, prefix = "events")
+@ConfigRoot(prefix = "kogito", name = "events", phase = ConfigPhase.RUN_TIME)
 public class EventsRuntimeConfig {
 
     /**


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to