Skip to content
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

Run and fix tests for Java 8 #167

Closed
wants to merge 1 commit into from

Conversation

larsgrefer
Copy link
Contributor

@larsgrefer larsgrefer commented Mar 13, 2024

URLEncoder.encode(String, Charset) is only available on Java 10+, so the current implementation fails on Java 8.

This PR lets the tests run on Java 8, and fixes the problem

@diegoocampoh
Copy link
Collaborator

See #168

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.

2 participants