Open kaden-sharpin opened 6 months ago
@kaden-sharpin In our most recent release, version 6.4.0, we downgraded Java17 to Java8 due to restrictions with the Jaxb dependency in Java17. Httpcomponent:httpclient:5.x.x requires a higher Java version and is incompatible with Java 8. You can modify the SDK release 6.3.0 code on your end if you need to upgrade httpclient and httpcore versions, but we won't be able to merge your PR into the master code. We appreciate your understanding.
This updates two dependencies:
There are many breaking changes between the two versions and the imports changed so a lot of files had to be touched.