jclouds git commit: [JCLOUDS-1200] Mark nonserializable fields in HttpResponseException and subtypes as transient.

2018-05-21 Thread gaul
Repository: jclouds Updated Branches: refs/heads/master 1f6ec343c -> 65a5ec816 [JCLOUDS-1200] Mark nonserializable fields in HttpResponseException and subtypes as transient. Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit:

[2/2] jclouds git commit: JCLOUDS-1263: Add live integration test for manipulating objects through the Swift ObjectApi with unicode characters in their path

2018-05-21 Thread gaul
JCLOUDS-1263: Add live integration test for manipulating objects through the Swift ObjectApi with unicode characters in their path Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/d464e8a3 Tree:

jclouds git commit: Upgrade to SpotBugs 3.1.3

2018-05-21 Thread gaul
Repository: jclouds Updated Branches: refs/heads/master a918550e5 -> 1f6ec343c Upgrade to SpotBugs 3.1.3 This replaces FindBugs. Also address a few violations. Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit:

jclouds git commit: [JCLOUDS-1200] Mark nonserializable fields in HttpResponseException and subtypes as transient.

2018-05-21 Thread gaul
Repository: jclouds Updated Branches: refs/heads/2.1.x 45230c879 -> d47c776cf [JCLOUDS-1200] Mark nonserializable fields in HttpResponseException and subtypes as transient. Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit:

[1/2] jclouds git commit: JCLOUDS-1263: URL encode object names from list object response before creating URIs with them

2018-05-21 Thread gaul
Repository: jclouds Updated Branches: refs/heads/2.1.x d47c776cf -> d464e8a37 JCLOUDS-1263: URL encode object names from list object response before creating URIs with them This fix calls urlEncode on the path before appending them to the existing path, as the core UriBuilder class expects

[1/2] jclouds git commit: JCLOUDS-1263: Add live integration test for manipulating objects through the Swift ObjectApi with unicode characters in their path

2018-05-21 Thread gaul
Repository: jclouds Updated Branches: refs/heads/master 65a5ec816 -> 29655f314 JCLOUDS-1263: Add live integration test for manipulating objects through the Swift ObjectApi with unicode characters in their path Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit:

[2/2] jclouds git commit: JCLOUDS-1263: URL encode object names from list object response before creating URIs with them

2018-05-21 Thread gaul
JCLOUDS-1263: URL encode object names from list object response before creating URIs with them This fix calls urlEncode on the path before appending them to the existing path, as the core UriBuilder class expects them to be URL-encoded. Project: