> <scope>provided</scope>
> </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.driver</groupId>
> + <artifactId>jclouds-okhttp</artifactId>
> + <version>${project.parent.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>com.github.fge</groupId>
> + <artifactId>json-patch</artifactId>
> + <version>1.9</version>
> + </dependency>
This api's update feature uses PATCH that accepts a JSONPatch as per the RFC
https://tools.ietf.org/html/rfc6902
This is where most of the complexity arises. We want users to deal with our
domain objects, but still send the service a proper JSONPatch diff.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/179/files#r25899569