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

Fix windows encoding issues #2206

Merged
merged 3 commits into from
Nov 2, 2022

Commits on Oct 29, 2022

  1. Fix windows encoding issues

    Adds spotbugs [1] to detect internalization before they are added to the codebase, also fixed several encoding bugs that impact windows users.
    
    [1] https://spotbugs.readthedocs.io/en/stable/index.html
    
    Closes opensearch-project#2194
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    24a3313 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Remove out of date Ignore import

    Signed-off-by: Peter Nied <[email protected]>
    peternied authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    0b57159 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Add newline ending for spotbugs-include.xml

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    747e962 View commit details
    Browse the repository at this point in the history