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 "fix(deps): update dependency com.linecorp.armeria:armeria-bom to v1.31.0 (#1542)" #1546

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

trask
Copy link
Member

@trask trask commented Nov 16, 2024

#1542 was merged even though there was a failing test, this PR reverts that change until we can figure out what the underlying issue is (renovate should dutifully re-open the update).

#1545 fixes CI to prevent merging in the future when there is a failing test.

@trask trask marked this pull request as ready for review November 16, 2024 20:54
@trask trask requested a review from a team as a code owner November 16, 2024 20:54
@@ -69,7 +68,7 @@ static class HttpsServerTest {
new ServerExtension() {
@Override
protected void configure(ServerBuilder sb) {
sb.tls(TlsKeyPair.of(certificate.privateKeyFile(), certificate.certificateFile()));
sb.tls(certificate.certificateFile(), certificate.privateKeyFile());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out what I did in core to fix this deprecation: https://github.com/open-telemetry/opentelemetry-java/pull/6877/files

Suggested change
sb.tls(certificate.certificateFile(), certificate.privateKeyFile());
sb.tls(TlsKeyPair.of(certificate.privateKey(), certificate.certificate()));

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will fix when renovate re-opens, just want to roll this back which should never have been merged in the first place (#1545)

@trask trask merged commit 9bb3e5f into open-telemetry:main Nov 18, 2024
13 of 14 checks passed
@trask trask deleted the fix-ci branch November 18, 2024 19:05
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.

4 participants