Skip to content

feat: Allow setting both apache http client and test parameters #22

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

Merged
merged 46 commits into from
Oct 31, 2017
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
801347c
Allow setting both `apache http client` and `test` parameters
Sep 12, 2017
003b50c
Moved Mockito to test dependency.
twistedpair Sep 13, 2017
7bcf27b
Update README.md
ciceropablo Oct 10, 2017
a048c0d
added code of conduct
nightrainlily Oct 10, 2017
512939a
Remove oraclejdk7 from .travis.yml
maxymshg Oct 11, 2017
623c25d
Merge pull request #1 from maxymshg/fix-issue-28
maxymshg Oct 11, 2017
24c5304
Merge pull request #35 from maxymshg/master
thinkingserious Oct 11, 2017
3f8510e
Merge pull request #30 from ciceropablo/patch-1
thinkingserious Oct 12, 2017
9205ca4
Merge pull request #23 from twistedpair/master
thinkingserious Oct 12, 2017
317a74b
Version Bump v4.1.1: #23 Moved Mockito to test dependency.
thinkingserious Oct 12, 2017
bd6aa07
fixed formatting on code of conduct
nightrainlily Oct 13, 2017
6685bbb
Merge pull request #33 from nightrainlily/master
thinkingserious Oct 13, 2017
4ef886e
More SEO Friendly Section links
pushkyn Oct 21, 2017
c2e79bd
Update readme - moved logo to top, added ToC, license and other badges
pushkyn Oct 21, 2017
56503c7
Merge pull request #40 from pushkyn/seo-friendly-section-links
Oct 22, 2017
1cb5dec
Merge pull request #41 from pushkyn/update-readme
Oct 22, 2017
8b021dd
update contributing.md - fix typo
pushkyn Oct 23, 2017
9c68856
Merge pull request #43 from pushkyn/fix-contributing
Oct 24, 2017
a739fb7
Add opensdk8
kazoni Oct 24, 2017
a2a11ce
Update to openjdk8
kazoni Oct 24, 2017
e4eb4ff
updated jdk
diegorramos Oct 26, 2017
3a3481b
updated jdk
diegorramos Oct 26, 2017
7bda4ae
updated jdk
diegorramos Oct 26, 2017
8084d45
implemented task script with build check
diegorramos Oct 26, 2017
93daaaa
updated version gradle
diegorramos Oct 26, 2017
569993c
removed wrapper
diegorramos Oct 26, 2017
e9e078d
removed wrapper
diegorramos Oct 26, 2017
615d8df
removed gradle assemble
diegorramos Oct 26, 2017
31b6407
updated version gradle
diegorramos Oct 26, 2017
b8fd6e0
version gradle
diegorramos Oct 26, 2017
5dd0a07
updated version gradle
diegorramos Oct 26, 2017
f2c5e28
removed openjdk7, travis without support
diegorramos Oct 26, 2017
1b11adb
add github PR template
pushkyn Oct 26, 2017
8a42b32
Merge pull request #45 from kazoni/master
Oct 27, 2017
b1890ad
Merge branch 'master' into master
Oct 27, 2017
f942679
Merge branch 'master' into master
Oct 27, 2017
5a9d251
Merge pull request #48 from pushkyn/add-pull-request-template
Oct 27, 2017
b8d31ca
add usage.md
rohitdaryanani Oct 27, 2017
50ec375
Added TROUBLESHOOTING.md
mptap Oct 27, 2017
ea8d3a2
Merge pull request #46 from Polovinsky/master
Oct 28, 2017
d6fda6c
Merge pull request #55 from rohitdaryanani/master
Oct 28, 2017
69fc3d6
Merge pull request #56 from mptap/add-troubleshooting
Oct 28, 2017
4b832e8
change year for the license file
Oct 28, 2017
4baf706
Update PULL_REQUEST_TEMPLATE
Oct 28, 2017
c0d64f2
Merge pull request #64 from unluisco/master
Oct 28, 2017
d186c7f
Merge branch 'client_another_ctor' of https://github.com/maximn/java-…
mbernier Oct 28, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update to openjdk8
Openjdk7 broken, see gradle/gradle#2421
  • Loading branch information
kazoni committed Oct 24, 2017
commit a2a11ce5a069b363c2bc5ccff3349d4dbb801e41
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: java
sudo: false
jdk:
- oraclejdk8
- openjdk7
- openjdk8
after_script:
- "./gradlew build"
Expand Down