-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move binding ServerIdleDetctor to the assembly module #5541
Conversation
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/2998/ |
import javax.inject.Inject; | ||
import javax.inject.Named; | ||
import javax.inject.Singleton; | ||
import io.fabric8.kubernetes.api.model.Container; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all these formatting issues should be in another commit.
Because looking at the history, it will be non-sense if sorting of imports correspond to "move server idle detector"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
import org.eclipse.che.api.core.model.workspace.Workspace; | ||
import org.eclipse.che.api.core.notification.EventService; | ||
import org.eclipse.che.api.workspace.server.event.ServerIdleEvent; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess package change for ServerIdleEvent is the only "real" change in this file ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
Signed-off-by: Vitalii Parfonov <[email protected]>
66681d5
to
d06ef69
Compare
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/3001/ |
@vparfonov : please assign milestone when merging. |
Signed-off-by: Vitalii Parfonov <[email protected]>
Signed-off-by: Vitalii Parfonov [email protected]
What does this PR do?