Re: [jclouds/jclouds] JCLOUDS-1263: URL encode object names from list object response before creating URIs with them (#1084)

2018-05-21 Thread Andrew Gaul
Pushed to master as 14621c08d70c3f128d7d1a81149fc88f43c61c95 and 29655f3149f151a834ed5a724e91e32994b28d89 and 2.1.x as 4288c9eb7f3d920eb24af8da006b8c32f1cff703 and d464e8a3704a780f7bec4873bce905413f987faa. Sorry for the delay; I misunderstood the Travis failures and missed the added tests.

Re: [jclouds/jclouds] JCLOUDS-1263: URL encode object names from list object response before creating URIs with them (#1084)

2018-05-21 Thread Andrew Gaul
Closed #1084. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1084#event-1638433977

[jira] [Resolved] (JCLOUDS-1263) Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence

2018-05-21 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul resolved JCLOUDS-1263. -- Resolution: Fixed Assignee: Andrew Gaul Fix Version/s: 2.1.1

[jira] [Commented] (JCLOUDS-1263) Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence

2018-05-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483507#comment-16483507 ] ASF subversion and git services commented on JCLOUDS-1263: -- Commit

[jira] [Commented] (JCLOUDS-1263) Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence

2018-05-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483506#comment-16483506 ] ASF subversion and git services commented on JCLOUDS-1263: -- Commit

[jira] [Commented] (JCLOUDS-1263) Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence

2018-05-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483504#comment-16483504 ] ASF subversion and git services commented on JCLOUDS-1263: -- Commit

[jira] [Commented] (JCLOUDS-1263) Listing objects in Openstack Swift blob store containers fails if a key has an invalid URL encode sequence

2018-05-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483503#comment-16483503 ] ASF subversion and git services commented on JCLOUDS-1263: -- Commit

Re: [jclouds/jclouds] [JCLOUDS-1200] Mark nonserializable fields in HttpResponseException and subtypes as transient (#1211)

2018-05-21 Thread Andrew Gaul
Closed #1211. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1211#event-1638420449

Re: [jclouds/jclouds] [JCLOUDS-1200] Mark nonserializable fields in HttpResponseException and subtypes as transient (#1211)

2018-05-21 Thread Andrew Gaul
Pushed to master as 65a5ec8164f5a75f63b1d853a742f358e0ae040b and 2.1.x as d47c776cf308e638c5ceff316852f29ceca89add. Thank you for your contribution @jglick! I investigated configuring FindBugs and SpotBugs to find this error but could not figure it out. Please let me know if you can figure

[jira] [Resolved] (JCLOUDS-1200) org.jclouds.http.HttpResponseException fails to serialize

2018-05-21 Thread Andrew Gaul (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Gaul resolved JCLOUDS-1200. -- Resolution: Fixed Assignee: Andrew Gaul Fix Version/s: 2.1.1

[jira] [Commented] (JCLOUDS-1200) org.jclouds.http.HttpResponseException fails to serialize

2018-05-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483498#comment-16483498 ] ASF subversion and git services commented on JCLOUDS-1200: -- Commit

[jira] [Commented] (JCLOUDS-1200) org.jclouds.http.HttpResponseException fails to serialize

2018-05-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16483499#comment-16483499 ] ASF subversion and git services commented on JCLOUDS-1200: -- Commit

Re: [jclouds/jclouds] JCLOUDS-1263: URL encode object names from list object response before creating URIs with them (#1084)

2018-05-21 Thread Timur Alperovich
I'm able to successfully run the tests locally. I'm not sure what the Travis failure was at the time, but I believe we should be able to rebase and merge this PR. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] [JCLOUDS-1200] Mark nonserializable fields in HttpResponseException and subtypes as transient (#1211)

2018-05-21 Thread Jesse Glick
> what motivates this change [JENKINS-51390](https://issues.jenkins-ci.org/browse/JENKINS-51390): Jenkins Pipelines which had caught an S3-related exception, or were in the process of propagating it up the call stack, caused lower-level errors when attempting to save the program state, since

Re: [jclouds/jclouds-labs] Upgrade to java8 (#436)

2018-05-21 Thread Andrew Gaul
gaul approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/436#pullrequestreview-121802549

Re: [jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2018-05-21 Thread Andrea Turli
see also https://github.com/jclouds/jclouds-karaf/pull/108 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1197#issuecomment-390654763

[jira] [Commented] (JCLOUDS-1416) Cache-Control header is not supported or allowed with B2 upload

2018-05-21 Thread Timothy Anyona (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16482335#comment-16482335 ] Timothy Anyona commented on JCLOUDS-1416: - I did some further testing as follows. If I create a

[jira] [Commented] (JCLOUDS-1416) Cache-Control header is not supported or allowed with B2 upload

2018-05-21 Thread Timothy Anyona (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16482337#comment-16482337 ] Timothy Anyona commented on JCLOUDS-1416: - [^b2web.zip] > Cache-Control header is not supported

[jira] [Updated] (JCLOUDS-1416) Cache-Control header is not supported or allowed with B2 upload

2018-05-21 Thread Timothy Anyona (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Anyona updated JCLOUDS-1416: Attachment: b2web.zip > Cache-Control header is not supported or allowed with B2 upload >