Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Upgrade optional OkHttp dependency to version 3.12.2#485

Merged
emlaver merged 1 commit intomasterfrom
upgrade-okhttp3-3.12.2
May 29, 2019
Merged

Upgrade optional OkHttp dependency to version 3.12.2#485
emlaver merged 1 commit intomasterfrom
upgrade-okhttp3-3.12.2

Conversation

@emlaver
Copy link
Copy Markdown
Contributor

@emlaver emlaver commented May 24, 2019

Checklist

  • Tick to sign-off your agreement to the Developer Certificate of Origin (DCO) 1.1
  • Added tests for code changes or test/build only changes
  • Updated the change log file (CHANGES.md|CHANGELOG.md) or test/build only changes
  • Completed the PR template below:

Description

Upgrade optional OkHttp dependency to version 3.12.2

Approach

  • Updated version in README and in build.gradle
  • Findbugs fix: Removed conditional block that checks if route.proxy is null

Schema & API Changes

  • "No change"

Security and Privacy

  • "No change"

Testing

  • N/A build or packaging only changes

Monitoring and Logging

  • "No change"

@ricellis ricellis self-requested a review May 28, 2019 09:18
Copy link
Copy Markdown
Member

@ricellis ricellis left a comment

Choose a reason for hiding this comment

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

+1
Just need to update that copyright.


@Override
public Request authenticate(Route route, Response response) throws IOException {
if (route.proxy() != null) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This file needs a copyright update.

- Fixed FindBugs error by removing conditional block that checks if route.proxy is null
@emlaver emlaver force-pushed the upgrade-okhttp3-3.12.2 branch from 8132ff0 to 179fed0 Compare May 29, 2019 15:16
@emlaver emlaver merged commit e774f83 into master May 29, 2019
@emlaver emlaver deleted the upgrade-okhttp3-3.12.2 branch May 29, 2019 15:17
@ricellis ricellis added this to the 2.next milestone Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants