fjtirado commented on code in PR #2238: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2238#discussion_r2166226719
########## data-index/data-index-storage/data-index-storage-api/src/main/java/org/kie/kogito/index/model/NodeInstance.java: ########## @@ -18,10 +18,10 @@ */ package org.kie.kogito.index.model; -import java.time.ZonedDateTime; - import com.fasterxml.jackson.annotation.JsonProperty; +import java.time.ZonedDateTime; Review Comment: I think we need to clarify whats hapeening with the format, did you run maven install or let your IDE format it? CI is complaining about this one 2025-06-25T07:32:51.9414692Z org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal net.revelc.code:impsort-maven-plugin:1.8.0:check (default) on project data-index-storage-api: Imports are not sorted in /home/runner/work/incubator-kie-kogito-apps/incubator-kie-kogito-apps/apache_incubator-kie-kogito-apps/data-index/data-index-storage/data-index-storage-api/src/main/java/org/kie/kogito/index/model/NodeInstance.java -- 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]
