Skip to content

Conversation

@orpiske
Copy link
Contributor

@orpiske orpiske commented Oct 15, 2021

The reordering of the Netty dependencies from
b8ca24e is bringing a newer version of
the io.netty:netty-tcnative-boringssl-static (2.0.44.Final). Forcing the
camel-grpc to use the older one (2.0.39.Final) causes a failure because the class
AsyncSSLPrivateKeyMethod is not present on the older one.

This causes the GrpcProducerSecurityTest test to fail.


This should fix the grpc tests on CI

The reordering of the Netty dependencies from
b8ca24e is bringing a newer version of
the io.netty:netty-tcnative-boringssl-static (2.0.44.Final). Forcing the
camel-grpc to use the older one (2.0.39.Final) causes a failure because the class
AsyncSSLPrivateKeyMethod is not present on the older one.

This causes the GrpcProducerSecurityTest test to fail.
@orpiske
Copy link
Contributor Author

orpiske commented Oct 15, 2021

@jamesnetherton does this look OK to you?

@orpiske orpiske merged commit bef9ab2 into apache:main Oct 15, 2021
@jamesnetherton
Copy link
Contributor

@orpiske are you able to apply a similar fix to the 3.11.x branch? b8ca24e was backported there.

@orpiske
Copy link
Contributor Author

orpiske commented Oct 15, 2021

@orpiske are you able to apply a similar fix to the 3.11.x branch? b8ca24e was backported there.

Yes I am. I'll do that, thanks for the heads up.

@orpiske orpiske deleted the fix-ci-tests-netty branch August 16, 2022 11:48
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