-
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
CHE-3616 Remove Machine API (server part) #4331
Conversation
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
The plan is to merge this for 5.5, correct? (I need to know as it affects the release notes). |
@bmicklea yes |
Build finished. |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/2119/ |
@@ -85,12 +82,14 @@ protected void configure() { | |||
devMachineVolumes.addBinding().toProvider(org.eclipse.che.plugin.docker.machine.ext.provider.ExtraVolumeProvider.class); | |||
|
|||
Multibinder<Set<String>> networks = Multibinder.newSetBinder(binder(), | |||
new TypeLiteral<Set<String>>() {}, |
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.
Please do not change formatting here and there unless you have strong opinion on that
Build finished. |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/2123/ |
We don't use Machine API anymore. We should remove server side logic.
Issue supposes:
#3616
Changelog
The Machine API has been removed in this release.
Release Notes
[in the advisory section]
Machine API Removed: The Machine API was deprecated in Codenvy 5.2 and is removed in 5.5. Please use the Workspace API as a replacement.