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: build failing on Windows (#4484) #4504

Merged

Commits on Sep 27, 2024

  1. fix: build failing on Windows (eclipse-edc#4484)

    Change path handling to correctly handle Windows pathnames.
    
    Change line ending handling from using `System.lineSeparator` to using
    the regex \R to treat all unicode line ending character sequences as the
    line endings.
    
    Change unit tests that compared certificates read from file, to ignore
    the line ending characters, so differences in line ending did not break
    the test.
    
    Refs: eclipse-edc#4484
    Barium committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fda981d View commit details
    Browse the repository at this point in the history