Skip to content

Conversation

@Avinash-Kamath
Copy link
Contributor

@Avinash-Kamath Avinash-Kamath commented Dec 5, 2024

HTTP Client Update:

  • net/HttpClient was added in Java 11 removed the dependency
  • Replaced the built-in HttpClient with CloseableHttpClient from Apache HttpComponents

URL Encoding:

  • encoding was added in Java 10
  • Wrapped URL encoding in a try-catch block to handle UnsupportedEncodingException and updated method calls to use StandardCharsets.UTF_8.name() for encoding.

Maven Configuration:

  • Downgraded the Java version from 11 to 1.8 in the pom.xml file.

Change all var Keyword (only in tests)

@Avinash-Kamath Avinash-Kamath merged commit ed5309f into main Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants