Skip to content

Commit

Permalink
first approach of HttpClient5 migration (#397)
Browse files Browse the repository at this point in the history
* first approach of HttpClient5 migration

* added header

* removed redundant parameter

* added a basic test

* Add test for dependency & fix compilation on Java before/after

* Rename test class to reflect widened scope

* removing deprecated changes until further research

---------

Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
Joan Viladrosa and timtebeek authored Jul 28, 2023
1 parent 20e4f75 commit 0c20814
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ dependencies {

testRuntimeOnly("ch.qos.logback:logback-classic:1.+")
testRuntimeOnly(gradleApi())
testRuntimeOnly("org.apache.httpcomponents:httpclient:4.5.14")
testRuntimeOnly("org.apache.httpcomponents.client5:httpclient5:5.1.+")

testImplementation("com.github.marschall:memoryfilesystem:latest.release")

Expand Down
Loading

0 comments on commit 0c20814

Please sign in to comment.