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

Revert TLS workaround after upgrading to JDK17 #19

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

aureliony
Copy link

Closes #18

@hjungwoo01
Copy link

I followed what was changed in this PR and after testing, I can confirm that everything works as expected. There were no issues with GitHub Actions, and both Java CI and Codecov are functioning correctly on my Mac Silicon.

@baskargopinath
Copy link

works on m2 macbook pro, sonoma 14.5. @damithc, im wondering if we should test on macOS sequoia beta which will be released in september. so if mid-semester if some students upgrade to it we might be better prepared

@damithc
Copy link

damithc commented Jul 15, 2024

works on m2 macbook pro, sonoma 14.5. @damithc, im wondering if we should test on macOS sequoia beta which will be released in september. so if mid-semester if some students upgrade to it we might be better prepared

Yes @baskargopinath , in general, it's a good idea to test on upcoming version if feasible.

@damithc
Copy link

damithc commented Jul 26, 2024

@aureliony Can you add a detailed commit message (subject + body) too?

Follow the guidelines given in https://se-education.org/guides/conventions/git.html

The SSLProtocolException error when uploading test
coverage information no longer occurs with JDK17,
so the past workaround of disabling TLSv1.3 is no
longer needed.

Let's remove the workaround and re-enable TLSv1.3.
@aureliony aureliony changed the title Revert TLS workaround due to upgrade to JDK17 Revert TLS workaround after upgrading to JDK17 Jul 28, 2024
@damithc damithc merged commit 82598c1 into nus-oss:master Jul 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reverse Java-11 specific workaround in gradle.properties
4 participants