mariofusco commented on code in PR #1840:
URL: 
https://github.com/apache/incubator-kie-kogito-examples/pull/1840#discussion_r1423548215


##########
kogito-quarkus-examples/onboarding-example/onboarding-quarkus/src/main/java/org/kie/kogito/examples/BaseWorkItemHandlerConfig.java:
##########
@@ -37,6 +34,9 @@
 import org.kie.kogito.internal.process.runtime.KogitoWorkItemHandler;
 import org.kie.kogito.process.impl.DefaultWorkItemHandlerConfig;
 
+import jakarta.annotation.PostConstruct;
+import jakarta.inject.Inject;
+
 public abstract class BaseWorkItemHandlerConfig extends 
DefaultWorkItemHandlerConfig {

Review Comment:
   > is this really needed?
   
   Of course moving the imports from a place to another is not necessary and 
very likely just triggered by the IDE configuration, but if you agree I 
wouldn't block the PR only for that.



-- 
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]

Reply via email to