Skip to content

Commit

Permalink
kie-issues-789: kogito-addons-quarkus-events-process has EventsRuntim…
Browse files Browse the repository at this point in the history
…eConfigRoot with wrong prefix and name (#3342)
  • Loading branch information
wmedvede authored Dec 23, 2023
1 parent 682e722 commit d5d7a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
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 {

/**
Expand Down

0 comments on commit d5d7a02

Please sign in to comment.