Skip to content

Conversation

@yamanakahirofumi
Copy link

@yamanakahirofumi yamanakahirofumi commented Aug 3, 2025

When I tried to upgrade Jenkins using Java from 17 to 21 at Windows, I got an error due to 'JEP 400: UTF-8 by Default'. To work around this issue, we can use '-Dfile.encoding=COMPAT' or convert all files you load to UTF-8, but I would like to be able to solve this problem just with this plugin.
The bug is the belief that when processing text files in Java, I should specify the character encoding.

JENKINS-75956: https://issues.jenkins.io/browse/JENKINS-75956

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Ensure you have provided tests that demonstrate the feature works or the issue is fixed

@yamanakahirofumi yamanakahirofumi requested a review from a team as a code owner August 3, 2025 21:43
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