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

Replace "UTF8" with StandardCharsets.UTF_8 #651

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

jukzi
Copy link
Contributor

@jukzi jukzi commented Jul 2, 2024

Avoids NON-NLS and possible UnsupportedEncodingException

Copy link

github-actions bot commented Jul 2, 2024

Test Results

  660 files  ±0    660 suites  ±0   1h 14m 3s ⏱️ -13s
2 195 tests ±0  2 148 ✅ ±0   47 💤 ±0  0 ❌ ±0 
6 729 runs  ±0  6 586 ✅ ±0  143 💤 ±0  0 ❌ ±0 

Results for commit b1776a0. ± Comparison against base commit d47753c.

♻️ This comment has been updated with latest results.

@jukzi
Copy link
Contributor Author

jukzi commented Jul 2, 2024

Unfortunately java.io.ByteArrayOutputStream.toString(Charset) requires JDK 10 and this project is stuck to 1.8 :-(

Avoids NON-NLS and possible UnsupportedEncodingException
@jukzi
Copy link
Contributor Author

jukzi commented Jul 2, 2024

ignoring unrelated tck fails

@jukzi jukzi merged commit 61f32bd into eclipse-equinox:master Jul 2, 2024
26 of 27 checks passed
@jukzi jukzi deleted the StandardCharsets.UTF_8 branch July 2, 2024 10:49
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