-
Notifications
You must be signed in to change notification settings - Fork 874
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
Remove HTTPS workaround added in #6673 #6680
Comments
found System.setProperty("javax.net.debug", "ssl:handshake"); to be useful for SSL debugging. But it produces a lot of output with is mixed with the test output which is also a lot. Would be interesting to diff the two https handshake logs of the gradle exception snippet taken from the PR:
|
This comment was marked as outdated.
This comment was marked as outdated.
sorry about the noise, I ran the wrong tests and got excited too fast. |
higher priority than this would be to get gradle tests testable on 21+, since they are locked to JDK 17 atm. I still hope that things like this resolve themself via dependency updates. Once the latest wrappers+gradle is used we can take another look. Also tracked via #7871 |
The problem will likely resolve itself (due to updates in tested gradle versions or other means), once it is working again, remove the workaround added in #6673
See first
//TODO
inMicronautGradleArtifactsImplTest
andProjectViewTest
(c0f09c9)The text was updated successfully, but these errors were encountered: