[
https://issues.apache.org/jira/browse/JCLOUDS-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17903111#comment-17903111
]
ASF subversion and git services commented on JCLOUDS-1641:
----------------------------------------------------------
Commit d3a261ba612e986a1b32783852079c5cecf6ad47 in jclouds's branch
refs/heads/master from Andrew Gaul
[ https://gitbox.apache.org/repos/asf?p=jclouds.git;h=d3a261ba61 ]
JCLOUDS-1641: Use POST instead of PATCH for GCS
Modern Java versions do not allow the reflection workaround previously
used.
> Cannot patch objects in GCS with modern Java
> --------------------------------------------
>
> Key: JCLOUDS-1641
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1641
> Project: jclouds
> Issue Type: Improvement
> Components: jclouds-blobstore
> Affects Versions: 2.6.0
> Reporter: Andrew Gaul
> Assignee: Andrew Gaul
> Priority: Major
> Labels: google-cloud-storage
> Time Spent: 20m
> Remaining Estimate: 0h
>
> JavaUrlHttpCommandExecutorService tries to make fields accessible to allow
> the PATCH method but modern Java prevents this. At least for GCS we can use
> POST with X-HTTP-Method-Override=PATCH although this is a general problem.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)