Agreed that commit-then-review is fine for smaller changes but this doesn’t fall into that category.
The okhttp.version affects downstream modules (e.g. openstack-marconi) and changing that version could break those downstream modules. I don’t classify that as a small change. Also, committing directly to the ASF git repo circumvents the CI jobs when a pull request is made in GitHub. Those jobs could catch any obvious problems and provide a layer of protection from breaking the build. I completely understand the desire to move fast on some of this stuff. It would be nice if you could give those of us who are maintaining downstream modules a heads up on IRC or via email. Regards, Everett On Jun 19, 2014, at 12:30 PM, Andrew Gaul <g...@apache.org> wrote: > Committers are free to use commit-then-review or review-then-commit. I > often use the former for smaller changes. > > On Thu, Jun 19, 2014 at 02:48:24PM +0000, Everett Toews wrote: >> Where’s the pull request for this? >> >> Everett >> >> >> On Jun 18, 2014, at 9:50 PM, g...@apache.org wrote: >> >>> Repository: jclouds >>> Updated Branches: >>> refs/heads/master 1982626cd -> ad56db2a4 >>> >>> >>> Upgrade to OkHttp 1.6.0 >>> >>> This upgrades both drivers/okhttp and mockwebserver. Changelog: >>> >>> https://github.com/square/okhttp/blob/master/CHANGELOG.md >>> >>> >>> Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo >>> Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/ad56db2a >>> Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/ad56db2a >>> Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/ad56db2a >>> >>> Branch: refs/heads/master >>> Commit: ad56db2a4d6ac4c3b7b126ba4303ab6e0c1f8b5e >>> Parents: 1982626 >>> Author: Andrew Gaul <g...@apache.org> >>> Authored: Wed Jun 18 19:41:46 2014 -0700 >>> Committer: Andrew Gaul <g...@apache.org> >>> Committed: Wed Jun 18 19:49:50 2014 -0700 >>> >>> ---------------------------------------------------------------------- >>> project/pom.xml | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> ---------------------------------------------------------------------- >>> >>> >>> http://git-wip-us.apache.org/repos/asf/jclouds/blob/ad56db2a/project/pom.xml >>> ---------------------------------------------------------------------- >>> diff --git a/project/pom.xml b/project/pom.xml >>> index 2d3b651..4b259d0 100644 >>> --- a/project/pom.xml >>> +++ b/project/pom.xml >>> @@ -201,7 +201,7 @@ >>> >>> <jclouds.test.listener>org.jclouds.test.testng.UnitTestStatusListener</jclouds.test.listener> >>> <test.ssh.keyfile /> >>> >>> <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> >>> - <okhttp.version>1.3.0</okhttp.version> >>> + <okhttp.version>1.6.0</okhttp.version> >>> <surefire.version>2.17</surefire.version> >>> </properties> >>> >>> > > -- > Andrew Gaul > http://gaul.org/