Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General project clean-up and tweaks. #9

Merged
merged 1 commit into from
Jul 28, 2012
Merged

Conversation

JakeWharton
Copy link
Member

  • Add checkstyle and correct anything that failed.
  • Expand README.md to have more info for the upcoming release.
  • Resolve plugin warnings in pom.xml.

 * Add checkstyle and correct anything that failed.
 * Expand README.md to have more info for the upcoming release.
 * Resolve plugin warnings in pom.xml.
`checkstyle-result.xml` file.

Before your code can be accepted into the project you must also sign the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

We should get our contributors to sign both Square's ICLA and Android's CLA just to be safe.

@swankjesse
Copy link
Member

Awesome.

One important constraint of okhttp is that it's intended to be upstream of AOSP. Basically every change we make in okhttp should be followed by an AOSP gerrit request.

Unfortunately we're already sitting on one huge unmerged change. This is the change that extracts a 'Transport' interface and adds a SpdyTransport implementation. We can't contribute this to AOSP until our legal agreements are approved, and we're still waiting on that. We want our first AOSP contribution to be as small as possible, especially since it includes some renamed files and actual merging might be nontrivial.

... so although I'm merging this, I'll also exclude it from the initial upstream merge. We'll follow that big change with a follow up that includes this change.

All that said, git makes it easy to slice & dice patches so it shouldn't be a problem.

swankjesse added a commit that referenced this pull request Jul 28, 2012
General project clean-up and tweaks.
@swankjesse swankjesse merged commit 3608deb into master Jul 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants