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

use StandardCharsets.UTF_8 in JSONTokener, delete Java 1.6 build pipeline #914

Closed
wants to merge 2 commits into from

Conversation

Simulant87
Copy link
Contributor

introduced with Java 7 StandardCharsets.UTF_8 does not need to lookup the Charset by name.

@Simulant87 Simulant87 changed the title use StandardCharsets.UTF_8 in JSONTokener use StandardCharsets.UTF_8 in JSONTokener, delete Java 1.6 build pipeline Nov 18, 2024
@Simulant87 Simulant87 closed this Nov 18, 2024
@Simulant87
Copy link
Contributor Author

Java 6 should still be the minimum required/supported version for the main code, only the test code requires Java 8 as minimum version.

@Simulant87 Simulant87 deleted the patch-2 branch November 18, 2024 14:12
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.

1 participant