JnRouvignac commented on pull request #93: URL: https://github.com/apache/jclouds/pull/93#issuecomment-762705311
BTW are you interested in removing the dependency to `XMLBuilder`? This adds a dependency to the `com.jamesmurty.utils:java-xmlbuilder` jar and a transitive dependency to the `net.iharder:base64` jar (which is superseded by `java.util.Base64` with java 8 anyway). They are 18kb each approximately and not OSGi compatible. They are not huge, but it's less API surface and it's less things to change when trying to use jclouds in an OSGi context (they need to be replaced by OSGi compatible bundles like `org.apache.servicemix.bundles.java-xmlbuilder`). Of course that would be a separate PR once this PR gets approved and merged. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org