Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kong/unirest-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.10
Choose a base ref
...
head repository: Kong/unirest-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.11
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 9, 2021

  1. Configuration menu
    Copy the full SHA
    a54bd33 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Configuration menu
    Copy the full SHA
    91edd16 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Fix useSystemProperties

    Previously the value set with Config.useSystemProperties(boolean) was
    overriden before. This pull request removes the call to
    HttpClientBuilder.useSystemProperties() from the ApacheClient
    constructor, so it is only called when the appropriate config is set.
    Also set the default value of useSystemProperties to true to not break
    behavior from previous versions.
    Aaron Bulmahn authored and Aaron Bulmahn committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    7ba19bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #395 from arbu/fix-use-system-properties

    Fix useSystemProperties
    ryber authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    51d44a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    785d6cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129a698 View commit details
    Browse the repository at this point in the history
Loading