I have the same issue as SL ReloadOS API inquiry and I am using maven dependency.
<dependency>
<groupId>com.softlayer.api</groupId>
<artifactId>softlayer-api-client</artifactId>
<version>0.2.2</version>
</dependency>
Server.Service serverService = Server.service(client, hardware.getId()); fails to compile with error Type mismatch: cannot convert from Hardware.Service to Server.Service
serverService.reloadOperatingSystem("FORCE", config);
Since I am using maven,
how to change the code of com.softlayer.api.service.hardware.Server
class?