Sourced from com.approvaltests:approvaltests's releases.
Bugfixes for loadWebPage and readBufferedStream
No release notes provided.
Use UrlConnection in NetUtils instead of Apache HttpClient
As first fix to #607 let's use java's built-in functionality to make web requests.
3e33e2e
a reformat code808f4ce
- r Replaced deprecated method callsa3f9a28
- r Deprecated unfortunately named function5e242fe
- r Replaced URL with URI.create(url)b38d2d5
- r Removed duplicate functionality6c831f6
- B Fixed bug with the way we were processing BufferedStreams80fd2c1
v 24.14.192592fd
a reformat code3e5db39
! r Use java's built in UrlConnection instead of apache http clientd8e742b
. t Tests for NetUtils